Posts

Aurelia and ASP.NET 5 - Routing, Views, and Navigation, Oh My - Part 2

Brett M. Nelson - Friday, November 20, 2015

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...

Aurelia and ASP.NET 5 - Routing, Views, and Navigation, Oh My

Brett M. Nelson - Sunday, November 15, 2015

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 ...

HoloLens - Dev Demo

Brett M. Nelson - Tuesday, November 3, 2015

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...

ASP.NET 5 - Static Files From Class Libaries

Brett M. Nelson - Thursday, October 29, 2015

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...

ASP.NET 5 - Development Exception

Brett M. Nelson - Thursday, October 29, 2015

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 ...

ASP.NET 5 - Beta8

Brett M. Nelson - Thursday, October 22, 2015

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...

TypeScript - Accessing Other .ts Files Take II - In Node

Brett M. Nelson - Friday, October 16, 2015

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...

TypeScript - Accessing Other .ts Files

Brett M. Nelson - Wednesday, October 14, 2015

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...

Code Snippet Follow-Up

Brett M. Nelson - Friday, October 9, 2015

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...

Creating Code Snippets in Visual Studio

Brett M. Nelson - Tuesday, October 6, 2015

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...

Minnesota Developers Conference 2015

Brett M. Nelson - Monday, October 5, 2015

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 ...

ASP.NET 5 - Camel Case Property Names

Brett M. Nelson - Monday, September 21, 2015

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...