sjclark76

Stories submitted by sjclark76

Getting Started With NServiceBus: Part 4 Integrating With StructureMap(blogs.planbsoftware.co.nz)

submitted by sjclark76sjclark76(155) 2 years, 6 months ago

A simple walkthrough on how to StructureMap & NServiceBus. read more...

add a comment |category: |Views: 247

tags: another

Getting Started With NServiceBus: Part 3 Sagas(blogs.planbsoftware.co.nz)

submitted by sjclark76sjclark76(155) 2 years, 6 months ago

A simple walkthrough on how to implement Sagas using NServiceBus in a self hosted service. read more...

add a comment |category: |Views: 9

tags: another

Getting Started With NServiceBus: Part 2 Publishing And Subscribing(blogs.planbsoftware.co.nz)

submitted by sjclark76sjclark76(155) 2 years, 6 months ago

A simple walkthrough on how to implement a publisher and subscriber using NServiceBus in a self hosted service. read more...

add a comment |category: |Views: 67

tags: another

Getting Started With NServiceBus: Part 1 Unicast Messaging(blogs.planbsoftware.co.nz)

submitted by sjclark76sjclark76(155) 2 years, 6 months ago

A simple walkthrough on how to implement simple unicast messaging using NServiceBus in a self hosted service. read more...

add a comment |category: |Views: 62

tags: another

Refactoring Switch Statements With StructureMap(blogs.planbsoftware.co.nz)

submitted by sjclark76sjclark76(155) 2 years, 7 months ago

How to apply the open closed principle to your code by using an IOC container (Structuremap) to get rid of your switch statements. read more...

add a comment |category: |Views: 27

tags: another

One Tangible Benefit of S.O.L.I.D Development(blogs.planbsoftware.co.nz)

submitted by sjclark76sjclark76(155) 3 years ago

One example of why practicing S.O.L.I.D development can save your organization time and money.. read more...

add a comment |category: |Views: 12

tags: another

Mocking LightSpeed Units Of Work.(blogs.planbsoftware.co.nz)

submitted by sjclark76sjclark76(155) 3 years ago

A short code example how to mock a LighSpeed UnitOfWork using Rhino Mocks for testing. read more...

add a comment |category: |Views: 15

tags: another

.Net TimeBombHack(blogs.planbsoftware.co.nz)

submitted by sjclark76sjclark76(155) 3 years ago

Small code sample from Ayende to put a time bomb into your code!! read more...

add a comment |category: |Views: 22

tags: another

Asp.Net MVC Conditional TextBox(blogs.planbsoftware.co.nz)

submitted by sjclark76sjclark76(155) 3 years, 1 month ago

How to write an HtmlHelper extension method with a fluent interface that takes a conditional lambda expression to render a control read-only. read more...

add a comment |category: |Views: 75

tags: another

Mocking the Linq To Sql DataContext(andrewtokeley.net)

submitted by sjclark76sjclark76(155) 3 years, 10 months ago

A generic solution to mocking the Linq To Sql DataContext and how you can test your linq queries against an in memory database. read more...

add a comment |category: |Views: 368

tags: another