May 2011
1 post
1 tag
May 11th
3 notes
January 2011
3 posts
1 tag
Simple log4net configuration file
You can disable logging activity only for NHibernate, see the file below: Of course, my application have full logging, but NHibernate error only.
Jan 19th
1 tag
Becoming a better JavaScript developer
First, study, after learn from beautiful javascript codebases. Two samples: Backbone, build application with MVC style JQuery Views, work with templates in OO manner
Jan 19th
1 tag
Windows Server 2008, how to setup WCF Services
It’simple:
Jan 9th
December 2010
1 post
1 tag
Windows Server 2008, how to save space
Disk cleanup utility is not installed by default in Windows 2008 server, but this link can help you.
Dec 3rd
November 2010
3 posts
1 tag
Nov 26th
2 notes
1 tag
Nov 26th
2 notes
1 tag
Fast blank solution in Visual Studio 2010
Cut and paste text below into a file named [my project].sln
Nov 7th
October 2010
8 posts
1 tag
MVC ignore favicon.ico
Add this on global asax
Oct 27th
2 tags
WatchWatch
NHDay - The Session
Oct 25th
1 tag
Oct 25th
1 tag
Object to Dictionary conversion in C#
This class map any properties of an object into a dictionary. I have added a function for handling null property value (remove NullReferencenceException from our code!).
Oct 18th
1 tag
Javascript Beautifier
A useful tool for re-format your js code: http://jsbeautifier.org/
Oct 18th
4 tags
NHDay. The first European NHibernate Day
< p> Honored to have participated as a speaker with them: Oren Eini aka Ayende, Gian Maria Ricci & Alessandro Giorgetti, Andrea Saltarello, Alberto Brandolini, Rob Ashton, Alberto Dallagiacoma, Igor Antonacci < p>Bologna, 9 Oct 2010
Oct 11th
2 tags
WatchWatch
Advanced Javascript to Improve your Web App
Oct 9th
1 note
2 tags
Oct 9th
August 2010
1 post
2 tags
Service Locator is an Anti-Pattern
A clean design should choose this option. More on this post.
Aug 16th
April 2010
1 post
2 tags
You don't need a dependency on IServiceLocator in...
A clean design should choose this option. More on this post.
Apr 22nd