I am currently designing a new ERP which will have 10 different modules.
I am using SQL server for database. .NET platform for programming.
For desktop part, I am using WPF, for Web, ASP.NET
I am interested in knowing your opinion about the architecture of the software. Also should I use Entity Framework and WCF?
I have previously written ERP but with a 2-tier approach. This will be my first time to try new platform and concepts.
I currently have a set of libraries which I use to handle data operations from/to a data entry window (a form or a web page) using a class (as a wrapper to table) and to database.
I would be happy to hear the suggestions.
Thanks in advance