Views: 13.8K
Replies: 3
Archived
|
ASP.NET Web API in Dofactory frameworkHi there,
Dofactory patterns N-Tier architecture is use as described below. Hosting Layer Service Layer Business Layer Data Layer Service Layer using WCF -Restful implementation. Query ______ Now ASP.NET Web API may reduce the amount of work/implementation to develop RestFul services. I think that in N-Tier architecture service layer(Where WCF is used) can be replaced with Web API . Your valuable comments/suggestions are appreciated. Regards Raju Golla, Jul 20, 2012
|
|
Reply 1The WCF element is replaced by WebAPI - you can then access from any clients
William Jones, Oct 14, 2012
|
|
Reply 2Thank you for your input William.
Do you mean to say that WCF in service layer can be replaced with ASP.NET Web API with rest of the layers as well? Hosting layer ASP.NET Web API Business layer Data layer Please refer any references that follow above implementation or help. Raju Golla, Oct 10, 2012
|
|
Reply 3Web Api can certainly be used in this way. A UI being implemented using HTML javascript, JQuery/Knockout on top of WebAPI would certainly be viable.
William Jones, Jul 26, 2012
|