First of all welcome guys to .NET 4.0.This a very cool poster that shows off the new stuff in .NET Framework 3.5 SP1 and .NET Framework 4.Here is the DeepZoom version! (use your mouse wheel or click and control-click to zoom in and out) Download the .NET Framework 4 Poster PDF for high quality printing....
Friday, 31 October 2008
Sunday, 26 October 2008
TwoSelect User Control, Moving Items between ListBox Controls - Part 1
This post will show you how to create TwoSelect User control, basically this control can be used in the scenario where you want to add Users to selected Group. Left side of the ListBox will contain the users which is not present in the group and right side of the ListBox contains the list of users already...
Friday, 17 October 2008
ASP.NET MVC Beta released
Click here to download it. You can also visit www.asp.net/mvc to explore tutorials, quickstarts, and videos to learn more. The ASP.NET MVC Beta works with both .NET 3.5 and .NET 3.5 SP1, and supports both VS 2008 and Visual Web Developer 2008 Express SP1 (which is free - and now supports class libraries and web application project types). Here's what's new in ASP.NET MVC Beta: ...
Saturday, 11 October 2008
SQL Server Coding Standards
ASP.NET, C# or VB.NET often goes hands in hands, In my previous post I have given the C# Coding Standards, but without the correct SQL Server Coding standards, my previous post was almost incomplete, so in this post I am giving you the Link to SQL Server Coding Standards. You can get more details in Pinal Dave SQLAuthority.com, http://blog.sqlauthority.com/2007/06/06/sql-server-database-coding-standards-and-guidelines-complete-list-download/...
Friday, 10 October 2008
C# Coding Standards
Following the right Coding standars comes with Practice and proper Guidance if you are a starter, and also lots of companies define or customize their own coding standards. When I came across this challange to define the coding standard for my team, I thought instead of reinventing the wheel and recollecting everything from my experience, better if I get something which is already defined...