awt

MODULE 1: INTRODUCTION TO ASP.NET

  1. Create a simple web page to show ASP.NET page Life cycle.
  2. Design a web form to accept user input (e.g., name, email, and feedback) and display it after submission.
  3. Implement a Cross Page Postback feature to pass data between two web pages.
  4. Develop a web application demonstrating AutoPostback using a dropdown list to select and display items.
  5. Create a simple calculator using server-side controls and operators in ASP.NET.

MODULE 2: CREATING A USER INTERFACE

  1. Design a registration form with validation controls for mandatory fields, email format, and passwords.
  2. Design an ASP.NET Application to Display Random Advertisements using ADRotator Control
  3. Create a web page with an interactive calendar control to select a date and display it in a label. Display Current Month’s Calender. Show Some image in the cell along message.
  4. Implement a navigation menu to link multiple pages of your web application.
  5. Develop a file upload application that saves the uploaded file and displays its name and size.
  6. Create a Master Page for a website and add different content pages for Home, About, and Contact Us.

MODULE 3: DATABASE PROGRAMMING IN ASP.NET

  1. Create a web application to connect to a database using ADO.NET and display data in a GridView.(connected and disconnected)
  2. Implement a form to insert, update, delete, and display student records using connected architecture.
  3. Design a web application using disconnected architecture (DataSet and DataAdapter) for managing data.
  4. Develop a stored procedure to fetch employee details and display them using a DetailsView control.
  5. Web Application to demonstrate LINQ with object data source.
  6. Web Application to demonstrate LINQ with data set.
  7. Create a webpage that demonstrates the use of data bound controls
  8. Build websites to demonstrate the working of entity framework
  9. Design a web page to perform CRUD operation using SqlDataSource

MODULE 4: STATE MANAGEMENT AND AJAX

  1. Create a web application demonstrating client-side state management using ViewState and Cookies.
  2. Design a session-based login system where users are redirected to a dashboard upon successful login.
  3. Implement an AJAX-enabled web form to fetch user details without reloading the page.
  4. Develop a simple to-do list application using AJAX controls and update panels.
  5. Demonstrate the use of the Global.asax file for handling application-level events.

MODULE 5: WEB SERVICES AND WCF

  1. Create an XML-based web service to fetch product details and consume it in a web application.
  2. Develop a database-driven WCF service to fetch and update user details.
  3. Create xml based webservice to create calculator and consume it in website.
  4. Create and consume the WCF service to calculate simple interest.

MODULE 6: ASP.NET CORE MVC FRAMEWORK

  1. Create an simple ASP.NET Core MVC application with models, views, and controllers to display book info
  2. Design a form with data annotations for validation and display appropriate error messages.
  3. Implement CRUD operations using Entity Framework Code-First approach for emp data.
  4. ASP.NET Core MVC with EF Core DB First Approach https://dotnettutorials.net/lesson/asp-net-core-mvc-with-ef-core-db-first/
  5. Create partial views