Archive for July, 2009

There are only a few online shopping sites here in lanka that sells computer related stuff. and even within those sites only a very few are actively maintained. i am compiling a list of sites here, as i didn’t find a list anywhere else(i asked google). these consists of sites that actually let you buy [...]

In Short:
if you ever get a exception like “_COMPlusExceptionCode = x” in a .net application while you are debugging it in visual studio, look at the following screenshots.
Long Story:
While working on a asp mvc project i got a exception when the EF was trying to save some changes to the db. so i examined the [...]

…i needed to get the type of the model that a given controller is associated with. and then i have to traverse it’s properties(through reflection…etc) and do some string manipulation to generate custom method signatures and custom anonymous types. i also wanted to filter the list of properties that will be used in these parameters and anon types….