This section describes how to perform the tasks involved in building NGWS applications. The following topics are provided:
Section | Description |
---|---|
Creating ASP+ Web Applications | Describes how to use ASP+ to build enterprise-class Web applications. |
Creating Win Forms Applications | Provides information about using classes that enable you to develop Windows applications. |
Accessing Data | Explains how to access databases from ASP+ applications and how to access data represented as either relational data or XML data. |
Accessing XML that Contains Relational Data | Shows how to work with XML data that has some relational content. |
Securing Your Application | Describes NGWS code access security, role-based security, security policy, and security tools. |
Developing Controls and Components | Provides information needed by developers of custom controls. |
Accessing the Internet | Shows how to use Internet access classes to implement both Web- and Internet-based applications. |
Manipulating Strings | Describes how to use regular expressions to process text. |
Discovering Type Information at Runtime | Explains how to get access to type information at run time using reflection. |
Interoperating with Unmanaged Code | Describes COM and COM+ 1.0 interoperability. |
Working with Transactions | Discusses support for transactions. |
Working with I/O | Explains how you can perform synchronous and asynchronous file and data stream access, and how to use to isolated storage. |
Incorporating Messaging Into Applications | Describes support for incorporating message-based communication into your applications. |