I've been asked to do a little more in depth post about the structure of my application that goes with the gulp file I posted. In a nutshell it's pretty much this MVC5(Asp.net 4.x)PROJECT |\ | app\ | |ALL TYPESCRIPT FOLDERS ( SOURCE CONTROLLED ) | |ALL SASS FOLDERS ( SOURCE CONTROLLED ) |\ | lib\ < … Continue reading Follow up to MVC5 and NG2.0
Category: C#
ORM Choices
These days in .Net ORM's appear to be close to religion. With heavy hitters like Entity Framework and the micro ORM's like Dapper, there just isn't much of a middle ground as far as speed and ease or even features. In my search for an ORM that met being light weight and fast while providing … Continue reading ORM Choices
MVC5 and Angular 2.0
I started a small project to try and learn Angular 2.0, I didn't however want to use ASP.NET 5.0 ( now Core 1.0 ) because I (rightfully so) knew the tooling wasn't going to stick around dnx is now dotnet etc. I found that getting NG2 with typescript up and running wasn't so simple. It … Continue reading MVC5 and Angular 2.0