I Wanna start learning ASP.NET
Printed From: Web Wiz Forums
Category: General Discussion
Forum Name: ASP.NET Discussion
Forum Description: Discussion and chat on ASP.NET related topics.
URL: https://forums.webwiz.net/forum_posts.asp?TID=202
Printed Date: 28 March 2026 at 5:01pm Software Version: Web Wiz Forums 12.08 - https://www.webwizforums.com
Topic: I Wanna start learning ASP.NET
Posted By: dolby71
Subject: I Wanna start learning ASP.NET
Date Posted: 15 February 2003 at 4:43pm
|
I Wanna start learning ASP.NET, Can anyone recommend some good tutorials?
|
Replies:
Posted By: Bunce
Date Posted: 15 February 2003 at 5:17pm
http://www.google.com/search?hl=en&ie=UTF-8&oe=UTF-8&q=asp.net+tutorials&btnG=Google+Search - http://www.google.com/search?hl=en&ie=UTF-8&oe=UTF-8&q=asp.net+tutorials&btnG=Google+Search
------------- There have been many, many posts made throughout the world...
This was one of them.
|
Posted By: MorningZ
Date Posted: 16 February 2003 at 7:16pm
i've been crash coursing myself in ASP.NET.. slowly i have been collecting some links:
http://www.morningz.com/sections/coding/links.aspx - http://www.morningz.com/sections/coding/links.aspx
for sure... http://www.gotdotnet.com - http://www.gotdotnet.com is your friend, awesome site
- Steve
------------- Contribute to the working anarchy we fondly call the Internet
|
Posted By: djscout
Date Posted: 17 February 2003 at 5:17am
thanks morningz! great reference
------------- ++ jim..
|
Posted By: MorningZ
Date Posted: 17 February 2003 at 9:30am
Might as well give some more tips...
I basically spend every day learning something new here at work in all areas, and the best tool i have ever run across is http://toolbar.google.com/ - The Google Toolbar , this kick ass little IE addon allows you to just search through an individual domain for help.....
So for instance, if i want an example of DataSet from the GotDotNet page (which they have example code for everything and in every language of .NET), type in the text to look for and press that second button, and I can find any example code i need
http://www.morningz.com/images/temp/search_quickstarts.jpg - here's a screenshot of what i mean
While i haven't quite grasped much about .NET just yet, I have http://www.morningz.com/sections/car/myIntegra.aspx - done enough to learn about User controls (perhaps my favorite part of .NET so far), Events, the totally different "pull and display" methods of dealing with a database (its sooooooo different than ASP 3.0 imho).. ack, there is just soooooo much power available
Cool Stuff to really dig into:
- The built in security measures using web.config (it so rocks!)
- Image manipulation (some working, although not too efficient of code in this example, http://uploadmz.team-integra.net - image upload an manipulation )
geez, i could go on and on and on, but i won't, i have some work to do
hopefully that's some more help
------------- Contribute to the working anarchy we fondly call the Internet
|
Posted By: dolby71
Date Posted: 22 February 2003 at 11:50am
|