rodpl

Stories kicked by rodpl

CodeRush with Refactor! Pro vs ReSharper(rod.blogsome.com)

submitted by rodplrodpl(110) 3 years, 10 months ago

Every developer knows already, that Visual Studio is not sufficient enough for code writing. Maybe this comparission will show other developers what can do with theses addons. read more...

add a comment |category: |Views: 136

tags: another

ReflectionHelper - DSL-like reflection manipulating(rod.blogsome.com)

submitted by rodplrodpl(110) 3 years, 11 months ago

Helper class useful for manipulating objects by reflection. This is part of just developing rod.Commons library. read more...

add a comment |category: |Views: 46

tags: another

7 tricks to simplify your programs with LINQ(igoro.com)

submitted by igoroigoro(815) 4 years ago

Ever since I learned about LINQ, I keep discovering new ways to use it to improve my code. Every trick makes my code a little bit faster to write, and a little bit easier to read. This posting summarizes some of the tricks that I came across. I will show you how to use LINQ to: initialize an array, iterate over multiple arrays in a single loop, generate a random sequence, ... read more...

1 comment |category: |Views: 669

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

Compiling VS and generating project version based on SVN revision.(rod.blogsome.com)

submitted by rodplrodpl(110) 4 years, 2 months ago

Solution for dynamic and automatic AsseblyInfo generation with version number based on SVN revision. It is using just csproj file. read more...

1 comment |category: |Views: 16

tags: another

The custom MSBuild task cookbook(community.bartdesmet.net)

submitted by bdesmetbdesmet(290) 4 years, 2 months ago

Learn how to extend the MSBuild build system with your own custom tasks. You'll learn how to write, register and debug custom tasks easily. read more...

add a comment |category: |Views: 67

tags: another