Archive for the ‘ASP.Net’ Category

June 21

Ninject – Dependancy Injection you dont want to fight with.

Posted by Dave
Filed under ASP.Net, Featured | 1 Comment

Decoupling your code with ninjas!!

April 23

LINQ and Joined Tables

Posted by Dave
Filed under ASP.Net, Featured, LINQ, Random | 3 Comments

I have had an introduction into the world of LINQ today. I have been aware of LINQ for some time but today was the first day that I have had to use it to do some real world queries.

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.

April 7

ASP.Net and the Elastic Compute Cloud example

Posted by Dave
Filed under ASP.Net, EC2, Render Manager | No Comments

For a project that I am currently working on I have a requirement to use the Amazon Elastic Compute Cloud. I have had some difficulty finding resources explaining how to interact with the cloud via ASP.Net. I have tried two methods to get something basic up and running with success coming after a long night with the Red Bull.