Welcome to Devintelligence.com Sign in | Join | Help

.Net Adventures

In .Net we trust
Your Cheap Web Hosting Solution


January 2008 - Posts

The Logging Framework for JS
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...
Sending the LINQ To SQL log to log4net
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...
The Syndicated Client Experiences Starter Kit and Reader Software Development Kit
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...