laribee

Stories kicked by laribee

Episode 7: Talking Domain-Driven Design with David Laribee – Part 2(deepfriedbytes.com)

submitted by ang3lfir3ang3lfir3(660) 3 years, 10 months ago

Domain-driven design (DDD) is an approach to the design of software, based on two premises. For most software projects, the primary focus should be on the domain and domain logic (as opposed to being the particular technology used to implement the system) and complex domain designs should be based on a model. David Laribee wraps up his discussion with hosts Keith and Woody about the growing design practice and how it can be used with the .NET platform. read more...

add a comment |category: |Views: 240

tags: another

Super Models, Part 2: Avoid Mutators (codebetter.com)

submitted by colinjackcolinjack(1010) 3 years, 10 months ago

Arguing that setters in your domain model can be harmful. read more...

1 comment |category: |Views: 7

tags: another

Foundations of Programming Ebook(codebetter.com)

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

Covering the basics of good programming. read more...

3 comments |category: |Views: 353

tags: another

Alt.NET Podcast Episode 3: Adopting Agile(altnetpodcast.com)

submitted by javeryjavery(5523) 3 years, 11 months ago

The latest episode of the ALT.NET Podcast is a discussion with Owen Rogers focused on adopting agile practices. read more...

add a comment |category: |Views: 153

tags: another

Entity Framework: Our Albatross (codebetter.com)

submitted by ignuignu(105) 4 years ago

ADO.NET Entity Framework. All I needed to know is that there are three different designer-generated XML files. But Dave Laribee rips it a new one here. read more...

1 comment |category: |Views: 342

tags: another

Alt.NET Podcast Launched!(altnetpodcast.com)

submitted by blowmageblowmage(455) 4 years ago

The Alt.NET Podcast has a new podcast. The premier episode is a conversation with David Laribee, Jeremy D. Miller, and Chad Myers about continuously improving yourself, your code, and your team. Give it a listen! read more...

add a comment |category: |Views: 118

tags: another

Hacking Visual Studio to Use More Than 2Gigabytes of Memory(stevenharman.net)

submitted by usshermussherm(5285) 4 years ago

Got more than 2GB of RAM in your machine? Get around the 2GB memory limit by making Visual Studio large address aware. read more...

add a comment |category: |Views: 100

tags: another

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

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

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

add a comment |category: |Views: 0

tags: another

ASP.NET MVC Framework - ScottGu's Blog (weblogs.asp.net)

submitted by ashmindashmind(775) 4 years, 7 months ago

ASP.NET MVC Framework described by ScottGu. read more...

7 comments |category: |Views: 85

tags: another

Philadelphia Area ALT.NET User Group Starting(persistall.com)

submitted by madscenemadscene(110) 4 years, 8 months ago

For all Philadelphia area .NET devs who are looking for better ways to do their jobs (without abandoning what we love about .NET) please join us to discuss alternative .NET tools and approaches we can find in the open source world, and learn from other development platforms like Ruby on Rails, Java, etc... read more...

2 comments |category: |Views: 7

tags: another

Announcing the ALT.NET Open Space Conference - Oct 5th through 7th - A(codebetter.com)

submitted by agilejoeagilejoe(860) 4 years, 10 months ago

We will soon open the conference website and begin to collect registrations for the ALT.NET Conference. I guess you could consider this as an official "pre" announcement. Save the date, and stay tuned! The ALT.NET conference will take place in Austin, TX from 5PM on Friday, Oct 5th, through noon on Sunday, October 7th at the St. Edwards University Professional Education Center. Participating in the organizing committee, are: Jeremy Miller Ayende Rahien Hamilton Verissimo Bret Pettichord Roy Osherove Jean-Paul Boodhoo David Laribee James Kovacs Raymond Lewallen Wendy Friedlander read more...

add a comment |category: |Views: 1

tags: another

Ordered Statements in a Fluent Interface(laribee.com)

submitted by laribeelaribee(720) 4 years, 10 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: 6

tags: another

DevLink 2007: A world-class conference you can afford(evanhoff.com)

submitted by ehoffehoff(980) 4 years, 10 months ago

Seriously, huge name speakers, food, and all the other stuff you get at the big ones, but for only $50. Located in Nashville, it's a short plane flight from almost anywhere. read more...

2 comments |category: |Views: 0

tags: another

The Smart DTO(laribee.com)

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

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

add a comment |category: |Views: 65

tags: another

Generic Template Methods(laribee.com)

submitted by laribeelaribee(720) 5 years, 1 month 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) 5 years, 1 month 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: 329

tags: another