• 0

ASP.net


Question

Hi guys, I am currently learning ASP.net but the thing is I am not sure that I got what is needed to start learning. So far I spend some time learning HTML, CSS and C# but I am worried about other things.

java script: I am aware that it is used for the client side and I have read in some websites that I need to know it before going to ASP.net but my plan is to start learning it once I start learning how to make ASP.net controls for the client side, their I will be needing JavaScript.

XML: not sure what is used for till now because I see it used for a number of things, as far as I know. It is used to store data. Not sure if I need to learn it before or after.

SQL: It is for storing the information into the database, it is very useful to store large information. But I don't think I will need it now, but later is for sure.

Please tell me what to do or you have anything in mind and thank you in advance.

Link to comment
Share on other sites

2 answers to this question

Recommended Posts

  • 0
Hi guys, I am currently learning ASP.net but the thing is I am not sure that I got what is needed to start learning. So far I spend some time learning HTML, CSS and C# but I am worried about other things.

java script: I am aware that it is used for the client side and I have read in some websites that I need to know it before going to ASP.net but my plan is to start learning it once I start learning how to make ASP.net controls for the client side, their I will be needing JavaScript.

XML: not sure what is used for till now because I see it used for a number of things, as far as I know. It is used to store data. Not sure if I need to learn it before or after.

SQL: It is for storing the information into the database, it is very useful to store large information. But I don't think I will need it now, but later is for sure.

Please tell me what to do or you have anything in mind and thank you in advance.

You won't be needing javascript or xml. SQL though, you will need this if your actually going to make anything remotely useful. Look at LINQ for very simple and powerful database quering.

XML can be used for serialising objects but it doesn't really have a place in most web apps. ASP.Net contains a lot of client-side validation so javascript isn't a nessecity but I would recommend using jQuery if needed.

Link to comment
Share on other sites

  • 0
Hi guys, I am currently learning ASP.net but the thing is I am not sure that I got what is needed to start learning. So far I spend some time learning HTML, CSS and C# but I am worried about other things.

java script: I am aware that it is used for the client side and I have read in some websites that I need to know it before going to ASP.net but my plan is to start learning it once I start learning how to make ASP.net controls for the client side, their I will be needing JavaScript.

XML: not sure what is used for till now because I see it used for a number of things, as far as I know. It is used to store data. Not sure if I need to learn it before or after.

SQL: It is for storing the information into the database, it is very useful to store large information. But I don't think I will need it now, but later is for sure.

Please tell me what to do or you have anything in mind and thank you in advance.

You may not need them all right away, but you will at some point in time. I'd recommend that you spend some time learning each technology at some point.

Link to comment
Share on other sites

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.