ChatMassageWeb
I developed an instant chat web application using ASP.NET Core MVC that allows users to communicate in real-time through a simple and organized interface.
Tasks I completed:
Developed a login and registration system for new users using ASP.NET Identity
Created one-to-one chat pages
Created a chat and message database using Entity Framework Core and SQL Server
Connected the application to SignalR to enable instant message updates without page reloads
Display chat history for each user in chronological order
Simple user interface using Bootstrap with notification support
Result: A powerful and scalable chat application that provides a secure and fast live chat experience for users.
Technologies used:
ASP.NET Core MVC
SignalR (for instant chat)
Entity Framework Core
SQL Server
ASP.NET Identity
Bootstrap, JavaScript