ilmatte

Stories kicked by ilmatte

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

submitted by ilmatteilmatte(255) 1 year, 5 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: 39

tags: another

Entity Framework Context Lifetime Best Practices(blogs.microsoft.co.il)

submitted by gilfgilf(2139) 2 years, 3 months ago

In this post I’m going to write about one of the major decisions that you need to take when you use ORM tools like Entity Framework. This decision is the context lifetime. read more...

add a comment |category: |Views: 308

tags: another

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

submitted by ilmatteilmatte(255) 3 years, 3 months 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, 3 months 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: 392

tags: another

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

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

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

add a comment |category: |Views: 99

tags: another

10 Tools Which I Still Use, Even I Have VSTS 2008(weblogs.asp.net)

submitted by joycscjoycsc(1597) 3 years, 11 months ago

In my last post, titled "10 Tools Which I Left After Using VSTS 2008", I have included a list of 10 tools which I am not using currently, as I have the corresponding features available in Visual Studio Team System 2008. However, on the other hand, I am still using few tools even I have VSTS 2008! read more...

1 comment |category: |Views: 770

tags: another

Foundations of Programming Ebook(codebetter.com)

submitted by JanVanRyswyckJanVanRyswyck(2724) 3 years, 11 months ago

Covering the basics of good programming. read more...

3 comments |category: |Views: 353

tags: another

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

submitted by ilmatteilmatte(255) 3 years, 11 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: 188

tags: another

Scrum Explained in 5 Minutes(softhouse.se)

submitted by powerrushpowerrush(3873) 3 years, 11 months ago

PDF entitled "Scrum in Five Minutes" from http://www.softhouse.se/ read more...

add a comment |category: |Views: 1011

tags: another

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

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

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

add a comment |category: |Views: 1615

tags: another

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

submitted by ilmatteilmatte(255) 4 years 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: 147

tags: another

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

submitted by ilmatteilmatte(255) 4 years 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: 229

tags: another

Entities, Value Objects, Aggregates and Roots(lostechies.com)

submitted by JanVanRyswyckJanVanRyswyck(2724) 4 years ago

Basics of DDD read more...

add a comment |category: |Views: 367

tags: another

Automating readable markup in ASP.NET, WPF, and Silverlight(dimebrain.com)

submitted by dcrennadcrenna(1355) 4 years ago

This is a Visual Studio Add-In that provides a hot-key to automatically line up your ASP.NET/WPF/Silverlight attributes to increase their readability. read more...

4 comments |category: |Views: 127

tags: another

A Cryptography Primer, Part Four (final)(statestreetgang.net)

submitted by yesthatmcgurkyesthatmcgurk(4063) 4 years ago

I finished up the .NET programmers cryptography primer. Part four is about asymmetric cryptography. I go over using RSA to encrypt/decrypt and generate signatures. The post also covers the obscure and hard to understand at first "Key Container" and how it works. read more...

1 comment |category: |Views: 27

tags: another

ASP.NET Supervising Controller (Model View Presenter) From Schematic T(haacked.com)

submitted by QuiziqalQuiziqal(350) 5 years, 5 months ago

End-to-end walk-through of the process of implementing the Supervising Controller pattern in ASP.NET. Includes sample unit tests. read more...

add a comment |category: |Views: 97

tags: another