473,320 Members | 2,020 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,320 software developers and data experts.

ASP.NET 2.0 learn curve !

I am ASP programmer and did little bit programming in ASP.NET 1.1. Now I
want to move ASP.NET 2.0. Whats the quick, systematic way to learn ASP.NET
2.0 in less amount of time.

Thanks
Mar 30 '06 #1
11 1363
re:
Whats the quick, systematic way to learn ASP.NET 2.0 in less amount of time.
Start coding with it.


Juan T. Llibre, asp.net MVP
aspnetfaq.com : http://www.aspnetfaq.com/
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
===================================
"abcd" <ab**@abcd.com> wrote in message news:%2****************@TK2MSFTNGP10.phx.gbl...I am ASP programmer and did little bit programming in ASP.NET 1.1. Now I want to move ASP.NET 2.0.
Whats the quick, systematic way to learn ASP.NET 2.0 in less amount of time.

Thanks

Mar 30 '06 #2
HK
Find a book that clearly explains the differences between 1.1 and 2.0 --
such as Master Pages, and code publishing.

But this learning curve should be fairly easy if you were comfortable with
1.1. The change from ASP to ASP.NET was much much more substantial.

You have to dive in, but get some book to explain the differences.

"abcd" <ab**@abcd.com> wrote in message
news:%2****************@TK2MSFTNGP10.phx.gbl...
I am ASP programmer and did little bit programming in ASP.NET 1.1. Now I
want to move ASP.NET 2.0. Whats the quick, systematic way to learn ASP.NET
2.0 in less amount of time.

Thanks

Mar 30 '06 #3
Any samples anywhere?

Thanks
Juan T. Llibre wrote:
re:
Whats the quick, systematic way to learn ASP.NET 2.0 in less amount
of time.


Start coding with it.


Juan T. Llibre, asp.net MVP
aspnetfaq.com : http://www.aspnetfaq.com/
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
===================================
"abcd" <ab**@abcd.com> wrote in message
news:%2****************@TK2MSFTNGP10.phx.gbl...
I am ASP programmer and did little bit programming in ASP.NET 1.1.
Now I want to move ASP.NET 2.0. Whats the quick, systematic way to
learn ASP.NET 2.0 in less amount of time. Thanks

Mar 30 '06 #4
Here are some articles about many of the new ASP.NET 2.0 features:
http://SteveOrr.net/articles/ASP2Controls.aspx
http://SteveOrr.net/articles/SecureYourSite.aspx
http://SteveOrr.net/articles/SiteMaps.aspx
http://SteveOrr.net/articles/Ajax.aspx

and the web is filled with more info if you search for it.

Also, here's a good book on ASP.NET 2.0 if you want to go in depth:
ASP.NET 2.0 Cookbook
http://www.amazon.com/exec/obidos/AS...&link_code=as1

--
I hope this helps,
Steve C. Orr, MCSD, MVP
http://SteveOrr.net

"abcd" <ab**@abcd.com> wrote in message
news:%2****************@TK2MSFTNGP10.phx.gbl...
I am ASP programmer and did little bit programming in ASP.NET 1.1. Now I
want to move ASP.NET 2.0. Whats the quick, systematic way to learn ASP.NET
2.0 in less amount of time.

Thanks

