X

Enable https on ASP.NET MVC 2 & 3, through Filters and web.config

To enable https on asp.net mvc, one can use the [RequireHttps] attribute on the base controller if you are using…

Jquery: dropdown.val(‘selected’, ‘selected’) does not work anymore.

Was debugging some code that was broken due to jquery 1.6 update, and found this call for Jquery dropdown.val [crayon-6a3dae0725cdb599773044/]…

Building an installer and displaying Data Link Properties Dialog Box for connection string

So was hacking a new installer and wanted to display the data link properties dialog, for building a connection string.…

RubyMine 3.1.1 running in 64bit JVM on Windows 7

In order to run Rubymine under a 64bit jvm one needs to run the IDE from the bat file. In…

Ottawa IT Code Camp – Unit Testing with Mocking Framework

Thanks to everyone who came to Unit Testing with Mocking Framework at the code camp today, I will get those…

NET 4, Visual Studio 2010 install fails on XP SP3 machine “Fatal error during installation”

So I had this issue at work had to install on xp machine, dont ask why but just had to…

My talk on WatiN , SpecFlow, BDD, Code and additional material

Thanks to everyone who came out for the Ottawa .Net Community talk yesterday on WatiN , SpecFlow, BDD, WebDriver, I…

LG Optimus One LGP500H installing usb driver (Koodoo phone Canada)

So Koodoo is having a deal on android phone LG Optimus One LGP500H and I couldnt resist and picked one…

Automapper: Mapping Objects Part 7 of 7 (Startup Registration)

In this last part of the series I wanted to talk about how to register automapper at startup of your…

Automapper: Mapping objects Part 5 of 7 (CustomResolver)

In Part 5, we will use a powerful feature that automapper allows us, which is CustomResolver. Lets look at our…