Needed to add MP4 video support to an ASP.NET website project. Found that adding the following made that work great when I deployed to Azure. <!– ====================================================================== –> <!– Required to have Videos show up when deployed to Azure –>…
Category: .NET
Unity 2017.2 Beta – why is my “Unity C# Project” checkbox disabled?
We live in AWESOME times… Hololens + new Mixed Reality Headsets, oh my! To develop for each of those, you need to keep up with the latest and greatest Unity Betas – download them here… Want to save my fellow…
Taking a Byte out of ASP.NET Core 2.0: Development Mode Error on Azure
Greetings my Geeks – we have a lot of awesome ASP.NET Core 2.0 news coming out lately… As always, sharing is caring – so here you go. Today – after publishing to Azure – ran the default “Register” user page…
Setting up Azure Cognitive Services!
I’m excited to start sharing a lot of research I’ve been doing for my upcoming Hololens development talks… “Augmented Eyes = Azure Cognitive Services + Hololens” Where to get started? Note – everything I’m using including Azure and the Cognitive…
Building the Age of Experiences: Hololens + IoT
So pleased that I’ve been able to share the experience of a HoloLens with well over 2000+ people just since //BUILD/ this spring – with likely 1000+ actually being able to experience the amazing view for themselves! (especially demoing four…
ASP.NET Data Source=.;
FYI – here’s a trick so we don’t need to specify our local computer’s name in our web.config connectionString – because if you have multiple developers working on the same code – they each have to have different web.config versions…
StopwatchLog – Easy Method Timing in C#
( Download Code ) Was looking for a simple and elegant way to log some metric for methods (mainly method name, start time, stop time and elapsed time) – I’ve done this in PostSharp in my article “Holy Grail of…
Upcoming Dev Events in-and-near the Midwest!
Event Dates Location Chicago Code Camp April 26 Grayslake, IL Kalamazoo X April 26 Kalamazoo, MI Azure Developer Camp April 30 Chicago, IL ALM Chicago May 1 Chicago, IL Virtual Hackathon May 1- June 5 Chicago and online VSLive May…
Visual Studio: SideWaffle Angular Templates
At the February 2014 MADdotNET (@maddotnet) meeting – had David Manske (@davidemanske) from Centare out to talk on what’s new in Visual Studio 2013! Couple absolute gems of knowledge were passed on – one of them was “SideWaffle Templates for…
AngularJS: Sharing Data Between Controllers
Always loved JavaScript and client side scripting ( where appropriate <grin> ) – so when we had a new green field project to start, looked to what the best-in-class technologies were – settled on AngularJS (@angularjs). It is a client-side…