Mar 30 '06 #5
I premise Dino Esposito is a friend and a colleague, but is also a
recognized member of developers community and an MSDN contributor, so I can
easily suggest his "Programming Microsoft ASP.NET 2.0 Core Reference"
(http://www.amazon.com/gp/product/073...lance&n=283155)
and his following book, "Programming ASP.NET 2.0 Applications--Advanced
Topics".

Paolo De Nictolis, Eng. - 441410

"abcd" <ab**@abcd.com> ha scritto nel messaggio
news:%2****************@TK2MSFTNGP10.phx.gbl...
I am ASP programmer and did little bit programming in ASP.NET 1.1. Now I
want to move ASP.NET 2.0. Whats the quick, systematic way to learn ASP.NET
2.0 in less amount of time.

Thanks

Mar 30 '06 #6
The .NET Framework 2.0 SDK is a good place to start :
http://www.microsoft.com/downloads/d...displaylang=en

That will install a zillion 2.0 samples in your computer.

If you want to preview them online, se :
http://asp.net/quickstart/aspnet/Default.aspx

If you want to develop 2.0 Web Services, see :
http://www.asp.net/QuickStart/webservices/

The Visual Studio 2005 Starter Kits have a lot of examples :
http://msdn.microsoft.com/vstudio/do...s/starterkits/

For .Net Framework 2.0 references, it's hard to beat the ClassBrowser :
http://www.asp.net/QuickStart/util/classbrowser.aspx


Juan T. Llibre, asp.net MVP
aspnetfaq.com : http://www.aspnetfaq.com/
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
===================================
"abcd" <ab**@abcd.com> wrote in message news:e9**************@TK2MSFTNGP09.phx.gbl...
Any samples anywhere?

Thanks
Juan T. Llibre wrote:
re:
Whats the quick, systematic way to learn ASP.NET 2.0 in less amount
of time.


Start coding with it.


Juan T. Llibre, asp.net MVP
aspnetfaq.com : http://www.aspnetfaq.com/
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
===================================
"abcd" <ab**@abcd.com> wrote in message
news:%2****************@TK2MSFTNGP10.phx.gbl...
I am ASP programmer and did little bit programming in ASP.NET 1.1.
Now I want to move ASP.NET 2.0. Whats the quick, systematic way to
learn ASP.NET 2.0 in less amount of time. Thanks


Mar 30 '06 #7
I learned a lot from the walkthroughs in the Visual Studio documentation.

"abcd" <ab**@abcd.com> wrote in message
news:%2****************@TK2MSFTNGP10.phx.gbl...
I am ASP programmer and did little bit programming in ASP.NET 1.1. Now I
want to move ASP.NET 2.0. Whats the quick, systematic way to learn ASP.NET
2.0 in less amount of time.

Thanks

Mar 30 '06 #8
"Juan T. Llibre" <no***********@nowhere.com> wrote in message
news:u8**************@TK2MSFTNGP09.phx.gbl...
re:
Whats the quick, systematic way to learn ASP.NET 2.0 in less amount of
time.


Start coding with it.


I couldn't agree more!
Mar 30 '06 #9
I just want to add that if you're coming from an ASP background, you should
be aware that there is *no* "quick" way to learn ASP.Net. It is an order of
magnitude more powerful, and an order of magnitude more difficult to learn.

--
HTH,

Kevin Spencer
Microsoft MVP
Professional Numbskull

Show me your certification without works,
and I'll show my certification
*by* my works.

"Steve C. Orr [MVP, MCSD]" <St***@Orr.net> wrote in message
news:%2****************@TK2MSFTNGP14.phx.gbl...
Here are some articles about many of the new ASP.NET 2.0 features:
http://SteveOrr.net/articles/ASP2Controls.aspx
http://SteveOrr.net/articles/SecureYourSite.aspx
http://SteveOrr.net/articles/SiteMaps.aspx
http://SteveOrr.net/articles/Ajax.aspx

and the web is filled with more info if you search for it.

Also, here's a good book on ASP.NET 2.0 if you want to go in depth:
ASP.NET 2.0 Cookbook
http://www.amazon.com/exec/obidos/AS...&link_code=as1

--
I hope this helps,
Steve C. Orr, MCSD, MVP
http://SteveOrr.net

"abcd" <ab**@abcd.com> wrote in message
news:%2****************@TK2MSFTNGP10.phx.gbl...
I am ASP programmer and did little bit programming in ASP.NET 1.1. Now I
want to move ASP.NET 2.0. Whats the quick, systematic way to learn ASP.NET
2.0 in less amount of time.

Thanks


Mar 31 '06 #10
There is none.

It's a long, slow, trudge up a steep hill with lots of teeth nashing and hair pulling and months/years of time investment.

Welcome to happy land of .Net :))

"abcd" <ab**@abcd.com> wrote in message news:%2****************@TK2MSFTNGP10.phx.gbl...
I am ASP programmer and did little bit programming in ASP.NET 1.1. Now I want to move ASP.NET 2.0. Whats the quick, systematic way
to learn ASP.NET 2.0 in less amount of time.

Thanks

Mar 31 '06 #11
Don't scare him off! Sure, in some ways more power means more complexity,
but you must balance that with all the things that are so much easier now.
Overall I feel like ASP.NET 2.0 is easier, not more difficult. But, yes,
there is a learning curve. You have to unlearn the old hard ways of doing
things and learn how to do it all the easier ways now in ASP.NET 2.

--
I hope this helps,
Steve C. Orr, MCSD, MVP
http://SteveOrr.net

"Kevin Spencer" <ke***@DIESPAMMERSDIEtakempis.com> wrote in message
news:e$**************@TK2MSFTNGP11.phx.gbl...
I just want to add that if you're coming from an ASP background, you should
be aware that there is *no* "quick" way to learn ASP.Net. It is an order of
magnitude more powerful, and an order of magnitude more difficult to learn.

