Items related to ASP.NET Developer's JumpStart

ASP.NET Developer's JumpStart - Softcover

 
Image Not Available

Synopsis

The purpose of ASP.NET JumpStart is to show readers the practical applications of .NET and ASP.NET by illustrating how to build Web-based applications using Web Forms and Web Services. Emphasis will be on good programming standards and practices. The reader will be taken from an introduction of the VB .NET language to intermediate topics through a step-by-step approach, which gives the reader the opportunity to try out the practices presented in each chapter.

"synopsis" may belong to another edition of this title.

About the Author

Paul D. Sheriff has over 17 years experience programming businessapplications. Paul is considered one of the leading Visual Basic programmers inthe industry. Paul has also been very active in the Visual Basic community. Hehas been the president of the Orange County Visual Basic User Group. He haswritten over 60 articles for many different publications and is a contributingeditor to Advisor magazine, writing many articles on Visual Basic 3, 4, 5, 6 and now VB .NET. Paul is the author of the Que book Paul Sheriff Teaches VisualBasic 6.0. Paul also speaks at the Advisor Publications Developer'sConferences, Microsoft Tech-Ed, and Microsoft Developer Days. Paul currently isthe Microsoft Regional Director for Southern California.

In 1991, Paul started PDSA, Inc., a high-level computer consulting companyspecializing in high-quality custom software. PDSA, Inc. is a Microsoft ManagedPartner. Since starting PDSA, Inc., Paul and his team have consulted in manydifferent industries, such as aerospace, real estate, medicine, hotel, andgovernment.

PDSA, Inc. is available for consulting work and onsite training in Visual Basic, SQL Server, and Internet/intranet applications. Contact PDSA, Inc. toll-free at (888) 899-PDSA (7372) or at (714) 734-9792. Fax: (714) 734-9793. E-mail: Psheriff@pdsa.com. Visit the PDSA Web site at http://www.pdsa.com.

