Home

| RSS

One .NET Way Is Alive!

This site went into hibernation in October and since then I have not pushed the resume button. Why such a delay? There are reasons which you are not interested in reading and I’m not interested in writing. So I will skip all the oooh I couldn’t blog because I was sooo busy yada yada yada [...]

[ More ] February 15th, 2010 | 3 Comments | Posted in News |

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 | No Comments | 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 |

Windows 7 Commercial – More Happy Is Coming

This is a very smart commercial for Windows 7. A clever way to praise a product without taking a dig on others. Maybe Apple will learn a thing or two from this. Enjoy.

[ More ] September 16th, 2009 | No Comments | Posted in News |

Output DOCTYPE In XSLT

These days I am working on a personal project which I call “my precious”. This projects involves transforming XML documents into HTML using XSLT. Things were going smooth till I decided to output DOCTYPE from XSLT. This is what I did.
  
XSLT parser does not like the code above and gives me this error.

After [...]

[ More ] September 16th, 2009 | 2 Comments | Posted in Programming |

TechEd Australia Day 2

Keynote for TechEd Australia started a bit slow with too much concentration on words such as innovation, excitement and productivity. Keynote was saved by awesome presentations by Sara Ford and Sarah Vaughan. Rest of the day was fantastic. A combination of excellent topics and superb presentation skills made it a worthy learning day.
The best [...]

[ More ] September 9th, 2009 | No Comments | Posted in News |

TechEd Australia Day 1

Some of you may know that author of this site (that’s me in case you are thinking) is attending his first ever TechEd. TechEd to me is like woodstock for developers and other IT people who come in masses for this amazing and full of geek energy event. Over next few posts I will write [...]

[ More ] September 8th, 2009 | No Comments | Posted in News |

Output To Console In Windows Forms Application

This post shows you how to output data to a Console in a Windows Forms Application. I use this technique religiously when developing Windows Forms applications. Debugging is much simpler when you can see information on what your application is doing in a Console. Of course the onus is on you as developer to output [...]

[ More ] September 1st, 2009 | 5 Comments | Posted in Programming |

ADO.NET Data Services Logical Operators

In this post we will look at Logical Operators in ADO.NET Data Services. These operators can be used as filter expressions in our requests and ADO.NET Data Services applies the filter before results are returned. We will use Data Services generated over Adventureworks Lite database. If you are new to ADO.NET Data Services and would [...]

[ More ] August 26th, 2009 | No Comments | Posted in Programming |

Execute Stored Procedure With ADO.NET Data Services

Introduction
In an earlier article I looked at how DO.NET Data Services can be used with ASP.NET. In this post I will talk about using ADO.NET Data Services to retrieve data via SQL Server stored procedure. Doing this is simple and I will follow a similar approach to hook everything up as I did in my [...]

[ More ] August 16th, 2009 | 7 Comments | Posted in Programming |

Windows Azure Sample Application Riviera

Riviera is a sample application for Windows Azure available on MSDN Code Gallery for download. Riviera has been developed by Platform Evangelism group in collaboration with Cumulx who are a Cloud ISV partner. Key features of Riviera are:

Multi-tenant data store based on Azure Table Storage as well as SQL Azure.
Per tenant customization of data model
Per [...]

[ More ] August 14th, 2009 | No Comments | Posted in News |