A website for managing a number of rental properties.
This project is work-in-porgress.
The C# aspnetcore application is intended for use by landlords to manage a portfolio of rental properties.
The User interface is written as a Blazor Webassembly application hosted in a C# Web API project.
The Web API uses service and repository layers to access a SQL Server database.
TODO
TODO
TODO
The importing of bank statement csv files is completed using CsvHelper. The initial implementation during development uses hard-coded column mappings and CultureInfo. This will eventually be stored against the individual portfolios.
Redis is used for caching and the DRJTechnology.Cache package is used to implement this.