Click here to Skip to main content
15,886,763 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hello,

I am new to ASP.NET Web Forms. Now I am having a small project that I have develop it in ASP.NET. This project consists of the following:
1. data entry system: adding, editing and deleting users
2. defining two roles of the users: admin or registered user
3. creating, editing and deleting events
4. creating simple reports with some graphs

I am expert with HTML, CSS and Javascript. Also, I have a good background in C# and I used Oracle database during my university life, so I know SQL language.

I finished the Lynda Essential Training about ASP.NET and now I am thinking to start my project but I am confused about my start and I don't know from where I should start.

In addition, I have the following questions:
1. Should I know Entity Framework and know how to use it and use it in my project? Is is possible to develop the website with the SqlDataSource?

2. what is the best and short approach to develop this website from your experience?
3. Do I need to take another tutorial or is it fine to start with project and taking specific tutorial for each problem that I will face?

Your help guys is highly appreciated
Posted

Hi,

According to your question ,you know basics of asp.net i mean u r familiar with sqldatasource or some others controls .At frst you've to design database suitable for your requirements .Thn approach to develop websites different from eachother
some follow flexible approach and some follow fixed approach.

flexible approach means it take time to develop application but supports future changes in ur website.fixed means lesstime to make but no chance to extend.If you want to extend u've to reqrite entire website.

In internet there are so many tutorials are available for beginners to develop web applications.so gothrough dat tutorials thn start.

If you've doubt or steps to develop your requirement approach websites with your error or requirement like codeproject,asp.net,C#developer.it can helps you in better way.
 
Share this answer
 
 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900