Home / ASP.NET Weblogs

Browse by Tags

Related Posts

  • ASP.NET MVC - Storefront

    Well Rob Conery is at it again. This time he is keeping us riveted to our chairs with his new MVC Storefront series. So far he has created 3 screencasts that can be found at: ASP.NET MVC: Introducing The MVC Storefront Series ASP.NET MVC: MVC Storefront, Part 2 ASP.NET MVC: MVC Storefront, Part 3 This...
    Posted to Alec Whittington (Weblog) by AlecWhittington on 04-10-2008, 12:00 AM
    Filed under: VS 2008, ASP.NET, LINQ, .NET, Rambles, TDD, MVC
  • Want a new email signature? (ShorterSigs)

    ShorterSigs is a new service from Thycotic Software which solves the problem of communicating relevant contact information (and even your photo!) without cluttering up your email messages. This is just what every techie needs whether posting to forums, newsgroups or just a friendly chat among your peers...
    Posted to Jonathan Cogley's Blog (Weblog) by thycotic on 02-18-2007, 12:00 AM
    Filed under: .NET, Test Driven Development, Software Development, TDD, ASP.NET, General Software Development
  • What’s New For MVC Tools in the ASP.NET MVC 1.0 Release Candidate

    The ASP.NET MVC 1.0 Release Candidate (RC) is finally out, and we wanted to give returning MVC users as well as new MVC users an overview of what the tooling in Visual Studio provides. The MVC 1.0 RC can be downloaded right now here ( Release Notes ). Please note that this release will work with both...
    Posted to What's New (Weblog) by Anonymous on 01-26-2009, 12:00 AM
    Filed under: Visual Web Developer, Visual Studio, ASP.NET, .NET, MVC, Development, Visual Studio 2008, TDD, VWD, visual Studio 2008 sp1, ASP.NET MVC Framework
  • T4 Templates: A Quick-Start Guide for ASP.NET MVC Developers

    As mentioned in our recent blog post on the ASP.NET MVC Release Candidate , our code-generation features (namely, Add Controller and Add View) now use the T4 (Text Template Transformation Toolkit) templating technology behind the scenes. Because users can customize the templates to a great extent, we...
    Posted to What's New (Weblog) by Anonymous on 01-29-2009, 12:00 AM
    Filed under: Visual Web Developer, Visual Studio, ASP.NET, .NET, MVC, Development, Visual Studio 2008, TDD, VWD, visual Studio 2008 sp1, ASP.NET MVC Framework, T4
  • 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
  • S#arp Architecture 1.5 Beta 1 released

    Well it is official, I just finished my first release for S#arp Architecture . While this is only a beta release, it does contain some big upgrades and we are hoping to get any bugs handled quickly so that we can get the RTM release completed. This will be a short post, with a more detailed posts coming...
    Posted to Alec Whittington (Weblog) by AlecWhittington on 03-18-2010, 12:00 AM
    Filed under: ASP.NET, .NET, TDD, MVC, Sharp Architecture, CQS, Domain Driven Design
  • 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
Page 1 of 2 (16 items) 1 2 Next >