- Autohub allows you to manage the vehicles in your store more faster and efficiently.
- The application is built natively for Windows, support from Windows 7 to 11.
- With the integration of the SQL Server backend service running locally on your network.
- Ensures data integrity and security with private backend management.
- SQL Server: Database hosting, Local database management for data storage and retrieval.
- Windows Forms (.NET Core App 7.0.17) : Forms,UI/UX, Native desktop application development for Windows.
- SQL Server: Database hosting, Local database management for data storage and retrieval.
- Download the source code. Apply this command to clone the repo to your local environment
gh repo clone cdCKhang/AutoHub - Set up SQL Server Database. Use the provided query to initialize the database with sample data.
- Replace the connection string variable with your own SQL Connection String. Located in the GetData.cs File in Data Access Layer Folder.
Example of a valid connection string :string connection = "@Data Source=TESTSERVER;Initial Catalog=ProjectcnDotNet_CDM;Integrated Security=True;Trust Server Certificate=True"; - Click on AutoHub.sln (Visual Studio IDE) to build all the depedencies automatically. Run the code.






