Bhargav Adepu

NO. 17PRODUCT · SHIPPEDJUNE – JULY 2025

Contact Manager

ASP.NET Core 8 with the boring parts done properly

Framework.NET 8EF Core, SQLite
Import/exportCSV + XMLduplicate detection
IdentityRole-basedASP.NET Core Identity

ASP.NET Core 8 · C# · Entity Framework Core · SQLite · Razor Pages · Bootstrap 5 · CsvHelper

A dashboard reports total contacts, favourites and monthly growth with a computed growth rate, alongside recent and favourited contacts. Contact management covers full CRUD with profile photo upload, favouriting, advanced search and filtering, sorting and pagination for large lists.

Authentication runs on ASP.NET Core Identity with registration, login, password reset and role-based access control. Data exports to CSV via CsvHelper for spreadsheet use and to XML for structured interchange, with bulk XML import that detects duplicates on the way in — the feature that decides whether an import tool is usable twice.