Click here to Skip to main content
15,886,567 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I'm learning asp.net at home.
C#
I am confused about how to start ASP.NET. Some tutorials start with MVC, while some start with web forms. Many of them show code snippets as first example, but they do not mention where we should write the code.


Could anyone of you give some guidance on this.Thanks in advance

What I have tried:

i tried to create first asp.net program.Iam confused how to start.Every article shows a different way.
Posted
Updated 14-Jul-16 23:32pm
v2
Comments
Ankur\m/ 15-Jul-16 6:41am    
Web Forms is ASP.NET, MVC is a newer technology for developing web application. Both are used quite a lot in the industry. I would suggest you start learning MVC as it's new. Get a book or start with some basic tutorials. Google whenever you have a doubt.

Hi,
Before start ASP.NET MVC you should learn ASP.NET.
ASP.NET is you can learn easy way but you start from begin. Please find below link it will useful for you.

ASP.NET Tutorial[^]

Below video link will help to you.

What is ASP.NET Part 1 - YouTube[^]

If you need help please ask.
 
Share this answer
 
Comments
F-ES Sitecore 15-Jul-16 5:35am    
That "ASP.NET Tutorial" was written before MVC came out, so when they say asp.net they really mean webforms. If you are going to do MVC development I don't think that link is going to be much value.
You're probably better starting with MVC, it's a big topic so I'd recommend getting a book on MVC and going through it, or at least try some online tutorials

Part 1: Overview and File->New Project | The ASP.NET Site[^]
 
Share this answer
 

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