Using classic ADO.NET in ASP.NET 5
For some projects where performance makes a difference we usually use classic ADO.NET approach instead of EntityFramework or some other modern way to communicate with the database. In this post I will try to explain [Read More…]