Home / Archive: October 2009

| RSS

Working With Client ID In ASP.NET 4

ASP.NET 4 allows developers to customize Client Id which gets generated by ASP.NET. Up until now Client Id generated by ASP.NET has been ummm just plain ugly. Other than aesthetics they are also hard to work with in client side scripts. ASP.NET solves this issue to a degree by providing ClientIDMode property. In this post [...]

[ More ] October 30th, 2009 | 13 Comments | Posted in Programming |

Learn .NET 4.0 And Visual Studio 2010 On Channel 9

Channel 9 which happens to be my favourite media station now has a section for courses. And if you have downloaded Visual Studio 2010 then this is the place to get yourself some VS 2010 training. Topics covered in this online course are:

Managed Languages
ASP.NET 4.0
Data Platform
WCF & WF
Parallel Computing
ALM

Link to Visual Studio 2010 and .NET [...]

[ More ] October 28th, 2009 | 1 Comment | Posted in Tips |

Create Breakpoints With Hit Count In Visual Studio 2008

This post shows you how to use Breakpoints in Visual Studio with a hit count. Breakpoints can be described as bread and butter of debugging. They allow you to stop execution at any statement in your code. By doing this you can examine values in your variables, look at call stack, change values in variables [...]

[ More ] October 2nd, 2009 | 2 Comments | Posted in Programming, Tips |