Question 1 Describe the following with respect to creating Web Forms in .Net environment-
- Web Form Life Cycle
- Creating a Web Form
Write programs with corresponding output screens to demonstrate the above concepts
Question 2 Describe the following with respect to State Management in ASP.Net-
- Cookies in ASP.NET
- Session State
- Application State
Question 3 Describe the following with respect to Web Services in .Net-
- Writing and Testing a Web Service
- Implementing a Web Service Client
Question 4 Describe the following with respect to Web site deployment in ASP.Net-
- Creating Application Pools (IIS 6.0)
- Deploying ASP.NET Applications
Question 5 Write a program in C# language to perform the following operations-
- Basic arithmetic operations
- Finding greatest of n numbers
Write separate programs for each of the above points
Question 6 Describe the steps involved in creating classes and objects with the help of a program in C#