what are the benefits of Layers in ASP.NET ? are they important ?

Recommended Answers

All 4 Replies

What "layers" are you referring to? while I am not an asp.net guru, the only layers (or tiers) that I would refer to when talking about web development in general is about the placement of components such as:

presenstation tier, business tier, and data tier. (typical 3 tier approach).

exactly ....... i m asking about same ?
so guide me abt it !!!

It's almost always a good idea to maintain a separation of concerns. It generally makes the troubleshooting process easier. If you need to change your data access you should be able to update your data access layer and not make changes to the rest of your application. The same he's for any other logical layers your application may include.

Thanks @ nakor77: got u !!!
solved !!!

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.