651.288.7000 info@intertech.com

Exploring Entity Framework Core 1.0

It’s been an exciting world working with the latest Microsoft .NET technologies. First, .NET Core 1.0 was officially released, a lightweight multi-platform programming framework that has shown to be versatile for deployment. There is also a new framework that offers a...

Introducing ASP.NET Core MVC Tag Helpers

When Microsoft released its version of the MVC (Model, View, Controller) web programming framework, it was revolutionary. It relinquished content control back to the ASP.NET web developers. ASP.NET Web Forms primarily maintained control of the HTML, CSS, and...

Compile Your ASP.NET MVC Views

While updating your website, you added a few new actions and views, unit tested it, and are now ready to check it in for the testers. All set, right? Wait – have you tried compiling the C#/VB code inside the views? What? That’s not happening automatically? Nope!...

Unit Test Dapper with DapperParameters

The Dapper Micro ORM (written by StackExchange) is a really fast and slick alternative to the bulky EntityFramework.  I’ve been using it in numerous projects the past year.  The one thing I’ve lamented is the inability to unit test Dapper since it is...