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 [...]
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 [...]
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
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 [...]
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 [...]





