jbeninghove

Stories kicked by jbeninghove

Building a Nant Script -- Part 2: Adding NUnit tests(dimecasts.net)

submitted by dwhittakerdwhittaker(13.1k) 3 years, 3 months ago

Taking a look at how to create a build script with Nant, learning how to add NUnit tests read more...

add a comment |category: |Views: 195

tags: another

Implementing a REST service with WCF (part 1) (dimecasts.net)

submitted by dwhittakerdwhittaker(13.1k) 3 years, 5 months ago

A short how to on implementing a REST service with WCF. read more...

add a comment |category: |Views: 383

tags: another

Exploring Extension Methods in C(dimecasts.net)

submitted by dwhittakerdwhittaker(13.1k) 3 years, 11 months ago

Short howto screencast on using and implementing Extension Methods read more...

add a comment |category: |Views: 200

tags: another

MonoRail Quickly - Screencast(joeydotnet.com)

submitted by jbeninghovejbeninghove(790) 4 years, 5 months ago

Well it was bound to happen at some point. My first screencast. It's a quick walkthrough on how you can get a baseline MonoRail solution up and running. Yeah, I know. Everyone's talking about MS MVC these days, and I'm certainly just as excited about it as anyone else. But MonoRail is still a very nice MVC framework that can be fully leveraged now. read more...

add a comment |category: |Views: 17

tags: another

Presentation Model: Screen Store Example(joeydotnet.com)

submitted by jbeninghovejbeninghove(790) 4 years, 7 months ago

You can grab the entire source code (either from my google code repository or in this convenient little zip file). Feel free to browse the code for a bit, but come back to this post so I can show an example of adding a new, simple feature using this code base. read more...

add a comment |category: |Views: 12

tags: another

Building the often needed anti-corruption layer(joeydotnet.com)

submitted by jbeninghovejbeninghove(790) 4 years, 8 months ago

"Agile Joe" and I were chatting about the challenges of building on top of existing application platforms, specifically ones like Microsoft CRM (which Ayende is painfully dealing with) and Commerce Server 2007, which is what I'm dealing with on my current project. read more...

add a comment |category: |Views: 45

tags: another

Refactoring towards a DRY, fluent interface(joeydotnet.com)

submitted by jbeninghovejbeninghove(790) 4 years, 8 months ago

In my current project, I have an application service that is used to make various modifications to a shopping cart, like adding cart items, applying discounts, changing quantities, etc. Well as this service class evolved, the methods were starting to look like this... read more...

add a comment |category: |Views: 10

tags: another

TDD vs. Design discussion(jpboodhoo.com)

submitted by snickers5x5snickers5x5(254) 4 years, 8 months ago

Blog entry from JP Boodhoo about when to use UML diagramming and how it fits in to the TDD/Agile paradigm. Good read. read more...

add a comment |category: |Views: 19

tags: another

Agile Development(lostechies.com)

submitted by jmeridthjmeridth(720) 4 years, 8 months ago

Concurring with Scott Bellware on his points about Agile Development not having the answers, but the environment to find them. read more...

add a comment |category: |Views: 3

tags: another

Preliminary thoughts on TDD with MSTest in Orcas(joeydotnet.com)

submitted by jbeninghovejbeninghove(790) 4 years, 11 months ago

Naysawn, the PM for MSTest, asked that I take a look at the new unit testing features of Orcas, after he read my thoughts on the (sad) current state of MSTest. Unfortunately, I haven't yet had a chance to actually fire up the Orcas VPC to play with it, but Naysawn wrote up a couple of posts describing some of the new features coming to MSTest in Orcas. So I figured I'd post some initial feedback on his posts as it relates to TDD... read more...

add a comment |category: |Views: 10

tags: another

Creating Composite View Components In MonoRail / Refactoring Exercise(joeydotnet.com)

submitted by jbeninghovejbeninghove(790) 5 years ago

In a previous post, I showed some examples of how to create custom view components in MonoRail and touched on the ability to create composite view components. Since then I've refactored towards the use of interfaces which I think is a cleaner approach, so I thought I'd share. read more...

add a comment |category: |Views: 13

tags: another

Agile Leadership and Coaching (Development Manager’s Need to grow up!)(lostechies.com)

submitted by agilejoeagilejoe(860) 5 years ago

With modern business needs changing at a rapid pace, software development must respond in tandem. Agile Development Methodologies promote responding to change, by balancing order and chaos. This is an art form more than it is a practice. All too often have I chatted with development managers who have attempted to enact agile, only to fail. Is it the methodologies fault or a fault in leadership and understanding? read more...

add a comment |category: |Views: 3

tags: another

Leveraging 3rd party/OSS tools in a VSTS/TFS environment(joeydotnet.com)

submitted by jbeninghovejbeninghove(790) 5 years ago

In light of the recent TFS vs. OSS debates, I wanted to share how we are using both TFS and OSS tools to work with each other. Speaking as someone who has implemented (and extended!) TFS in a production environment since the early Beta 2 days and am currently using the VSTS/TFS stack, I can say that there is quite a bit of pain involved. But some of that can be alleviated by utilizing both commercial and OSS tools *with* TFS. Here are a few examples of how I (and some of our team) are "filling in the gaps" to make TFS and VSTS a little easier to work with. read more...

add a comment |category: |Views: 5

tags: another

Castle MonoRail & ActiveRecord - First Impressions(joeydotnet.com)

submitted by jbeninghovejbeninghove(790) 5 years, 2 months ago

I've spent quite a few hours over the past few days playing with the amazing Castle Project (long overdue for me), mostly MonoRail and ActiveRecord. All I can say is WOW! read more...

2 comments |category: |Views: 23

tags: another

Validating business rules which require a call to a repository(joeydotnet.com)

submitted by jbeninghovejbeninghove(790) 5 years, 2 months ago

Ayende has a couple of recent posts which relate to entities, services and repositories. In some of the comments, it was briefly discussed about if/how you should validate dynamic business rules that require a call to a repository. read more...

add a comment |category: |Views: 28

tags: another

Advanced .NET Training Course coming to Richmond, VA(joeydotnet.com)

submitted by jbeninghovejbeninghove(790) 5 years, 4 months ago

Jean-Paul Boodhoo has just officially announced that he's giving his Nothin But .Net bootcamp course down here in Richmond, VA from March 26-30. read more...

add a comment |category: |Views: 28

tags: another