I have been hearing quite a bit about the new ASPNET 5 (vNext) and .NET Core for a while now. However, the frequent breaking changes between beta versions was too much for me to want to try it out. With ASPNET 5 and .NET Core in release candidate and a 1.0 release in sight, I thought it's … Continue reading Running ASPNET 5 and .NET Core on Linux
Tag: ASP.NET MVC
Using PostgreSQL with Entity Framework in ASP.NET MVC
In this blog post we are going to learn how to use PostgreSQL with Entity Framework in an ASP.NET MVC application. Introduction: I wanted to investigate using Entity Framework with PostgreSQL in an ASP.NET MVC application quickly. Instead of writing a trivial demo that simply read and write data from the database, I decided a better … Continue reading Using PostgreSQL with Entity Framework in ASP.NET MVC