Browse by Tags

All Tags » General Software Development (RSS)

Creating a dynamic proxy generator with c# – Part 4 – Calling the base method by SeanMcAlinden

Creating a dynamic proxy generator with c# – Part 1 – Creating the Assembly builder, Module builder and caching mechanism Creating a dynamic proxy generator with c# – Part 2 – Interceptor Design Creating a dynamic proxy generator with c# – Part 3 – Creating...

Creating a dynamic proxy generator with c# – Part 3 – Creating the constructors by SeanMcAlinden

Creating a dynamic proxy generator with c# – Part 1 – Creating the Assembly builder, Module builder and caching mechanism Creating a dynamic proxy generator with c# – Part 2 – Interceptor Design Creating a dynamic proxy generator with c# – Part 4 – Calling...

Creating a dynamic proxy generator with c# – Part 2 – Interceptor Design by SeanMcAlinden

Creating a dynamic proxy generator with c# – Part 1 – Creating the Assembly builder, Module builder and caching mechanism Creating a dynamic proxy generator with c# – Part 3 – Creating the constructors Creating a dynamic proxy generator with c# – Part...

Get the parameter name and value from a lamba expression by SeanMcAlinden

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. In this blog I’m going to show an implementation of a Require IsNotNull method which...

Custom IoC Container for Dependency Injection with an Asp.Net Mvc website usage example by SeanMcAlinden

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. In order to aid the use of tdd and improve the overall design I wanted to utilise dependency injection. There...

Test Method Code Snippet For Visual Studio – created with the Snippet Designer by SeanMcAlinden

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. One of the snippets I’ve made is Test Method...

Fluent Html Helpers In Asp.Net MVC by SeanMcAlinden

I’ve been spending a fair amount of time recently developing client side controls for use with the Asp.Net MVC framework and have realised that they are great place to make use of the fluent interface pattern. Now I realise that a lot of people shy away...

Easy way to use TDD with internal classes by SeanMcAlinden

This is just a short note about a really useful assembly attribute which enables you to test classes with internal access modifiers. I not sure if this is well known but I certainly didn’t know about it until today so I though it a good idea to post it...

Create RSS and Atom feeds using custom ASP.Net MVC Action Results and the Microsoft Syndication classes by SeanMcAlinden

There are many ways to create RSS and Atom feeds, in this post I’m going to show one way of creating a re-usable solution that utilises the Syndication classes from the System.ServiceModel.Web assembly. To make good use of the ASP.Net MVC framework I...
More Posts