Monday, December 27, 2010

Bin Deploying ASP.NET MVC

How to deploy MVC application: Follow this blog post

Monday, November 22, 2010

Spell checker for Visual Studio

Spell checker for HTML, ASP.NET, JScript, VB, C#, CSS and C++ for Visual Studio 2005 and 2008 Click here

Sunday, May 23, 2010

ASP.NET 4 - Breaking Changes and Stuff to be Aware of

I hope that this links be useful

Tuesday, January 26, 2010

.Net Coding Best Practices

Every one knows that follow the code best practices will prevent time wasting in code maintaining and will reduce the headache that the next developer will have during maintaining code and will improve performance of application.

I do some Google and collect some links for you:

.Net Coding Stranded : click here
ADO.Net Best Practices : Follow this article click here
.Net Performance Best practices : Follow this
click here
ASP.Net Best Practices: Follow this click here , here
, here
Exception Handling : follow this article click here
SQL Server : Follow this click here , here , here

I hope that this links help every one trying to code better.