Click here to Skip to main content
15,916,318 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
can anyone tells me how to start development in asp,net how to use visual studio,in visual studio how i start web development where to write html code and also c# code
Posted
Comments
[no name] 5-Jun-15 16:11pm    
We can't teach you programming in a forum posting. Get yourself some books and start reading and practicing. Takes classes. Write code. Follow some tutorials. Write more code.

I suggest looking up some tutorials to get you started. It's too difficult to go into detail in this space.

Essentially, open Visual Studio and click File, New Project and you'll see that there are lots of templates for different types of web projects, let alone other types that are not web.

In a simple forms project, you put html into the aspx portion of the page and then it has a codebehind file where the C# goes.

In MVC, it's totally different. It all depends on what you want to do.
 
Share this answer
 
Learn the latest on ASP.NET 5, this link will get you started => http://docs.asp.net/en/latest/tutorials/index.html[^]
 
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