In this project, we embarked on database programming using SQL Server. We first grasped the concepts and applications of CRUD operations, utilizing SQL Server as our database management system. The application was developed in C# using Windows Forms (WinForm). We incorporated various concepts such as Form MDI (Multiple Document Interface) parent and child to enable smooth navigation between forms within the application.
Additionally, we implemented features like Tool Strip Button, Tool Strip Menu, Progress Bar, and a Splash Screen for the application's opening. User login functionality was also integrated, ensuring that only registered users in the SQL Server database could access the application. Also, we meticulously crafted numerous business rules and conducted proper field validations
Furthermore, we began learning how to use a DataAccess class to manage and execute queries and transactions with the SQL Server database. This allowed us to interact with the database seamlessly and efficiently within our C# application.
Created on 03-26-24 by Charliane | Category: Web Development