Welcome to DU! The truly grassroots left-of-center political community where regular people, not algorithms, drive the discussions and set the standards. Join the community: Create a free account Support DU (and get rid of ads!): Become a Star Member Latest Breaking News Editorials & Other Articles General Discussion The DU Lounge All Forums Issue Forums Culture Forums Alliance Forums Region Forums Support Forums Help & Search

paulkienitz

(1,449 posts)
1. my experience
Wed Apr 2, 2014, 06:18 AM
Apr 2014

What I've experienced is that trying to put business rules and other application logic into .Net classes doesn't work out very well -- with the best intentions, it doesn't fit smoothly and you always end up with big pieces hanging out. The business logic keeps wanting to stick closer to the database than to the .Net app. So IMO it's better to just take the approach from the beginning that most of it belongs in stored procedures, not in .Net classes.

As for a WCF interface, first ask yourself if there's a real need for splitting the app over two servers. If not, using it is probably just overengineering, and adding an unnecessary additional source of potential problems. Don't worry too much about the risk of discovering later that you wanted it after all -- splitting an assembly off into a service isn't a big deal, should it become necessary. So I'd say don't be premature about it.

Recommendations

0 members have recommended this reply (displayed in chronological order):

Latest Discussions»Retired Forums»Website, DB, & Software Developers»How do you go about creat...»Reply #1