Category Archives: Uncategorized

On Defining ALT.NET

I had the opportunity to be part of an open spaces session at the Philly.NET Code Camp this past weekend. Part of the conversation centered around defining what ALT.NET really means or more specifically, what does it mean to be … Continue reading

Posted in Uncategorized | Tagged | 3 Comments

On Removing Saved Passwords in Mercurial

Discouraged by the Git experience on Windows, I’ve decided to give Mercurial a try. Out of the box, it’s a much smoother ride than Git. With Git, I regularly dealt with SSL errors (google git config –global http.sslverify false). I … Continue reading

Posted in Uncategorized | Tagged | Leave a comment

On An Unobtrusive IronPython ViewEngine for ASP.NET MVC

With all the recent attention given to the Razor view engine, I thought it would be interesting to see if I could prototype an even less intrusive syntax for a view engine. In other words… From WebForms: 1 2 3 … Continue reading

Posted in Uncategorized | Tagged , , | 6 Comments