Author: admin

  • Blog
  • Author: admin

Writing Quality code.

As a developer we all write programing code to devleope applicaitons. But it is very important how you write them.There are several method we have to follow when writing code.I have found very inseresting link which discuss every section of code.here is the link: http://msdn2.microsoft.com/en-us/library/4dtdybt8(vs.80).aspx

CUBE and Roll Up in SQL Server

Some time we need to summarize data very quickly without writing very complex query. CUBE And ROLL UP are great commands that give us very good summary options. We can summarize the data without writing dirty and complex queries with the help of CUBE and ROLL Up Operators. I have found a great link for

Tool, Menu, and Status Strips

Windows Forms 2.0 have great control in their stack. ToolStrip and MenuStrip are great example of it. It is a great new control which you can use with application to developer better user interface.I have found an article on both controls. It describes all the things that realted with toolstrip and menustrip. It also teaches

Tuple in C# 4.0

C# 4.0 language includes a new feature called Tuple. Tuple provides us a way of grouping elements of different data type. That enables us to use it a lots places at practical world like we can store a coordinates of graphs etc. In C# 4.0 we can create Tuple with Create method. This Create method