Contents tagged with ASP.NET MVC
-
Utilizing Conventions for Auto Generating Better Test Data with NAuto
Following on from my previous blog introducing NAuto, one of the features that really speeds up development is NAuto conventions.
-
How to get MVC 2 to work with IIS 7.5 on a 64 bit machine
Just in case anyone else is getting the following error when trying to run a MVC 2 application within IIS 7.5 on a 64 bit machine… after loads of searching i finally found a solution that worked for me.
-
ASP.Net MVC 2 Auto Complete Textbox With Custom View Model Attribute & EditorTemplate
-
Custom ASP.Net MVC 2 ModelMetadataProvider for using custom view model attributes
There are a number of ways of implementing a pattern for using custom view model attributes, the following is similar to something my colleague Paul Haley and I developed at work which works pretty well.
-
Creating a dynamic proxy generator with c# – Part 4 – Calling the base method
-
Creating a dynamic proxy generator with c# – Part 3 – Creating the constructors
For the latest code go to http://rapidioc.codeplex.com/
-
Creating a dynamic proxy generator with c# – Part 2 – Interceptor Design
For the latest code go to http://rapidioc.codeplex.com/
-
Get the parameter name and value from a lamba expression
I’ve recently been working on a design-by-contract library for a new project and thought it would be worth blogging some of the cooler methods as they might be useful.
-
Custom IoC Container for Dependency Injection with an Asp.Net Mvc website usage example
I’ve recently been working on some mvc helper controls and wanted to use TDD for both aiding the design and having a test harness for the future.
-
Test Method Code Snippet For Visual Studio – created with the Snippet Designer
I came across the Snippet Designer earlier today and I have to say I’m really impressed – it was really easy to use and I have already created some snippets that will save me from a great deal of repetition.