May 2011
1 post
1 tag
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.
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
1 tag
Windows Server 2008, how to setup WCF Services
It’simple:
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.
November 2010
3 posts
1 tag
1 tag
1 tag
Fast blank solution in Visual Studio 2010
Cut and paste text below into a file named [my project].sln
October 2010
8 posts
1 tag
MVC ignore favicon.ico
Add this on global asax
2 tags
NHDay - The Session
1 tag
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!).
1 tag
Javascript Beautifier
A useful tool for re-format your js code: http://jsbeautifier.org/
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
2 tags
Advanced Javascript to Improve your Web App
2 tags
August 2010
1 post
2 tags
Service Locator is an Anti-Pattern
A clean design should choose this option.
More on this post.
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.