We plan to develop a medium and large web application
- mainly CRUD operations
- reporting
- intranet / internet ready
Someone had the idea to split the application into two separete solutions
- ASP.NET Web Application - Interface
- The main application is data access, domain logic .. hosted in a Windows service
Communication will be implemented using WCF (tcp, named pipes)
I am wondering what are the pros and cons of this solution?
I’m mostly worried that development processes will be complicated. All this post through WCF.
Could you share some of them or do you have experience with a similar project?
source
share