Posts Tagged ‘C#’

log4net Dynamic Properties in XML Configuration.

Posted in Programming on June 12th, 2009 by Kyle – 2 Comments

I just learned about a new feature today of log4net that would have saved me a few hours of time had I known or been able to find this earlier.  I learned that you can have dynamic properties stored into log4net’s global context from code and then access them from the XML configuration file. This is useful in the case where dynamic configuration of log4net is needed. read more »

ASP.Net MVC Release Canidate

Posted in Programming on January 29th, 2009 by Kyle – Be the first to comment

If you didn’t know already, ASP.Net MVC framework is int he release candidate stages. Wahoo!!!. As per usual ScottGu over at Microsoft posted insanely detailed remarks on the new features. Check it out here.. Some notable improvements that I have used and like thus far include NO MORE CODE BEHIND FILES (this is my favorite), shortcut’s to switch between views and controllers, and “scaffold” like generation of views and controllers using the T4 template engine in Visual Studio.