Where to start learning ASP.NET

A

Amai

I'm ineterested in learning ASP.NET, in conjunction with both C# and
VB.NET. However, i don't really know where to start.

Are there classes available at local colleges, or do i have to go
through microsoft to find classes? would it be easier to try learning
on my own by purchasing Dummies books and microsoft official books?
Would it be beneficial to pay someone as a private tutor to help me
learn it?

thanks in advance for the replies!
 
M

Mischa Kroon

Amai said:
I'm ineterested in learning ASP.NET, in conjunction with both C# and
VB.NET. However, i don't really know where to start.

Are there classes available at local colleges, or do i have to go
through microsoft to find classes? would it be easier to try learning
on my own by purchasing Dummies books and microsoft official books?

There is a lot of material out there to help you learn, there is even a lot
of free material out there to help you learn :)

Video materials:
http://www.google.com/search?q=how+to+video+asp.net

Regular websites:
http://www.google.com/search?q=learn+asp.net

Books:
for this I recommend asp.net unleashed by steven walther.
http://www.superexpert.com/Books/AspNet2Unleashed/Default.aspx

When learning you might want to make a website for yourself or someone else
along the way to learn and implement the things you have learned from these
resources.
 
G

Guest

Amai,

If you have prior experience in web application development, you can self
learn using quickstarts tutorial. There are also lots of resources that you
can find on the web.

If you are new to web application development, it might help to take
someone's help or some course to learn the basics. once you know the basics,
you will have to try out sample programs and can master asp.net. Experience
is the best way to learn..

- Augustin
 
A

Amai

My experience with web devolopement is few and far between,
unfortunately (programming side, at any rate). I've worked sparingly
with php, javascript, and some cgi, but that's the extent of my
knowledge (short some html and css).

i don't know if those can be considered basics, or even along the same
lines of asp.net and c#, but hopefully this gives you an idea of where
i might be in regards to learning these new languages.
 
A

Amai

I believe i'll be buying the unleashed series of books for both C# and
asp.net, thank you for the pointer in the right direction.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top