Title

Our Portfolio

Discover our recent projects and achievements

View Projects
orange-dot

Projects

Project Contents

Real Estate Management System

This project is a Real Estate Management System, providing a platform for listing and managing properties available for rent and sale. It is built using .NET Core, ASP.NET Core MVC, Entity Framework Core for database operations, and Dapper for enhanced query performance.

Technologies Used

  • .NET Core: The project is built on the .NET Core framework.
  • ASP.NET Core MVC: Used to create the web-based real estate platform.
  • Entity Framework Core: EF Core is used as the Object-Relational Mapping (ORM) tool for database operations.
  • Dapper: Dapper is used for enhanced database query performance.
  • SQL Server: The application uses SQL Server as its database system.

Why Dapper?

Dapper is chosen as the database access library for this project due to its lightweight and high-performance nature. Here are some reasons why Dapper is used:

  • Performance: Dapper provides high performance and minimizes the overhead associated with traditional ORMs like Entity Framework.
  • SQL Control: Dapper allows developers to write and control SQL queries directly, providing flexibility and optimization opportunities.
  • Lightweight: It is a lightweight library that adds minimal overhead to your application.
  • Stability: Dapper is stable and widely adopted in the .NET community.