X

Url Helper Extension Method for ASP MVC in form tags when using IIS 6

So I was going through some code of codebettercanvas and found it interesting of Karl Seguin using Html Helper extension…

Learn to use PowerShell to extract data from RSS

Currently I am doing some performance testing on our application and part of it is seeing how well do we…

Safe Base64 Url in ASP .NET

How to do safe base64 url encoding in ASP .NET, I came into a problem of url encoding in IIS…

Cannot find SQL Management Studio after install of SQL2005

So was just in the process of installing SQL2005 on one of our VM to test some stuff. Guess what…

Learn The Sprout Method for adding new functionality

In this Learn Series I am going to write about the Sprout Method which is in the book "Working Effectively…

Be mindful of the Null Pattern

Null Pattern Last time I blogged about "Learn the Null Pattern", but I forgot to mention one thing about the…

Be like Sylar my friend (A developer’s perspective)

So there is this character (antagonist) in this TV series "Heroes", and his name is Sylar People might also know…

Learn the Null Object

Today, I thought I would mention the Null Object design pattern, its an object that provides intelligent do nothing behavior,…

Learn the Observer Pattern with Event & Delegate

As promised here is the version of observer pattern with Event & Delegate. Personally I am not a big fan…

Learn The Observer Pattern

Learn the Observer Pattern: I am starting to write a series of blog post which would be named "Learn {tagline}....."…