n-Tier Application best practices

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Top