Question:

What scripts do you need to know to learn asp.net i heard, u need c /c/c# but then what do you learn for that

by  |  earlier

0 LIKES UnLike

i read that for 'asp.net for dummies' u only need basic understanding of html. but for other beginner books you need to learn c# (which i don't know because i am a beginner). I then read on asp.net that you start off with visual web developer express. Do you use that for asp.net applications? can you do in that? is it a WYSIWYG editor? Is Asp.net a technology or a script?

what should learn before learning c , c# etc??

thank you and please label the answers in stead of a long paragraph like me sorry

 Tags:

   Report

1 ANSWERS


  1. ASP.NET is a part of the .NET framework. It allows you to use several different languages, such as VB.NET, C#, J#, or Managed C++.

    True, you really only need a basic understanding of HTML, because that only represents part of your ASP.NET project (the presentation layer). Your project will also have server-side coding which uses one of the .NET languages I mentioned above.

    Visual Web Developer Express is an IDE (integrated developement environment). It gives you WYSIWYG HTML editing, but you'll still need to write the back-end code yourself.

    To really be successful in ASP.NET programming, you'll want the following skillsets:

    1. HTML

    2. A .NET language (typically C# or VB.NET)

    3. SQL

    4. Understanding of the Visual Studio application

Question Stats

Latest activity: earlier.
This question has 1 answers.

BECOME A GUIDE

Share your knowledge and help people by answering questions.