chadh

Stories submitted by chadh

Asp.net without Web Projects(pluralsight.com)

submitted by chadhchadh(55) 6 years, 3 months ago

A classic link that explains how to get those annoying v1.x web projects out of your web projects. read more...

1 comment |category: |Views: 4

tags: another

Transaction Scopes in ActiveRecord(castleproject.org)

submitted by chadhchadh(55) 6 years, 3 months ago

After reviewing the new TransactionScope in .NET 2.0 I thought I'd put up a link to the preexisting TransactionScope that the ActiveRecord project of Castle has in place. read more...

add a comment |category: |Views: 45

tags: another

NxBRE - An Open Source Rules Engine(agilepartner.net)

submitted by chadhchadh(55) 6 years, 3 months ago

NxBRE offers both an Inference and Flow rules engine making it a very versatile business rule engine. read more...

add a comment |category: |Views: 44

tags: another

MonoRail web framework releases beta 5(castleproject.org)

submitted by chadhchadh(55) 6 years, 3 months ago

MonoRail differs from the standard WebForms way of development as it enforces separation of concerns; controllers just handle application flow, models represent the data, and the view is just concerned about presentation logic. Consequently, you write less code and end up with a more maintainable application read more...

2 comments |category: |Views: 2

tags: another