X

ASP .NET MVC2 Changes: GetControllerInstance & DataAnnotationsModelBinder

Here are some changes that affected my asp mvc update process, specifically ASP .NET MVC2 Changes: GetControllerInstance & DataAnnotationsModelBinder. By…

Spark View Engine: Highlight Table Alt Row

So you want to use Spark View Engine: Highlight Table Alt Row. Here is how one highlights an alt row…

Linq Sequence contains no matching element

So sometimes you will get these strange errors or exceptions when using Linq Sequence contains no matching element For example…

Asp .NET Redirect To SSL HttpModule

There are tones of blog post out there on how to redirect http to https. As in when a user…

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…