--
HTH,

Kevin Spencer
Microsoft MVP
Professional Numbskull

Show me your certification without works,
and I'll show my certification
*by* my works.

"Steve C. Orr [MVP, MCSD]" <St***@Orr.net> wrote in message
news:%2****************@TK2MSFTNGP14.phx.gbl...
Here are some articles about many of the new ASP.NET 2.0 features:
http://SteveOrr.net/articles/ASP2Controls.aspx
http://SteveOrr.net/articles/SecureYourSite.aspx
http://SteveOrr.net/articles/SiteMaps.aspx
http://SteveOrr.net/articles/Ajax.aspx

and the web is filled with more info if you search for it.

Also, here's a good book on ASP.NET 2.0 if you want to go in depth:
ASP.NET 2.0 Cookbook
http://www.amazon.com/exec/obidos/AS...&link_code=as1

--
I hope this helps,
Steve C. Orr, MCSD, MVP
http://SteveOrr.net

"abcd" <ab**@abcd.com> wrote in message
news:%2****************@TK2MSFTNGP10.phx.gbl...
I am ASP programmer and did little bit programming in ASP.NET 1.1. Now I
want to move ASP.NET 2.0. Whats the quick, systematic way to learn
ASP.NET 2.0 in less amount of time.

Thanks



Mar 31 '06 #12

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

17
by: Rob | last post by:
i know javascript, vbscript, asp css and alot more and im only 14 i was wondering which is easier to learn php or cgi. any help?
15
by: Herman | last post by:
Hi everyone, I'm currently studying for my Master's in Computer Science, and I will be working on my thesis this summer. I've been thinking about constructing a web services application for my...
42
by: Bicho Verde | last post by:
I have now free time and money to do what I want :-) I have some basic skills in programming (C, Pascal, Macromedia Actionscript) but don't know exactly what to do in the world of programming. And...
8
by: Aziz McTang | last post by:
Hi Group, I am not an experienced programmer at all. I've learned html and css well enough to hand-write simple websites. I'm now looking to move to the next step. Initially, I'd like to do 3...
55
by: Elijah | last post by:
I have read many of the topics on learning C++ or Java first. It seems like everyone says something different. I would like to know if I should learn C++ or Java. First a little about myself. I...
5
by: Charles | last post by:
Hi folks, I would like to create an email client and organizer like MS Outlook, and I would give myself a year to do this, in the evening & week-ends. I have been looking for information on how...
8
by: Hermawih | last post by:
Hello , I want your opinion about this . In order to say it clearly , I think I have to describe it in long sentences . I could consider myself as Intermediate/Advance Access Developer ;...
4
by: GUSTAVO | last post by:
Hello, my name is Gustavo Vásquez and I want to learn how to program computers What one needs to be a good programmer of computers Which your advice are to be a good programmer How is the logic...
3
by: Asad | last post by:
Hi, I have a data, its frequency of a particular events at different times. Like, at time 0 - Number of events 2 at time 1 - Number of events 3 at time 2 - Number of events 0 at time 3 -...
0
by: DolphinDB | last post by:
The formulas of 101 quantitative trading alphas used by WorldQuant were presented in the paper 101 Formulaic Alphas. However, some formulas are complex, leading to challenges in calculation. Take...
0
by: DolphinDB | last post by:
Tired of spending countless mintues downsampling your data? Look no further! In this article, you’ll learn how to efficiently downsample 6.48 billion high-frequency records to 61 million...
0
by: Vimpel783 | last post by:
Hello! Guys, I found this code on the Internet, but I need to modify it a little. It works well, the problem is this: Data is sent from only one cell, in this case B5, but it is necessary that data...
0
by: jfyes | last post by:
As a hardware engineer, after seeing that CEIWEI recently released a new tool for Modbus RTU Over TCP/UDP filtering and monitoring, I actively went to its official website to take a look. It turned...
0
by: ArrayDB | last post by:
The error message I've encountered is; ERROR:root:Error generating model response: exception: access violation writing 0x0000000000005140, which seems to be indicative of an access violation...
0
by: Defcon1945 | last post by:
I'm trying to learn Python using Pycharm but import shutil doesn't work
0
by: Shællîpôpï 09 | last post by:
If u are using a keypad phone, how do u turn on JavaScript, to access features like WhatsApp, Facebook, Instagram....
0
by: af34tf | last post by:
Hi Guys, I have a domain whose name is BytesLimited.com, and I want to sell it. Does anyone know about platforms that allow me to list my domain in auction for free. Thank you
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.