rdb81

Stories kicked by rdb81

Tired Of Working With Big Visual Studio Solutions?(davybrion.com)

submitted by DavyBrionDavyBrion(345) 3 years, 4 months ago

a simple trick to make working with big Visual Studio solutions much more bearable read more...

add a comment |category: |Views: 925

tags: another

Genesis: Bridging The Gap Between Requirements And Code(davybrion.com)

submitted by teranexteranex(60) 3 years, 5 months ago

About the Genesis methodology and toolkit for software developers, that links unit tests to requirements in the functional analysis document... read more...

add a comment |category: |Views: 285

tags: another

Can someone tell me why i shouldn't drop WCF?(davybrion.com)

submitted by DavyBrionDavyBrion(345) 3 years, 10 months ago

In this post i question the usage of a WCF service layer instead of going for a NServiceBus based messaging approach read more...

add a comment |category: |Views: 564

tags: another

How To Write Testable ASP.NET WebForms(davybrion.com)

submitted by DavyBrionDavyBrion(345) 3 years, 10 months ago

Microsoft’s upcoming ASP.NET MCV framework makes it easy to write tests for your application layer logic. But what about those of us who are stuck with ASP.NET WebForms? You can still write highly testable ASP.NET WebForms with only a little bit of extra effort. But that extra effort really pays off in the long run. In this post, i’ll give a detailed description of one approach that has worked for me really well. read more...

add a comment |category: |Views: 411

tags: another

Batching WCF calls(davybrion.com)

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

Great approach to overcome unnecessary roundtrips to a WCF service! read more...

1 comment |category: |Views: 293

tags: another

Writing a LINQ Provider for NHibernate (mbeller.de)

submitted by theblobtheblob(200) 3 years, 11 months ago

A university paper on implementing a LINQ provider for NHibernate. Uses HQL instead of CriteriaAPI and the marvellous classes by Matt Warren to implement an IQuerableProvider. read more...

add a comment |category: |Views: 38

tags: another