laribee

Stories submitted by laribee

Findng Assembly-level Dependencies with R# 3.x(codebetter.com)

submitted by laribeelaribee(720) 4 years, 3 months ago

(a 99.999% self-explanatory title) read more...

add a comment |category: |Views: 0

tags: another

Ordered Statements in a Fluent Interface(laribee.com)

submitted by laribeelaribee(720) 4 years, 7 months ago

Presents a technique for controlling the order/flow of statements in a fluent interface API/DSL with interfaces. Example is in C#. read more...

add a comment |category: |Views: 5

tags: another

The Smart DTO(laribee.com)

submitted by laribeelaribee(720) 4 years, 7 months ago

How smart should a Data Transfer Object be? read more...

add a comment |category: |Views: 60

tags: another

Generic Template Methods(laribee.com)

submitted by laribeelaribee(720) 4 years, 9 months ago

A C# example of how, using Generics, one can fuse Template Method with Chain of Responsibility to stay on the good side of Single Responsibility Principle and Open Closed Principle. read more...

add a comment |category: |Views: 18

tags: another

Using an Attribute to Exclude Code from NCover Reports(laribee.com)

submitted by laribeelaribee(720) 4 years, 10 months ago

One approach to managing you code coverage metric is to use a simple attribute that can decorate the classes and methods you want excluded. This is useful in scenarios where you have classes wrapping difficult-to-test dependencies. read more...

add a comment |category: |Views: 320

tags: another

I Heart Template Method(laribee.com)

submitted by laribeelaribee(720) 4 years, 10 months ago

Template Method is the old skool design pattern that rocks the party that rocks the party that rocks the party. Here's why I love it in a way that isn't natural. read more...

add a comment |category: |Views: 8

tags: another

NHibernate vs. LINQ to Entities(laribee.com)

submitted by laribeelaribee(720) 4 years, 10 months ago

Having just come from a heated in-person discussion on the subject, I'd thought I'd toss my views on the subject into the ring. Also (toward the bottom) a couple resources for grokking the LINQ to Entities vision. read more...

add a comment |category: |Views: 1494

tags: another

Strategies for Structuring Unit Tests(laribee.com)

submitted by laribeelaribee(720) 5 years ago

As you start to accumulate tests and move along in your TDD discipline, it becomes increasingly important to effectively organize large collections of tests. Here's an assortment of tactics for structuring your own test suites... read more...

add a comment |category: |Views: 32

tags: another

Managing NHibernate Maps(laribee.com)

submitted by laribeelaribee(720) 5 years ago

A couple tips for managing your NHibernate mapping files. read more...

add a comment |category: |Views: 33

tags: another

Virtual Server in the Development Shop(laribee.com)

submitted by laribeelaribee(720) 5 years, 1 month ago

How can Virtual Server improve the capability and reliability of your development shop? Let me count the ways... read more...

add a comment |category: |Views: 1

tags: another

Hidden VS 2005 Feature: Line Count(laribee.com)

submitted by laribeelaribee(720) 5 years, 2 months ago

I noticed that the "Ln" counter in Visual Studio 2005 counts up when you build a solution or project. I'm speculating this is lines of code compiled, but maybe someone knows what this actually does (nothing in the docs, search results, or blogosphere)... read more...

2 comments |category: |Views: 76

tags: another

Enterprise Library 3.0 Validation Block Musings(laribee.com)

submitted by laribeelaribee(720) 5 years, 2 months ago

Announcing the upcoming EntLib Validation Block. Also wondering how elegant the upcoming enterprise library validation block will be as a DDD Specification Repository... read more...

add a comment |category: |Views: 12

tags: another

Controlling IR Devices in ASP.NET(andybeaulieu.com)

submitted by laribeelaribee(720) 5 years, 2 months ago

A quick and easy (but cool) hack for combining ASP.NET and $12.50 to control whatever InfraRed device you can think of. read more...

add a comment |category: |Views: 5

tags: another

Multiple Source Control Configuration w/ CruiseControl.NET(laribee.com)

submitted by laribeelaribee(720) 5 years, 2 months ago

A pointer to a cool (just saved me a lot of time) and overlooked feature in CruiseControl.NET is that you can monitor multiple, distinct configuration management repositories to trigger a project's build script... read more...

add a comment |category: |Views: 69

tags: another

Mind Your Access Modifiers(laribee.com)

submitted by laribeelaribee(720) 5 years, 2 months ago

Evan's (good) post on the subtleties of access modifiers inspired me to rant about access modifier abuse and quirks with Visual Studio. read more...

add a comment |category: |Views: 2

tags: another

Infrastructure Won't Matter(laribee.com)

submitted by laribeelaribee(720) 5 years, 2 months ago

...at least not to us development/abstraction types. A quick summary of what's happening in the grid computing world. Some interesting stuff is happening, if you haven't kept up with this area. read more...

add a comment |category: |Views: 0

tags: another