January 2008 - Posts
I found an interesting project that allow to ASP.NET(AJAX) developers to add logging abilities to JavaScript .The main aim of framework is to be very similar to the Net logging framework Log4net.So if you used log4net before you may try log4js.
Read More...
DataContext Log Property can be used to print generated SQL query or command in the console window as shown below: db.Log = Console.Out; If you want to print the SQL query in DebugView or VS Output window you may use DebugWriter class(by Kris Vandermotten
Read More...
SCE(Syndicated Client Experiences) applications are .Net applications that are deployed by web, occasionally connected, and fully exploitive of the desktop providing the optimal user experience for your content. The SC Reader application is a feature
Read More...