ilmatte

Stories submitted by ilmatte

ASP.NET MVC: HtmlHelper extension method for a Panel with using syntax(ilmatte.wordpress.com)

submitted by ilmatteilmatte(255) 1 year, 2 months ago

Tutorial with full code that guides through adding Panel extension methods to ASP.NET MVC. The tutorial describes the implementation of strongly typed extension methods of the HtmlHelper class that add the Panel to ASP.NET MVC. The Panel can be rendered with the same using syntax available for the form with the BeginForm() method. read more...

add a comment |category: |Views: 34

tags: another

shortcut to add namespaces to a XmlNamespaceManager(dotnetjunkies.com)

submitted by ilmatteilmatte(255) 3 years ago

Useful code snippet read more...

add a comment |category: |Views: 36

tags: another

NHibernate Read-only property access(blog.schuager.com)

submitted by ilmatteilmatte(255) 3 years ago

A very useful enhancement in NHibernate allowing to persist a property value even if you don't need to restore it because you calculate it at runtime. read more...

add a comment |category: |Views: 386

tags: another

Web Developer Helper by Nikhil(projects.nikhilk.net)

submitted by ilmatteilmatte(255) 3 years, 1 month ago

A must have tool for Web developers. read more...

add a comment |category: |Views: 97

tags: another

CruiseControl.Net Tutorial - Part 2(ilmatte.wordpress.com)

submitted by ilmatteilmatte(255) 3 years, 7 months ago

This is the second part of my tutorial about setting up and configuring CruiseControl.NET. In this article I describe PreBuild, Tasks and Publishers configuration Blocks and talk about some issues that could arise. read more...

add a comment |category: |Views: 178

tags: another

CruiseControl.Net Tutorial - Part 1(ilmatte.wordpress.com)

submitted by ilmatteilmatte(255) 3 years, 8 months ago

The first part of a tutorial about setting up and configuring CruiseControl.NET. read more...

add a comment |category: |Views: 1529

tags: another

Visual Studio Nunit & Rhino Mocks Templates(ilmatte.wordpress.com)

submitted by ilmatteilmatte(255) 3 years, 8 months ago

A simple visual studio installer file with a project template, an item template and a couple of code snippets for TDD with Nunit and Rhino Mocks read more...

add a comment |category: |Views: 145

tags: another

Versioning VisualStudio Solution with Subversion TortoisesSVN and Ankh(ilmatte.wordpress.com)

submitted by ilmatteilmatte(255) 3 years, 8 months ago

Tutorial about installing and configuring Subversion in order to be able to version a Visual Studio solution with the help of the GUI of choice between TortoiseSVN and AnkhSVN. read more...

add a comment |category: |Views: 225

tags: another