Home / ASP.NET Weblogs
All Tags » ASP.NET » TDD » IOC (RSS)

Browse by Tags

Related Posts

  • Introduction to Test-Driven Development with ASP.NET MVC

    One of the greatest advantages of ASP.NET MVC is the support of testability, which enables to Test-Driven Development (TDD) in an easy manner. A testable application should be developed in a loosely coupled manner so that you can test the independent parts of the application. For developing testable...
    Posted to Shiju Varghese's Blog (Weblog) by shiju on 07-22-2009, 12:00 AM
    Filed under: ASP.NET, ASP.NET MVC, IoC, TDD
  • 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. In order to aid the use of tdd and improve the overall design I wanted to utilise dependency injection. There are loads of good IoC containers out there which...
    Posted to Sean McAlinden's Blog (Weblog) by SeanMcAlinden on 01-13-2010, 12:00 AM
    Filed under: General Software Development, ASP.NET, C#, .NET, DI, INVERSION OF CONTROL, ASP.NET MVC, IoC, SPRING.NET, DEPENDENCY INJECTION, Unit Testing, TDD, FLUENT INTERFACE
  • Creating a dynamic proxy generator with c# – Part 4 – Calling the base method

    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 the constructors   The plan for calling...
    Posted to Sean McAlinden's Blog (Weblog) by SeanMcAlinden on 03-29-2010, 12:00 AM
    Filed under: General Software Development, ASP.NET, C#, .NET, DI, INVERSION OF CONTROL, ASP.NET MVC, IoC, DEPENDENCY INJECTION, TDD, ASPECT ORIENTATED PROGRAMMING, DYNAMIC PROXY, AOP
  • Creating a dynamic proxy generator with c# – Part 3 – Creating the constructors

    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 the base method For the latest code go to http...
    Posted to Sean McAlinden's Blog (Weblog) by SeanMcAlinden on 03-25-2010, 12:00 AM
    Filed under: General Software Development, ASP.NET, C#, .NET, DI, INVERSION OF CONTROL, ASP.NET MVC, IoC, DEPENDENCY INJECTION, TDD, ASPECT ORIENTATED PROGRAMMING, DYNAMIC PROXY, AOP
  • Creating a dynamic proxy generator with c# – Part 2 – Interceptor Design

    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 4 – Calling the base method For the latest code go...
    Posted to Sean McAlinden's Blog (Weblog) by SeanMcAlinden on 03-24-2010, 12:00 AM
    Filed under: General Software Development, ASP.NET, C#, .NET, DI, INVERSION OF CONTROL, ASP.NET MVC, IoC, DEPENDENCY INJECTION, TDD, ASPECT ORIENTATED PROGRAMMING, DYNAMIC PROXY, AOP
Page 1 of 1 (5 items)