Wrox Programmer Forums
|
ASP.NET 1.1 As of 10/6/2005, this forum is locked as part of the reorganization described here: http://p2p.wrox.com/topic.asp?TOPIC_ID=35394. No posts have been deleted. Open ongoing discussions from the last week have been moved to either ASP.NET 1.0 and 1.1 Beginners http://p2p.wrox.com/asp-net-1-0-1-1-basics-60/ or ASP.NET 1.0 and 1.1 Professional. http://p2p.wrox.com/forum.asp?FORUM_ID=50. See my sticky post inside for more.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the ASP.NET 1.1 section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old April 20th, 2004, 09:14 AM
Registered User
 
Join Date: Jul 2003
Posts: 8
Thanks: 0
Thanked 0 Times in 0 Posts
Default How to start ASP.NET

AOA All,

thanks to you all for your support.

I m a good developer of ASP and i want to switch on ASP.NET
Can any one guide me the right way to ASP.NET
I want to know how to start ASP.NET from scratch means what softwares are required on my system and which is recommended editer for ASP.NET. and coding style of ASP.NET is how much different from Classic ASP style.

Looking for positive and maximum response

Thanx in Advance
 
Old April 20th, 2004, 09:32 AM
Friend of Wrox
 
Join Date: Jun 2003
Posts: 1,110
Thanks: 0
Thanked 3 Times in 3 Posts
Default

Here is a good book to start with:

http://www.wrox.com/books/0764557076.shtml

Look for the C# edition if you don't like VB.NET.

The .NET Framework must be installed along with IIS unless you use WebMatrix's built in web server. If you install VS.NET you must have IIS installed. Windows XP Pro or Windows 2000 with the hard drive formatted with NTFS.

editors are Webmatrix, VS.NET 2002 & 2003, Dreamweaver MX & MX 2004, and notepad.

 
Old April 20th, 2004, 09:46 AM
planoie's Avatar
Friend of Wrox
 
Join Date: Aug 2003
Posts: 5,407
Thanks: 0
Thanked 16 Times in 16 Posts
Default

There is a major difference between the way you have to program in ASP.net compared to ASP. ASP has always been very linear and procedural. With ASP.net, you can program in a completely object oriented language and you work in an event driven environment. Dealing with OO is nothing but a major plus. But switching to the event driven paradigm from the procedural can take some getting used to. The first major ASP.net project I worked on was very difficult, problematic and is very fragile because we didn't have enough time to get familiar with the new programming paradigm of ASP.net. As a result, we wrote a lot of procedural style code that has too many dependencies. In the end, the code is very difficult to manage and change because of this.

One strong suggestion I have is to get a book or find some tutorials online that give you an introduction to ASP.net so you can get an understanding of how the different components and concepts work. An introductory book is not a bad idea even if you are an expert ASP programmer and very good with the VB family of languages. The parts of the book that deal with language can be skimmed (even thought there may be much you could learn from them given the extreme change that VB.net has undergone).

Important parts to focus on are the understanding of how events are handled and on how databinding works. There are lots of things you can do with databinding syntax in the markup that took dozens of lines of code with HTML tangled inside it in ASP. Also, browse the web controls library and build some samples with the controls so you can see what they are capable of. The controls are very powerful if you know how to use them and they can save you tremendous amounts of time.

Peter
-------------------------
Work smarter, not harder





Similar Threads
Thread Thread Starter Forum Replies Last Post
how to start an asp.net script invisible bunny king ASP.NET 1.0 and 1.1 Basics 0 February 23rd, 2007 12:02 AM
novice to asp.net.... suggest how to start ganeshshmg ASP.NET 2.0 Basics 1 September 28th, 2006 08:11 AM
how to start with asp.net rat Classic ASP Basics 1 January 29th, 2006 08:44 PM
Help me ! I can't start asp.net project !! naveennrt ASP.NET 1.0 and 1.1 Basics 1 April 25th, 2005 05:52 AM
Which ASP.NET book to start with? davidrgoebel BOOK: Beginning VB.NET 2nd Edition/Beginning VB.NET 2003 1 October 21st, 2004 07:04 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.