janroch

Stories kicked by janroch

Pimp My Debugger - DebuggerDisplay Attribute(monstersgotmy.net)

submitted by bradygasterbradygaster(4897) 3 years, 5 months ago

The other day I was reading some friends code, and I saw that he used a DebuggerDisplay attribute. It allows you to create a custom view of your objects in the Visual studio debugger. This attribute is very straight forward, but very powerful in the amount of time it can save you when debugging your application. I'll show you a cookie cutter example, but you can use your imagination as to how to use this particular attribute. read more...

add a comment |category: |Views: 415

tags: another

Visual Studio 2008 Tips & Tricks for Developers(smallworkarounds.blogspot.com)

submitted by ash143guptaash143gupta(750) 3 years, 5 months ago

This article shows most common tips and tricks every .net developer should know,these tricks will help you in increasing your productivity while developing.I will make it a point to regularly update this post feel free to add few more tips,give me a comment if i find your trick worthy i will include it on this post. read more...

add a comment |category: |Views: 1301

tags: another

Get SOLID: Single Responsibility Principle - Karl Seguin(codebetter.com)

submitted by leedumondleedumond(2144) 3 years, 5 months ago

SOLID is a popular acronym that refers to a set of 5 important class design principles. Today I want to talk about the first part of SOLID: Single Responsibility Principle (SRP). read more...

1 comment |category: |Views: 397

tags: another

NHibernates MemCached feature(morten.lyhr.dk)

submitted by LyhrLyhr(315) 4 years, 2 months ago

Make you database write only with NHibernate and MemCached. read more...

add a comment |category: |Views: 15

tags: another

Using Custom BasePage Class in ASP.Net(codedigest.com)

submitted by satheeshbabusatheeshbabu(1565) 4 years, 2 months ago

This article explains the implementation of custom BasePage class in ASP.Net projects. Also, it discusses some of the sample scenarios where it can be used like adding meta tags using basepage and error handling using basepage. read more...

add a comment |category: |Views: 181

tags: another