Contents tagged with ASP.NET MVC
-
Swagger with ASP.NET Core Web API
APIs allow enterprises to exchange data between systems. These APIs are just like any application, with the small difference that they don’t have a user interface. Instead, APIs focus on database operations, validations, executing business rules and other background operations while providing a standard and consistent interface to these activities.
-
Code First Entity Framework Core
Most of the people worked with Entity Framework are familiar with the approach of generating databases through code is popularly known as the "Code First" approach. "Code First" workflow begins with classes that describe the conceptual model. Code first approach offers the most control over the final appearance of the application code and the resulting database. The following are the few advantages of this approach.