Starting a .NET project for learning purposes (Project Design) [closed]

onnslmsbnwb

New Member
I am new to .NET and intend to learn this technology through a self initiated project in order to acquire a more solid understanding of how this technology is put together. The project that I have in mind is a training/recruitment web application that would include both a back end simple content management interface and a front end UI interacting with the user. There would also be a database that would contain application information. I'd like to get opinions as how you would start such a project. I know that there are a few alternatives, however, I'm looking for a quick and more efficient way. I currently have thought of a four layer model where there is a "Web Application" UI project which will interact with the user, a "Web Application DataCore" which will be handling the database interactions, a Business logic project layer and a WCF communications layer which would act as a buffer between the DataCore layer and the Business logic layer. I just want to know if I'm on the right track and if not, what would be the most preferred way of starting out such as project.
 
Back
Top