Recommendations for including WCF in the mid-tier MVC

I was wondering if some kind of three-tier application implemented using MVC and WCF as a middle tier? Were there any performance issues / flaws rather than a typical mid-level implementation using .dll. I foresaw an average WCF level that could access DAL (linq to SQL), any tips / links with much thanks!

+3
source share
2 answers

A 3-tier application with MVC and WCF usually means:

  • Font-end ASP.NET MVC, where in the simplest scenario, the controller calls the WCF service proxies.
  • Internal / mid level WCF displaying your business logic / data access.
  • , .

? - . , , , -. , ( ). , , .

+6

-, AJAX (, jQuery.ajax), :

  • ASP.NET MVC. AJAX.
  • WCF, , ASP.NET MVC (. ), JSON AJAX. WCF , - , .

ASP.NET MVC V (Views) -. , . WCF. WFC , , . , (, ) Excel WinWord, WFC , MVC.

. ASP.NET MVC WFC , .

0

All Articles