How to take an ASP.NET MVC web site “Down for maintenance”
I am working on an ASP.NET MVC5 e-commerce site and my focus is on how to … Continue reading How to take an ASP.NET MVC web site “Down for maintenance”
I am working on an ASP.NET MVC5 e-commerce site and my focus is on how to … Continue reading How to take an ASP.NET MVC web site “Down for maintenance”
This is the second article in a series about using Microsoft’s data access technology, Entity Framework … Continue reading Handling Entity Framework database migrations in production – part 2, Keeping EF and SQL scheme in step
This is the first article in a series about using Microsoft’s data access technology, Entity Framework … Continue reading Handling Entity Framework database migrations in production – part 1, applying the updates
I’m currently working on a e-commerce site based on ASP.NET MVC 5 for a new venture … Continue reading When is it not worth writing a Unit Test?
I have been building a new application using GenericServices and I thought it would be useful … Continue reading GenericServices Masterclass: a deeper look at deleting entries
Quick Summary This post is about how impersonate another user in a modern ASP.NET MVC web … Continue reading User impersonation in MVC using ASP.NET Identity 2
In this article I explore the issues and problems of calling business logic in a web … Continue reading Architecture of Business Layer – Calling multiple business methods in one HTTP request
I have been building a new application using GenericServices and I thought it would be useful … Continue reading GenericServices Masterclass: a deeper look at Create and Update
I have used .NET Generic types a lot and found them really useful. They form a … Continue reading Using .NET Generics with a type derived at runtime
Jonathan Crosby asked a question on one of my GenericServices GitHub projects about how to handle … Continue reading Architecture of Business Layer working with Entity Framework