daretodoit

Stories kicked by daretodoit

Correctly disposing using the using()-statement(startbigthinksmall.wordpress.com)

submitted by jeisenbergjeisenberg(90) 4 years, 1 month ago

A nice little article for newbies about how the using()-statement in C# works. read more...

add a comment |category: |Views: 9

tags: another

NHibernate 2.0 Supa' Layer(devlicio.us)

submitted by LordLord(3737) 4 years, 1 month ago

Essentially I wanted a way to make queries work better within the context of a Domain Driven Design approach. I'm a big believer in Persistence Ignorance, so this means that I had to find a way to represent queries in a provider independent way. LINQ does this for me, mostly, but I still need a 'syntactically pleasing' way to get the LINQ provider to the query at runtime. Well, it turns out that doing this is pretty easy. read more...

add a comment |category: |Views: 21

tags: another

UI design patterns library(ui-patterns.com)

submitted by uadozeruadozer(650) 4 years, 2 months ago

Very cool site which shows give you ideas about visual presentation for misc elements of user interface read more...

2 comments |category: |Views: 339

tags: another

Visualizing the .NET Framework(codebetter.com)

submitted by gavinjoycegavinjoyce(25.7k) 4 years, 2 months ago

This was done using NDepend. The numbers are quite large — e.g. 39,509 types. read more...

add a comment |category: |Views: 5

tags: another

The Entire Patterns and Practices catalog in one place(blogs.msdn.com)

submitted by yesthatmcgurkyesthatmcgurk(4063) 4 years, 2 months ago

The P&P group at MS is dedicated to enabling YOU, the developer, implement the best patterns and follow practices designed to increase your chances for success. At this link is a full list of the P&P group's catalog, including application blocks, reusable code, factories, guides, patterns and tools. Sweet. read more...

add a comment |category: |Views: 18

tags: another

Something you probably don't know about enums in C#(blog.spontaneouspublicity.com)

submitted by HoolieManHoolieMan(1715) 4 years, 3 months ago

Do you think the use of an enum in your code is limiting the possible values that can be used? Think again. Maybe we need to learn to be more careful about checking our enums for valid values. read more...

5 comments |category: |Views: 13

tags: another