November 2009 - Posts

0
Comments

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...
20
Comments

Asynchronous processing in ASP.Net MVC with Ajax progress bar by SeanMcAlinden

I was asked the other day how to process a long running task asynchronously using ASP.Net MVC along with JQuery to update a progress bar on the view via Ajax. There are many ways of accomplishing this type of multithreading, in this blog I’m going to...
9
Comments

ASP.Net MVC Embedded Resource Helper Class by SeanMcAlinden

Getting embedded resources such as JavaScript, CSS and image files is a little bit more difficult when using the ASP.Net MVC framework as most of the useful methods for this will not work. The only reliable way I have found it to invoke the GetWebResourceUrlInternal...
More Posts