Just released Telerik Extensions for ASP.NET MVC Q1 2010 futures

by Riaan Engelbrecht 21. February 2010 18:04

Telerik Extensions for ASP.NET MVC Q1 2010 released [More]

Tags:

.NET Framework | .NET Framework | Chart Controls | Chart Controls


What is AutoMapper?

by Riaan Engelbrecht 6. November 2009 05:40

AutoMapper is an object-object mapper. Object-object mapping works by transforming an input object of one type into an output object of a different type. What makes AutoMapper interesting is that it provides some interesting conventions to take the dirty work out of figuring out how to map type A to type B. As long as type B follows AutoMapper's established convention, almost zero configuration is needed to map two types. [More]

Tags: ,

.NET Framework


How we do MVC – View models

by Riaan Engelbrecht 6. November 2009 05:21

A while back, I went over a few of the patterns and opinions we’ve gravitated towards on our current large-ish ASP.NET MVC project, or, how we do MVC. Many of these opinions were forged the hard way, by doing the wrong thing many times until we found the “right” opinion. [More]

ASP.NET MVC View Model Patterns

by Riaan Engelbrecht 6. November 2009 05:17

Since MVC has been released I have observed much confusion about how best to construct view models. Sometimes this confusion is not without good reason since there does not seem to be a ton of information out there on best practice recommendations. [More]

Tags: , , ,

.NET Framework | ASP .NET MVC


Health Monitoring and ASP.NET MVC

by Riaan Engelbrecht 6. November 2009 05:05

Health monitoring has been available in ASP.NET since v 2.0, and the health monitoring features can give you information you can’t find anywhere else. I was troubleshooting an MVC application recently and needed information about the application... [More]

Tags: , ,

.NET Framework | ASP .NET | ASP .NET MVC


ASP .NET MVC and T4

by Riaan Engelbrecht 9. July 2009 08:05

A couple of realy cool links regarding ASP .NET and T4 Code Generation that I found usefull [More]

Tags: , ,

.NET Framework | ASP .NET | ASP .NET MVC | Code Generation | T4


Using Custom T4 templates To Generate Better Controllers in ASP MVC

by Riaan Engelbrecht 8. July 2009 11:01

While working on this asp.net mvc project at work i couldn’t help notice that there are lots of code that is getting copy-pasted from one controller to the other, when i am adding a new controller. now as you know mvc fm comes with a set of T4 templates that lets you add views and controllers in such a way that some code in these views and controllers are generated for you. [More]

Tags: , , ,

ASP .NET | ASP .NET MVC | Code Generation | T4


T4MVC v2.2.03: T4 Template that generates strongly typed helpers for ASP.NET MVC

by Riaan Engelbrecht 7. July 2009 15:12

T4MVC v2.2.03: T4 Template that generates strongly typed helpers for ASP.NET MVC [More]

Tags: ,

ASP .NET MVC | T4


T4 (Text Template Transformation Toolkit) Code Generation

by Riaan Engelbrecht 7. July 2009 14:38

T4 (Text Template Transformation Toolkit) [More]

Control must be placed inside a form tag with runat=server

by Riaan Engelbrecht 22. June 2009 11:36

... [More]

Tags: , ,

.NET Framework | ASP .NET | Chart Controls