
Sams Teach Yourself More Visual Basic .NET in 21 Days
Lowell Mauer(Author)
Sams Publishing
Published on 20. December 2001
Book
Paperback/Softback
608 pages
978-0-672-32271-6 (ISBN)
Description
Sams Teach Yourself More Visual Basic.NET in 21 Days, Third Edition, helps intermediate programmers gain the knowledge and skills to be able to design professional Windows applications and Web services. Programmers learn how to use their previous VB skills in this new environment. Topics covered include: the .NET Framework; Classes and how to work with them; review SQL and how to use it; application design process; create control objects that enhance applications; how to use Crystal Reports; error-handling, performance, testing, and debugging; how to get a product to market, and how to make use of XML in VB.NET.
More details
Series
Language
English
Place of publication
Indianapolis
United States
Publishing group
Pearson Education (US)
Target group
College/higher education
Dimensions
Height: 187 mm
Width: 231 mm
Thickness: 34 mm
Weight
1043 gr
ISBN-13
978-0-672-32271-6 (9780672322716)
Copyright in bibliographic data and cover images is held by Nielsen Book Services Limited or by the publishers or by their respective licensors: all rights reserved.
Schweitzer Classification
Person
Lowell Mauer has worked in the field of data processing for more than 22 years as a programmer, instructor, and consultant. He has taught programming at Brooklyn College in New York City and Montclair State College in New Jersey, and has developed and marketed several Visual Basic applications, including a SQL Server-based reservation system for a private golf course. As a manager he has attended and presented training sessions in several countries and is an expert is more than six computer languages, including Visual Basic and Transact-SQL. He currently is a senior consultant in New York City.
Content
(NOTE: Each chapter concludes with a Summary, Q&A, and Workshop Section.)
Week 1. At a Glance.
Day 1. Writing Professional Visual Basic Applications.
A Brief Look at What's New in Visual Basic.NET. Taking a Brief Look at the .NET Framework. What Makes a Professional Application? Starting a Demo Project. Controls Added to the Toolbox. Making Controls Come Alive.
Day 2. The Face of a Windows Application.
What the Common Dialog Is All About. The Many Faces of the Common Dialog Control. The Three Types of Applications.
Day 3. Creating Simple Forms.
Working with Toolbars. Adding Menus. Inheriting Forms.
Day 4. Understanding the .NET Framework.
What Is the .NET Framework? Understanding the Common Language Runtime (CLR). Programming in .NET. Working with the .NET Tools.
Day 5. Working with Objects, Collections, and Arrays.
What Are Objects and Collections? Accessing Objects. Processing Loops.
Day 6. Understanding Procedures, Functions, and Logic.
Scoping Out the Variables. Passing Information. The Vulcan Way or Adding Logic to the Program.
Day 7. Building Complex Forms.
Designing the Form . Putting It All Together. Using the Date Controls.
Week 1. In Review.
Professional Applications and the Windows Interface. Using Collections and Other VB Concepts. Designing Complex Forms.
Week 2. At a Glance.
Day 8. Designing a Database Application.
What Is a Database? Building the Initial Design. Creating the Database. Building the Application Prototype.
Day 9. Processing Data.
Designing a Database. Using SQL: The Short Course. Working with the Visual Database Tools.
Day 10. Accessing the Database.
Visual Basic and Data Access. Working with the ActiveX Data Control. ActiveX Data Objects. Introducing ADO.NET.
Day 11. Enhancing the Application with Custom Controls.
Using Custom Controls. Creating a Small Custom Control.
Day 12. Working with Crystal Reports.
What Is Crystal Reports? Taking a Look Around. Designing the Report. Adding the Crystal Reports Control to Your Application. Creating a User Interface.
Day 13. Coping with Error Handling.
Understanding the Types of Errors. The Error Handling Process. Handling Errors.
Day 14. Testing and Debugging the Application.
Understanding What Bugs Are. Finding the Problems. Other Debugging Tools to Use.
Week 2. In Review.
Database Design and Access. Enhancing the Application. Using Crystal Reports. Tuning the Application.
Week 3. At a Glance.
Day 15. Programming for the Internet.
Adding Internet Control Access. Coding in HTML.
Day 16. Creating a Web Application.
Introducing ASP.NET. Creating a Simple Web Application. Adding Functionality to the Application.
Day 17. Adding Data Access to the Web.
Reviewing ADO.NET. Adding Database Access to the Application. Using Crystal Reports.
Day 18. Building Online Help.
Designing a Help System. Using the HTML Help Workshop. Converting from Older Help Projects. Using Advanced HTML Help Features. Connecting Help to the Visual Basic Application.
Day 19. Tuning and Tweaking Performance.
Creating the Right Impression. Getting the Application to Perform Better. Using Resource Files
Day 20. Finishing the Application.
Understanding What Makes Up a Windows Application. Distributing the Application. Ensuring Ownership of Your Code. Making the Final Decision: How to Sell Your Product.
Day 21. Working with Web Services.
What Is a Web Service? Creating a Simple Web Service.
Week 3. In Review.
Internet and the Web. Help and the Application. Finishing the Application.
Appendix.
Appendix A. Answers to Quizzes and Exercises.
Day 1, <192>Writing Professional Visual Basic Applications<192>. Day 2, <192>The Face of a Windows Application<192>. Day 3, <192>Creating Simple Forms<192>. Day 4, <192>Understanding the .NET Framework<192>. Day 5, <192>Working with Objects, Collections, and Array Processing<192>. Day 6, <192>Understanding Procedures, Functions, and Logic<192>. Day 7, <192>Building Complex Forms<192>. Day 8, <192>Designing a Database Application<192>. Day 9, <192>Processing Data<192>. Day 10, <192>Accessing the Database<192>. Day 11, <192>Enhancing the Application with Custom Objects<192>. Day 12, <192>Working with Crystal Reports<192>. Day 13, <192>Coping with Error Handling<192>. Day 14, <192>Testing and Debugging the Application<192>. Day 15, <192>Programming for the Internet<192>. Day 16, <192>Creating a Web Application<192>. Day 17, <192>Adding Data Access to the Web<192>. Day 18, <192>Building Online Help<192>. Day 19, <192>Tuning and Tweaking Performance<192>. Day 20, <192>Finishing the Application<192>. Day 21, <192>Working with Web Services<192>.
Index.
Week 1. At a Glance.
Day 1. Writing Professional Visual Basic Applications.
A Brief Look at What's New in Visual Basic.NET. Taking a Brief Look at the .NET Framework. What Makes a Professional Application? Starting a Demo Project. Controls Added to the Toolbox. Making Controls Come Alive.
Day 2. The Face of a Windows Application.
What the Common Dialog Is All About. The Many Faces of the Common Dialog Control. The Three Types of Applications.
Day 3. Creating Simple Forms.
Working with Toolbars. Adding Menus. Inheriting Forms.
Day 4. Understanding the .NET Framework.
What Is the .NET Framework? Understanding the Common Language Runtime (CLR). Programming in .NET. Working with the .NET Tools.
Day 5. Working with Objects, Collections, and Arrays.
What Are Objects and Collections? Accessing Objects. Processing Loops.
Day 6. Understanding Procedures, Functions, and Logic.
Scoping Out the Variables. Passing Information. The Vulcan Way or Adding Logic to the Program.
Day 7. Building Complex Forms.
Designing the Form . Putting It All Together. Using the Date Controls.
Week 1. In Review.
Professional Applications and the Windows Interface. Using Collections and Other VB Concepts. Designing Complex Forms.
Week 2. At a Glance.
Day 8. Designing a Database Application.
What Is a Database? Building the Initial Design. Creating the Database. Building the Application Prototype.
Day 9. Processing Data.
Designing a Database. Using SQL: The Short Course. Working with the Visual Database Tools.
Day 10. Accessing the Database.
Visual Basic and Data Access. Working with the ActiveX Data Control. ActiveX Data Objects. Introducing ADO.NET.
Day 11. Enhancing the Application with Custom Controls.
Using Custom Controls. Creating a Small Custom Control.
Day 12. Working with Crystal Reports.
What Is Crystal Reports? Taking a Look Around. Designing the Report. Adding the Crystal Reports Control to Your Application. Creating a User Interface.
Day 13. Coping with Error Handling.
Understanding the Types of Errors. The Error Handling Process. Handling Errors.
Day 14. Testing and Debugging the Application.
Understanding What Bugs Are. Finding the Problems. Other Debugging Tools to Use.
Week 2. In Review.
Database Design and Access. Enhancing the Application. Using Crystal Reports. Tuning the Application.
Week 3. At a Glance.
Day 15. Programming for the Internet.
Adding Internet Control Access. Coding in HTML.
Day 16. Creating a Web Application.
Introducing ASP.NET. Creating a Simple Web Application. Adding Functionality to the Application.
Day 17. Adding Data Access to the Web.
Reviewing ADO.NET. Adding Database Access to the Application. Using Crystal Reports.
Day 18. Building Online Help.
Designing a Help System. Using the HTML Help Workshop. Converting from Older Help Projects. Using Advanced HTML Help Features. Connecting Help to the Visual Basic Application.
Day 19. Tuning and Tweaking Performance.
Creating the Right Impression. Getting the Application to Perform Better. Using Resource Files
Day 20. Finishing the Application.
Understanding What Makes Up a Windows Application. Distributing the Application. Ensuring Ownership of Your Code. Making the Final Decision: How to Sell Your Product.
Day 21. Working with Web Services.
What Is a Web Service? Creating a Simple Web Service.
Week 3. In Review.
Internet and the Web. Help and the Application. Finishing the Application.
Appendix.
Appendix A. Answers to Quizzes and Exercises.
Day 1, <192>Writing Professional Visual Basic Applications<192>. Day 2, <192>The Face of a Windows Application<192>. Day 3, <192>Creating Simple Forms<192>. Day 4, <192>Understanding the .NET Framework<192>. Day 5, <192>Working with Objects, Collections, and Array Processing<192>. Day 6, <192>Understanding Procedures, Functions, and Logic<192>. Day 7, <192>Building Complex Forms<192>. Day 8, <192>Designing a Database Application<192>. Day 9, <192>Processing Data<192>. Day 10, <192>Accessing the Database<192>. Day 11, <192>Enhancing the Application with Custom Objects<192>. Day 12, <192>Working with Crystal Reports<192>. Day 13, <192>Coping with Error Handling<192>. Day 14, <192>Testing and Debugging the Application<192>. Day 15, <192>Programming for the Internet<192>. Day 16, <192>Creating a Web Application<192>. Day 17, <192>Adding Data Access to the Web<192>. Day 18, <192>Building Online Help<192>. Day 19, <192>Tuning and Tweaking Performance<192>. Day 20, <192>Finishing the Application<192>. Day 21, <192>Working with Web Services<192>.
Index.