ASP.NET
-
.NET

ASP.NET MVC Solution Architecture ā Best Practices
Choosing the right architecture for Web Applications is a must, especially for large scale ones. Using the default Visual Studio…
Read More » -
.NET

C# Tricks: Slimming down your controllers
This blog post is dedicated to my colleague Seminda who has been experimenting with how to create simple and powerful…
Read More » -
.NET

Easier error handling in ASP.NET MVC5
Iāve written a few posts about error handling in ASP.NET MVC. Itās not easy to get it right since the…
Read More » -
.NET

Experimenting with HTTP services ā UrlEcho andĀ UrlReq
Interesting, especially the reasoning behind them: UrlEcho permits the requestor to completely define the response it wants to receive, thus…
Read More » -
.NET

How to dynamically modify model meta data in ASP.NET MVC
Normally you just add the [Required] attribute to a view model to make it required. But I needed a way…
Read More » -
.NET

Output Caching in ASP.NET MVC
Although nowadays most of us have broadband connections, resource caching is important as loading a resource from your local HD…
Read More » -
.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 »