Ken Getz is a senior consultant with MCW Technologies and splits his time between programming, writing, and training. He specializes in tools and applications written in Visual Studio .NET and Visual Basic. Ken is coauthor of several bestselling books, including Access 2002 Developer's Handbooks with Paul Litwin and Mike Gunderloy, Visual Basic Language Developer's Handbook with Mike Gilbert, and VBA Developer's Handbook with Mike Gilbert (Sybex). He cowrote several training courses for Application Developer's Training Company (http://www.appdev.com), including VB .NET, ASP.NET, Access 2000 and 97, Visual Basic 6, and Visual Basic 5 seminars. He has also recorded video training for AppDev covering VB .NET, ASP.NET, VB6, Access 2000, and Access 97. Ken is a frequent speaker at technical conferences and has spoken often at Microsoft's Tech-Ed conference. Ken also is a technical editor for Access-VB-SQL Advisor magazine and a columnist for Informant Publications' asp.netPRO magazine. You can reach Ken at keng@mcwtech.com, http://www.mcwtech.com, or at http://www.developershandbook.com.



0672323575AB04222002

Excerpt. © Reprinted by permission. All rights reserved.

The major benefit you will derive from reading this book is that you will be led, step by step, through the creation of a real-world-style business Web application that takes advantage of many of the new capabilities provided by the .NET platform. After reading this book, you will be able to program .NET applications using ADO.NET, Web Forms, and Web Services. Most of the books on the market do not address a real-world application, and most do not ever use a step-by-step approach. This book uses this approach so you can learn what you need in order to get your job done quicker and more efficiently. This will make your investment in this book pay off right from the beginning chapters.

What Is the Purpose of This Book?

The purpose of this book is to show you how to use ASP.NET and Visual Studio .NET to build real-world business applications on the Web. We will show the practical applications of ASP.NET by illustrating how to build a client/server application using Web Forms and Web Services. Emphasis will be on good programming standards and practices. You will be taken from an introduction of the Visual Basic .NET language to intermediate topics through a step-by-step approach. This lets you try out the practices being set forth in this book.

What This Book Isn't

Given the challenge of writing about a huge technology like Microsoft's .NET platform, we made specific decisions about what and what not to cover. With that in mind, this book is most definitely not a reference manual, and it is not a rehash of the Microsoft documentation. It is, however, a great place to start digging into the features and power of ASP.NET. The book is also not a resource on advanced features--you'll find many other books that explain the things you'll want to dig into after you've learned the basics. We deliberately avoided topics that you don't need to know right away. Instead, we focused on topics you'll need right away to begin your exploration of ASP.NET and Web development using the .NET platform.

Who Should Read This Book?

This book is designed for anyone who wants to learn how to create a business application using ASP.NET, HTML, and Internet Information Services (IIS). Throughout this book, you will be introduced to the concepts of the Microsoft .NET Framework, how to create a Web application using SQL Server, ASP.NET, ADO.NET, and Web Services, as well as good programming principles.

Prerequisites

This book is designed for programmers who need to know how to program a Web application. If you are a programmer and/or Web designer who has some experience with VBScript or ColdFusion, you will get a lot out of this book. Even if you're not, there is enough in here to get you started. To get the most out of this book, it is recommended that you have experience using a programming language such as Visual Basic 6.0. Some experience with Visual Basic .NET would be helpful, but it's not required. You should also be familiar with relational database concepts and have access to the Northwind sample database that comes with SQL Server and Access. You must be familiar with Windows 2000, or later, and have access to Windows NT, Windows 2000, or Windows XP to effectively use this book. Familiarity with IIS is also recommended, because this book will assume you know how to set up virtual directories in IIS.

Assumptions

You will need several tools at your disposal so you can try out the many exercises contained in this book. Here is a list of the tools you should have on your computer:

  • Microsoft SQL Server 7.0 or later or Microsoft Access
  • The Northwind sample database, which comes with SQL Server and Access
  • Microsoft Windows 2000, or XP
  • Microsoft .NET Common Language Runtime (CLR) Framework SDK
  • Microsoft Visual Studio .NET
  • Microsoft Mobile Internet Toolkit (optional)

Getting and Running .NET

The .NET Framework and the Visual Studio .NET IDE can both be purchased from many vendors, including directly from Microsoft. Although the .NET Framework will run on Microsoft Windows XP, Windows 2000, Windows NT 4.0, Windows 98 second edition, and Windows Millennium Edition (Windows Me), you'll need to have Windows NT with Service Pack 6, Windows 2000, Windows XP, or Windows .NET Server in order to develop applications. Microsoft Internet Explorer 6.0 or later is required. For server-side installs, Microsoft Data Access Components 2.7 is required. You need at least a PII 450MHz processor with a minimum of 128MB of RAM and at least 800Yen600 resolution.

You will find that you need at least a PIII 650MHz processor with 384MB of RAM or better to be really productive. The more memory you have, the better off you will be. Given the choice, adding memory should have a higher priority than upgrading your processor.

Making the Most of This Book

To download the examples discussed in this book, and to find updates and fixes, visit our Web site, http://www.pdsa.com/aspnetjumpstart. Because this book focuses on building an application that looks and feels like a simple business-oriented Web site, you'll get the flavor of the types of issues that will affect every ASP.NET developer. Rather than focusing on features or technology, we've focused on tasks and solutions. Although there may be other ways to accomplish some of the techniques we've proposed in this book, given the examples shown here, you'll have a running head start toward building your own sites and applications.

We suggest that you work your way through this book, from start to finish. There may be some chapters along the way that cover material you're already familiar with (for example, the chapters on HTML and XML). In that case, skim on past. Don't worry about missing out on steps in building the sample application--we've included, along with the sample application, a finished version of the application after each chapter. If you skip a chapter, you can simply copy the contents of the finished version for the chapter into your working folder. (See Chapter 1, "Getting Started with the Sample Application," for more details.) In a perfect world, after working through the examples in each chapter, you would take the time to review the documentation on the objects and techniques covered and then add your own functionality to the application.



0672323575P04222002

"About this title" may belong to another edition of this title.

  • PublisherAddison-Wesley Professional
  • Publication date2002
  • ISBN 10 0672323575
  • ISBN 13 9780672323577
  • BindingPaperback
  • LanguageEnglish
  • Edition number1
  • Number of pages672

Buy Used

Condition: Near Fine
soft cover in near fine condition... View this item

Shipping: US$ 6.29
Within U.S.A.

Destination, rates & speeds

Add to basket

Search results for ASP.NET Developer's JumpStart

Stock Image

Sheriff, Paul; Getz, Ken
Published by Addison-Wesley Professional, 2002
ISBN 10: 0672323575 ISBN 13: 9780672323577
Used Soft cover First Edition

Seller: Bingo Books 2, Vancouver, WA, U.S.A.

Seller rating 4 out of 5 stars 4-star rating, Learn more about seller ratings

Soft cover. Condition: Near Fine. 1st Edition. soft cover in near fine condition,name on title page,1st edition,2nd printing. Seller Inventory # 86710

Contact seller

Buy Used

US$ 16.00
Convert currency
Shipping: US$ 6.29
Within U.S.A.
Destination, rates & speeds

Quantity: 1 available

Add to basket

Stock Image

Sheriff
Published by Addison-Wesley, Boston, MA, 2002
ISBN 10: 0672323575 ISBN 13: 9780672323577
Used Softcover

Seller: a2zbooks, Burgin, KY, U.S.A.

Seller rating 4 out of 5 stars 4-star rating, Learn more about seller ratings

Softcover. Condition: Very Good. Highlighting in text, minor shelf and corner wear to cover, great condition Quantity Available: 1. ISBN: 0672323575. ISBN/EAN: 9780672323577. Pictures of this item not already displayed here available upon request. Inventory No: 1560799826. Seller Inventory # 1560799826

Contact seller

Buy Used

US$ 22.22
Convert currency
Shipping: US$ 6.35
Within U.S.A.
Destination, rates & speeds

Quantity: 1 available

Add to basket