Home / ASP.NET Weblogs

Browse by Tags

Related Posts

  • ASP.NET MVC Tip: Dependency Injection with StructureMap

    In this tip, I demonstrate how you can use the dependency injection with StructureMap within an MVC application. StructureMap is an open source Dependency Injection framework for the .NET platform and has been in use since 2004 .StructureMap supports both setter and constructor injection and also offers...
    Posted to Shiju Varghese's Blog (Weblog) by shiju on 10-10-2008, 12:00 AM
    Filed under: ASP.NET, ASP.NET MVC, IoC
  • ASP.NET MVC Tip: Dependency Injection with Unity Application Block

    In my earlier post , I have explained how to use dependency injection pattern in ASP.net MVC application using StructureMap. In this post, I demonstrate how you can use dependency injection pattern using Microsoft’s Unity Application Block (Unity). If you want to develop an ASP.NET MVC application...
    Posted to Shiju Varghese's Blog (Weblog) by shiju on 10-24-2008, 12:00 AM
    Filed under: ASP.NET, ASP.NET MVC, IoC
  • Applying Dependency Injection in ASP.NET MVC NerdDinner.com Application

    ScottGu , Scott , Phil and Rob have announced a free ASP.NET MVC eBook and an open source ASP.NET MVC application Nerddinner.com. The free eBook is a single chapter of the Wrox’s upcoming title Professional ASP.NET MVC 1.0 . The free eBook provides an end-to-end walkthrough of building NerdDinner.com...
    Posted to Shiju Varghese's Blog (Weblog) by shiju on 03-12-2009, 12:00 AM
    Filed under: ASP.NET, ASP.NET MVC, IoC
  • 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
  • Set up Spring.Net IoC with ASP.Net MVC

    There are a number of steps required for setting up Spring.Net IoC with ASP.Net MVC and it can be a little tricky getting it up and running the first time so I thought I’d document a basic working set up. The first step is to make sure you’re including the necessary assemblies (I’m using version 1.2...
    Posted to Sean McAlinden's Blog (Weblog) by SeanMcAlinden on 10-20-2009, 12:00 AM
    Filed under: ASP.NET, DI, INVERSION OF CONTROL, ASP.NET MVC, IoC, SPRING.NET, DEPENDENCY INJECTION
  • 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
  • Looking Forward to 2010

    Yes, the first month of 2010 is almost gone and I'm just now getting around blogging about the past year and the year ahead.  I guess time management should be on my to-do list for this year? The CodeMash Website One of the coolest projects I've worked on in 2009 was the CodeMash website . ...
    Posted to Patrick Steele's .NET Blog (Weblog) by PSteele on 01-22-2010, 12:00 AM
    Filed under: Blogging, .NET, GiveCamp, CodeMash, GANG, ASP.NET MVC, SRT, LINQ, Mocking, IOC
  • 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 3 (24 items) 1 2 3 Next >