BillLading is a C#-based application designed to manage bills of lading. A bill of lading (abbreviated as B/L or BOL) is a critical legal document issued by a carrier or their agent to acknowledge the receipt of cargo for shipment.
This repository contains the source code for a system dedicated to handling shipping documentation. It is built using C# and utilizes Entity Framework (EF) for data management, as indicated by the inclusion of Entity Framework command references within the repository.
- Language: C# (100%)
- Data Access: Entity Framework
- IDE: Visual Studio (utilizes a
.slnsolution file)
To run or contribute to this project, you will need:
- Visual Studio (or a compatible C# IDE)
- .NET Framework/Core (compatible with the provided solution)
- Clone the repository to your local machine.
- Open the
BillLading.slnfile in Visual Studio. - Ensure all dependencies are restored.
- Refer to
EFcommand.txtfor specific Entity Framework commands needed to set up or update the database schema.
BillLading/: The main project directory containing the source code.BillLading.sln: The Visual Studio solution file for the project.EFcommand.txt: Documentation of Entity Framework commands used during development..gitignore/.gitattributes: Standard Git configuration files for version control.
Wissam Ismail