MVC
-
.NET
How to handle transactions in ASP.NET MVC3
I got annoyed about having to repeat the transaction handling in every POST method of my controllers. First of all:…
Read More » -
.NET
Repositories, Unit Of Work and ASP.NET MVC
There are a lot of posts discussing repository implementations, unit of work and ASP.NET MVC. This post is an attempt…
Read More » -
.NET
How to handle errors in ASP.NET MVC
There are several blog posts regarding error handling for ASP.NET MVC. They use everything from Application_Error to exception handling in…
Read More » -
.NET
Building DCI Context with ASP.NET MVC
In this post I’ll address one of the questions that I tend to get when talking about DCI: How is…
Read More » -
.NET
ASP.NET MVC 4 Beta issues workarounds
The postcardsfromskyrim.net implementation of the postcardApp has been invaluable in getting down to the nuts and bolts of the new…
Read More » -
.NET
ASP.net MVC3: Doesn’t Deserialize Nullable Properties from Json
A couple of days ago I noticed that the Nullable properties of a C# object were not properly deserialized when…
Read More » -
.NET
Posting JSON Data to an ASP.net MVC 3 Web Application
The trend in today’s web application development goes more and more in the direction of having rich, desktop-like applications. There…
Read More »