1 / 19

Introduction

Storing projects in Visual SourceSafe. Visual Studio IDE. Getting Visual Studio .NET help ... Chapter 4: The .NET Framework and Visual Basic .NET Object Programming ...

Kelvin_Ajay
Télécharger la présentation

Introduction

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Introduction • Glenn Johnson • Microsoft Certified Trainer • Author of ASP.NET in 60 Minutes a Day

  2. Chapter 1: Introducing ASP.NET • Active Server Page (ASP) problems • Benefits of ASP.NET • Programming language choices • Development environment setup

  3. Chapter 2: Solutions, Projects, and the Visual Studio. NET IDE • Project folder structure • Storing projects in Visual SourceSafe • Visual Studio IDE • Getting Visual Studio .NET help

  4. Chapter 3: Exploring ASP.NET and Web Forms • Web Forms • The programming models for ASP.NET • ASP.NET server controls • HTML and Web Controls • View state • Data post back procedures

  5. Chapter 4: The .NET Framework and Visual Basic .NET Object Programming • The .NET Framework • Object programming • Inheritance with Visual Basic .NET

  6. Chapter 5: Working with Web Server Controls • Available properties through inheritance • Exploring web server controls

  7. Chapter 6: Using Data-Bound Web Controls • Binding data for presentation • Uses the ArrayList, which is a simple collection • Binding methods are consistent regardless of the data source

  8. Chapter 7: Building User Controls and Custom Web Controls • User controls • Creating custom Web controls from scratch • Inherit from existing Web server controls

  9. Chapter 8: Data Access with ADO.NET • Connected and disconnected data • Primary ADO.NET objects • DataGrid control • Data manipulation • Sorting • Filtering

  10. Chapter 9: Working with XML Data • Microsoft’s approach to XML in the .NET Framework • .NET XML classes • Implementing the .NET XML classes

  11. Chapter 10: Streams, File Access, and Serialization • Streams • File and folder classes • Serialization.

  12. Chapter 11: Working with GDI+ and Images • Image class • Bitmap class • Creating images on the fly

  13. Chapter 12: ASP.NET Applications • Understanding application programming • The global.asax file • The HttpApplication class • HTTP handlers • HTTP modules • State management in an ASP.NET application • Connecting ASP.NET pages together

  14. Chapter 13: Site Security • Accessing private data • Authentication • Authorization • Impersonation • Delegation • Windows Security • Internet Information Server Security • Secure Sockets Layer communications • ASP.NET Security • Code Access Security

  15. Chapter 14: Performance Tuning and Application Instrumentation • Performance tuning versus formal load testing • Code optimization • Identifying potential hardware bottlenecks

  16. Chapter 15: Building and Versioning .NET Components • Creating components (reusable assemblies) • Assembly versioning • Private assemblies • Shared assemblies • Strong names • Binding policies • Cross-language inheritance

  17. Chapter 16: Creating Web Services • Introducing Web services • Web service basics • Consuming an existing Web service • Creating a Web service

  18. Chapter 17: Deployment and Migration • Migrating from ASP code to ASP.NET • Using COM components • Early binding • Late binding • Deploying ASP.NET Web applications

  19. Bonus Chapter: Mobile Computing • On the Web site for this book • The Mobile Internet Toolkit

More Related