Chapter 20. Building Business Components

In this chapter, you’ll learn how to create custom components with C# and Visual Basic .NET. Components enable you to reuse the same application logic—the same code—across multiple pages. You can place any type of application logic in a component that you want. For example, you can place all of your database access logic in a component, you can expose an XML Web service from a component, or you can implement custom business logic in a component.

In this chapter, you will learn

  • The ...

Get ASP.NET Kick Start now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.