🚀 AjaxDemoWebApp
AjaxDemoWebApp is an ASP.NET Core application that demonstrates the use of AJAX to perform CRUD (Create, Read, Update, Delete) operations. This project showcases how to integrate AJAX with ASP.NET Core to enhance user interactions by allowing asynchronous data handling.
- 🔄 Asynchronous Operations: Perform CRUD operations without refreshing the page.
- 🖥️ Interactive UI: Dynamic and responsive interface with real-time updates.
- 🔗 AJAX Integration: Seamless communication with the server using AJAX.
- 📱 Responsive Design: Compatible with various devices and screen sizes.
-
Clone the Repository
git clone https://github.com/MasterWithAhmad/AjaxDemoWebApp.git
cd AjaxDemoWebApp
Update-Package -ReinstallBuild
● Press F5 or click the Start button in Visual Studio to build and run the application. ● Open your browser and navigate to http://localhost:5000 to view the application.
- Add Data: Use the provided forms to create new records.
- 👁️ View Data: View existing records and their details.
- ✏️ Edit Data: Update records through the edit forms.
- 🗑️ Delete Data: Remove records from the database.
If you wish to contribute to this project, please fork the repository and submit a pull request. For major changes, open an issue to discuss the proposed changes.
This project is licensed under the MIT License - see the LICENSE file for details.
i'd like to thank the following technologies that made this project possible: