Extending and Modifying the
|
Deploying the Resum ApplicationYou must follow a few steps to deploy the Resum application on your server.
Your Resum application should now be ready to use, and ready to modify as you see fit. |
SummaryThe Resum application is a good example of how you can create useful applications with Web Forms. The application is not overly complex, so it should be easy to understand. Its simplicity also provides opportunity for expansion. Web Forms offer a unifying programming model for any developer using Visual Studio and the .NET platform. Using this model will reduce future software development costs. |
Chapter 3. Effective Use of ADO.NET: Creating a Survey ApplicationIn This Chapter:
This chapter talks about effectively using ADO.NET. I'll
Because this is an odd-numbered chapter, the featured program's (the Survey application's) source code is shown in VB.NET (VB). For the full C#.NET (C#) source code, just go to www.ASPNET-Solutions.com, follow the links to the examples for Chapter 3, and download the C# source code. (You can also download the VB.NET source code from a link on the same page.) I have included a section toward the end of the chapter named "Extending and Modifying the Survey Application." In this section, I talk about ways to enhance the application so that it's even more useful. I'll post any changes I make to the Survey application (including these suggestions) on the Web site. Check for them on the Chapter 3 page. The site also includes a forum for discussion about the Survey application. And if you want to send me your modifications, I'll gladly post them for other users. |