Archive for January, 2008
Saturday, November 29, 2008 10:16
I like log4net .The library is very easy for using and configuration and has an amazing set of features. I found an interesting project that allow to ASP.NET(AJAX) developers to add logging abilities to JavaScript .The project called log4js .It’s free and can be downloaded at this link.The main aim of framework is to be [...]
Saturday, November 29, 2008 10:16
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) .The usage of the class is pretty simple …
db.Log = new DebugWriter();
I wrote [...]
Saturday, November 29, 2008 10:16
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 rich application that utilizes WPF’s layout capabilities and advanced text to present the best possible reading experience on any screen.
Readability [...]