Home / ASP.NET Weblogs

Browse by Tags

Related Posts

  • Unit Testing ASP.NET? ASP.NET unit testing has never been this easy

    Unit Testing ASP.NET? ASP.NET unit testing has never been this easy. Typemock is launching a new product for ASP.NET developers – the ASP.NET Bundle - and for the launch will be giving out FREE licenses to bloggers and their readers. The ASP.NET Bundle is the ultimate ASP.NET unit testing solution, and...
    Posted to Stefan Sedich's Blog (Weblog) by stefan.sedich on 05-19-2009, 12:00 AM
    Filed under: ASP.NET, C#, Typemock, Unit Testing, TDD
  • Easy way to use TDD with internal classes

    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… Simply add the following to the AssemblyInfo.cs...
    Posted to Sean McAlinden's Blog (Weblog) by SeanMcAlinden on 11-28-2009, 12:00 AM
    Filed under: General Software Development, ASP.NET, .NET, ASP.NET MVC, Unit Testing, TDD
  • 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. One of the snippets I’ve made is Test Method template – mainly because I use TDD at work and...
    Posted to Sean McAlinden's Blog (Weblog) by SeanMcAlinden on 12-09-2009, 12:00 AM
    Filed under: General Software Development, ASP.NET, C#, Visual Studio, .NET, ASP.NET MVC, Unit Testing, 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
Page 1 of 1 (4 items)