Articles with "csharp"

Generating Data Access Code for Angular with OpenAPI Specs

When developing a front-end application with Angular and an existing client, you need to program models and services for data access. This is a repetitive task, complicated by changes in the back-end. One way to automate this is to use a code generator that runs on the OpenAPI spec of the back-end.

Welcome .NET 10!

As a developer, I am constantly using ASP.NET Core in the backend, mainly for web APIs and cron jobs that handle data. Every year in November, Microsoft releases a new major version with added features and improvements. Here are some highlights from my perspective.