G
Guest
What are the best practices to create n-tier application in Windows Forms?
Links to white papers/articles are welcome.
We have a medium-size accounting and stock application that are planning to develop using .NET Architecture.
In our solution, we have created three differnet VB.NET Projects.
One for Presentation Services layer
One for Business Logic
One for Data Access Logic
We are using MSDE at backend with Crystal Reports 10.
We will be createing all the class for each object under their project.
We won't be using COM+ or Remoting/XMLWeb services as our user will not be more then 2-5
Please suggest is it a correct way of architecting a n-tier .NET Application.
regards,
GAL
Links to white papers/articles are welcome.
We have a medium-size accounting and stock application that are planning to develop using .NET Architecture.
In our solution, we have created three differnet VB.NET Projects.
One for Presentation Services layer
One for Business Logic
One for Data Access Logic
We are using MSDE at backend with Crystal Reports 10.
We will be createing all the class for each object under their project.
We won't be using COM+ or Remoting/XMLWeb services as our user will not be more then 2-5
Please suggest is it a correct way of architecting a n-tier .NET Application.
regards,
GAL