April 19

Queueing with the Smart Thread Pool – Update

Posted by Dave
Filed under ASP.Net | No Comments

After posting this on the Smart Thread Pool (STP) I have created a small example on its usage in an ASP.Net MVC project. Using a wrapper class that implements the singleton pattern I now have a way to use the STP to share a queue across all of the sites users.

April 17

ASP.Net Background Queue with SmartThreadPool

Posted by Dave
Filed under ASP.Net, Featured, MVC, c# | No Comments

While I was searching for a example of an C# Background Queue for asynchronous long running tasks in asp.net. I found this framework for managing a thread pool.

April 16

ASP.Net MVC Resources

Posted by Dave
Filed under Featured, MVC | 3 Comments

I have created a list of resources for those of you that want to learn about the ASP.Net MVC framework. I have watched the Mix 09 videos and I will update this post once I have watched the other MVC related vids.