In Aurelia and ASP.NET 5 - Routing, Views, and Navigation, Oh My we added a new route to our application and the viewmodel and addition class we would need for our new view. Now lets add the requir...
It's been awhile since we looked at using Aurelia with ASP.NET 5 and there have been updates for both. But the wonderful thing with Aurelia has been most breaking changes during the last 11 months ...
This morning I spent some time at a Microsoft HoloLens Developer Demo. It consisted of 2 parts, a a game experience and a Q and A session with some developers from Microsoft. Overall I was very imp...
Recently I was asked about using files from separate class library projects as static files in an ASP.NET 5 application. And while I can understand wanting to break a project down into smaller port...
Sometimes when you are working on a web application you are going to though an exception or two. When this happens it might be nice if your project returns a more complete error page than a Server ...
Last week the ASP.NET team announced the availability of ASP.NET 5 Beta8. This of course means it’s time to update our sample projects. Oh what Fun!
Basically the steps are they same as the last ti...
This is a follow up to TypeScript Accessing Other .ts Files this time with 100% more Node.js.
Last time we accessed other .ts files by reference and by using the module loader (SystemJS)[https://g...
Recently I was asked about how to access other TypeScript files from within the file you are working on. The individual had some compiler issues and was trying to figure it out. So here are some t...
This is a follow-up post to Creating Code Snippets in Visual Studio.
When creating a Code Snippet for Visual Studio there are a few things to keep in mind.
It's the $end$ of the World
You can use...
If you have been using Visual Studio for a while you may have some experience with Code Snippets. If you are not familiar with Code Snippets, it's when you type a predetermined short cut and use ta...
This past week I had the honor of speaking at the Minnesota Developers Conference In Brooklyn Center, Minnesota. This was my first presentation and the sound quality could be better but if you are ...
If you have used ASP.NET MVC in the past you may be used to using Newtonsoft.Json's CamelCasePropertyNamesContractResolver and wondering how to do that with ASP.NET 5. Well the good news is it is p...