views:

32

answers:

1

Hi all ,

I am a newbie to the asp.net world and i want to take the straight way for fast learning and to start producing some applications

So i want to take asp.net certification and training but i found that there are a lot of new features in asp.net 3.5 and many new features and concepts also was introduced in asp.net 2

My question is

I want to take the track for asp.net 3.5 but can't know if it depend on the previous track for asp.net 2 or not ?

and what is the track name ?

Remember I know nothing in asp.net , but want to start with the true track from the very beginning

Thanks in advance

A: 

ASP.Net 3.5 is basically v2.0 with some extensions. If you look inside %WINDIR%/Microsoft.Net/Framework/ you'll see v2.0 and v3.5 but note that v3.5 lacks things like a CONFIG folder. This is because the v2.0 CLR is used by v3.5.

IMO you should study 2.0 to get all the fundamentals right first and then look at the extensions like LINQ, ASP.Net AJAX etc. once you have a good understanding of the basics.

5arx