Welcome to News Service
News Service is an ASP.NET Core MVC web application designed to manage news categories and articles.
This application stores information such as article headlines, author names, published dates, article summaries, and the news category each article belongs to.
The project demonstrates the use of C# model classes, database tables, and a one-to-many relationship between news categories and articles.