DomG

Stories kicked by DomG

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