Its been a long time since someone asked me about coding standards.. Here is a document I found in web that is very comprehensive -> http://www.tiobe.com/content/paperinfo/gemrcsharpcs.pdf
Monthly Archives: June 2009
Step by Step – GridView with extras
This is a small tutorial on how to display your result in a gridview that supports the following: 1) Sorting 2) Paging 3) Single/Multiple selection using a check box, Select All Checkbox in header 4) An inline details view for each row (master-detail view) (1) and (2) comes by default if you use a ObjectDataSource for Gridview binding and provide a DataTable/DataView as datasource for that. If your business layer returns a generic list of …
Good collection of Visual Studio/ASP.net/IIS tips
This is a good collection of tips on IIS/ASP.net/Visual Studio –> Click here http://blogs.msdn.com/webdevelopertips/archive/tags/tips+and+tricks/default.aspx Cheers!
Silverlight and WPF – Compare and Contrast
Here is a link to a good article/guidance on Silverlight and WPF. http://wpfslguidance.codeplex.com/ Cheers!
Measuring Complexity of Systems
I was reading a discussion about metrics on System Complexity and let me tell you I feel some times these discussion are like the story where blind men went to see the elephant.(Read story here) I am one among those blind men and this is my version of the elephant… Question: Why do you want to measure complexity? This is very important, because if you are a Project Manager and you are working with your …


Recent Comments