March 2011 - Posts

4
Comments

Implementing dependency injection pattern in .NET by Jalpesh P. Vadgama

Dependency injection pattern is a Software and Architecture designing technique that enables to us to separation of concerns,Modules,Classes and Extensibility of Software Development Project. It enables developer to reduce the complexity of project and...
6
Comments

Three new Action Result Type in ASP.NET MVC 3 by Jalpesh P. Vadgama

In ASP.NET MVC incoming browser request mapped to a controller’s action method and that action method returns type of ActionResult in response to the browsers request. I was playing bit with ASP.NET MVC3 to check out new features of ASP.NET MVC 3 and...
5
Comments

My blog post is appearing on Microsoft Official ASP.NET site. by Jalpesh P. Vadgama

Today I got a surprise from the Microsoft. One of my friend Hajan Informed me that my blog post is appearing on the Microsoft Official asp.net site www.asp.net . This is great surprise and honor for me that my blog post are appearing on Microsoft official...
Filed under: , , , ,
21
Comments

Working with more then one web.config files in asp.net application. by Jalpesh P. Vadgama

Recently one of reader of my blog how we can work with more then one web.config files in asp.net application. So I decided to blog about that. Here is the my reply for that. You can work with more then one web.config file in asp.net. But you can not put...
0
Comments

TSQL Quiz 2011 on beyondrelational.com by Jalpesh P. Vadgama

One of the my friend Jacob Sebastian running a SQL Server TSQL quiz on his site beyondrelational.com. This is a great opportunity to learn TSQL and win great price Like Apple IPad and other lots of cool stuff. So if you are expert and if you learning...
More Posts