MODULE 1: INTRODUCTION TO ASP.NET
- Create a simple web page to show ASP.NET page Life cycle.
- Design a web form to accept user input (e.g., name, email, and feedback) and display it after submission.
- Implement a Cross Page Postback feature to pass data between two web pages.
- Develop a web application demonstrating AutoPostback using a dropdown list to select and display items.
- Create a simple calculator using server-side controls and operators in ASP.NET.
MODULE 2: CREATING A USER INTERFACE
- Design a registration form with validation controls for mandatory fields, email format, and passwords.
- Design an ASP.NET Application to Display Random Advertisements using ADRotator Control
- 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.
- Implement a navigation menu to link multiple pages of your web application.
- Develop a file upload application that saves the uploaded file and displays its name and size.
- 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
- Create a web application to connect to a database using ADO.NET and display data in a GridView.(connected and disconnected)
- Implement a form to insert, update, delete, and display student records using connected architecture.
- Design a web application using disconnected architecture (DataSet and DataAdapter) for managing data.
- Develop a stored procedure to fetch employee details and display them using a DetailsView control.
- Web Application to demonstrate LINQ with object data source.
- Web Application to demonstrate LINQ with data set.
- Create a webpage that demonstrates the use of data bound controls
- Build websites to demonstrate the working of entity framework
- Design a web page to perform CRUD operation using SqlDataSource
MODULE 4: STATE MANAGEMENT AND AJAX
- Create a web application demonstrating client-side state management using ViewState and Cookies.
- Design a session-based login system where users are redirected to a dashboard upon successful login.
- Implement an AJAX-enabled web form to fetch user details without reloading the page.
- Develop a simple to-do list application using AJAX controls and update panels.
- Demonstrate the use of the Global.asax file for handling application-level events.
MODULE 5: WEB SERVICES AND WCF
- Create an XML-based web service to fetch product details and consume it in a web application.
- Develop a database-driven WCF service to fetch and update user details.
- Create xml based webservice to create calculator and consume it in website.
- Create and consume the WCF service to calculate simple interest.
MODULE 6: ASP.NET CORE MVC FRAMEWORK
- Create an simple ASP.NET Core MVC application with models, views, and controllers to display book info
- Design a form with data annotations for validation and display appropriate error messages.
- Implement CRUD operations using Entity Framework Code-First approach for emp data.
- ASP.NET Core MVC with EF Core DB First Approach https://dotnettutorials.net/lesson/asp-net-core-mvc-with-ef-core-db-first/
- Create partial views