Quantcast
Channel: blog.jorrit salverda.nl
Browsing all 9 articles
Browse latest View live

Image may be NSFW.
Clik here to view.

jQuery: performance of DOM manipulation

I tried moving some html that didn’t have a direct relation to the meaning of my content, but more with layout aspect, to the client-side by writing a jQuery plugin for it. This in order to heighten...

View Article



Image may be NSFW.
Clik here to view.

Maintainable MVC Series: Introduction

I’m going to do a series on how I’ve set up a number of ASP.NET MVC projects for customers with very high-traffic sites and continuously changing functional requirements. In these projects the design...

View Article

Maintainable MVC Series: Inversion of Control Container – StructureMap

This article is part of the Maintainable MVC Series. To make your code testable the pattern to use is that of Dependency Injection. DI is nothing more than injecting all dependencies of a class...

View Article

Image may be NSFW.
Clik here to view.

Maintainable MVC Series: View hierarchy

This article is part of the Maintainable MVC Series. The view system of ASP.NET MVC knows the followings types of views: Master views Page views Partial views The regular page view contains the...

View Article

Maintainable MVC Series: View Model and Form Model

This article is part of the Maintainable MVC Series. As mentioned in the previous post all views are strongly typed and every view has it’s own View Model. Although this results in quite a lot of...

View Article


Maintainable MVC Series: Poor man’s RenderAction

This article is part of the Maintainable MVC Series. Soon – once that MVC 2 is finalized and released – we will have access to the new Html.Action command with which we can easily render partials for...

View Article

Maintainable MVC: Post-Redirect-Get pattern

This article is part of the Maintainable MVC Series. It keeps amazing me that every time I see some example MVC code from Scott Guthrie, Phil Haack or one of our other MVC heroes, it keeps looking like...

View Article

Maintainable MVC: Binding

This article is part of the Maintainable MVC Series. By using the form models as spoken about in View Model and Form Model the need for custom binding doesn’t arise to often anymore. But every now and...

View Article


Image may be NSFW.
Clik here to view.

MSBuild-by-Convention

I’ve recently open sourced a set of build scripts  for .NET development on Github to assist you in automating compilation, running tests, creating release artifacts and deploying those artifacts:...

View Article

Browsing all 9 articles
Browse latest View live




Latest Images