Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nermeenkamal/real-estate
using C# and .NET framework, it has GUI(4 forms) and Database.
https://github.com/nermeenkamal/real-estate
csharp framework-net sql-server
Last synced: 4 days ago
JSON representation
using C# and .NET framework, it has GUI(4 forms) and Database.
- Host: GitHub
- URL: https://github.com/nermeenkamal/real-estate
- Owner: NermeenKamal
- License: mit
- Created: 2023-06-22T09:36:35.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-06T17:02:29.000Z (7 months ago)
- Last Synced: 2024-05-06T18:27:10.392Z (7 months ago)
- Topics: csharp, framework-net, sql-server
- Language: C#
- Homepage:
- Size: 4.13 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![Screenshot 2024-05-06 160431](https://github.com/NermeenKamal/Real-Estate/assets/114883845/1dd3615a-bb7c-41cc-a230-81253f7f1434)
---
# Real Estate System
This project is a real estate management system developed using C#, .NET Framework, and SQL Server database. It allows users to manage properties, agents, clients, and transactions.
### Features:
- Property management:
- Add, edit, delete properties
- View property details including price, location, and amenities
- Agent management:
- Add, edit, delete agents
- Assign agents to properties
- Client management:
- Add, edit, delete clients
- Manage client inquiries and preferences
- Transaction management:
- Record property transactions
- Track sales, rentals, and leases### Technologies Used:
- C#
- .NET Framework
- SQL Server database### How to Use:
1. Clone the repository.
2. Open the project in Visual Studio.
3. Set up the SQL Server database using the provided SQL scripts.
4. Run the application to start managing real estate properties, agents, clients, and transactions.### Additional Information:
- This project was developed as a part of [Course Name] at [University Name].
- Feel free to explore the code and provide feedback.---