NHprofiler de facto is “THE TOOL” to work with NHibernate,
If you work with NHibernate you must have NHProf, if you use it for 1 minute you can never work without it in the future, period.
I started today to use NHProf even for unit testing, since I want to be [...]

Continue reading about Error log4net:ERROR [NHibernateProfilerAppender] Attempted to append to closed appender named [NHibernate.Profiler]

alkampfer on May 22nd, 2010

Code Downloadable Here.
Visual Studio is really a complex and big product, but it is amazing to see how simple it is to write an addin to extend its functionality. First of all we have a dedicated project type for writing an add-in from inside Visual Studio (dogfooding)

Choosing the Visual Studio Add-in a Wizard helps [...]

Continue reading about First Visual studio 2010 addin

Today I’m converting a project written in VB to C#, since it is composed by simple classes that manages reporting in RTF, I supposed that this will be a simple process. This project uses a RTF library I wrote in Visual Basic in 2002, that was simply compiled for .NET 2.0 some times ago.
The problem [...]

Continue reading about Blame on me for old vb code (.net 1.0) completely not CLS

alkampfer on May 20th, 2010

I’m exploring the new capabilities of NDepend 3.0, and the very first interesting stuff is that I’m now able in VS2010 to add a NDepend project to the solution, so I’m able to manage ndepend project properties inside from VS.

I can drag and drop project inside the windows to add and remove project from [...]

Continue reading about NDepend 3.0 a must have tool

alkampfer on May 18th, 2010

One of the feature that I loved most from Red Gate Sql Prompt is the ability to expand wildcards on queries.
Suppose I write this little query:

1: SELECT *

2: FROM dbo.Items

3: WHERE item_scan_id = 2

When I press play the query is [...]

Continue reading about Red Gate Sql Prompt Expand wildcard