c# - SOA for old Application -


i have 1 project have 8 modules. of developed in vb.net,asp.net,c# windows forms,asp.net have situation not able manage modules. need re-write application using new technology aps.net mvc, web api etc.

have big problem have lot of logic in stored procedure (80% ~ 90%) not come out of sp. using ef database communication not able design domain model in persistence layer , need ddd (domain driven design) how design application architecture support web,desktop application , mobile. :)

stored procedure business logic inherently not going ddd. if insisting keep stored procedures, not ddd.

that being said, wrapping web api wrappers around stored procedures should allow leverage them in various ways specify:

how return values web api controller stored procedure in dbcontext

http://sivakumarparameswaran.blogspot.com/2014/02/how-to-invoke-stored-procedure-in-web.html


Comments

Popular posts from this blog

yii2 - Yii 2 Running a Cron in the basic template -

asp.net - 'System.Web.HttpContext' does not contain a definition for 'GetOwinContext' Mystery -

c# - MSDN OneNote Api: Navigate to never before opened page without opening a OneNote Application Window -