News

Thanks for picking up The Little ASP.NET Core Book! I wrote this short book to help developers and people interested in web programming learn about ASP.NET Core 2.0, a framework for building web ...
ASP.NET Core API Endpoints are essentially Razor Pages for APIs. They break apart bloated controllers and group the API models used by individual endpoints with the endpoint logic itself.
What's one key challenge developers face when documenting ASP.NET Core API services, and how does your session address that challenge? Documenting an API that is not versioned is very straightforward, ...
On January 30th, 2024, we hosted a webinar on moving to .NET core covering Autodesk's flagship products, AutoCAD, Revit, and Inventor. - How to Create, Build and Debug .NET 8 Plugin for AutoCAD ...
Create a ASP.NET Core Web API Project Add Power Platform as a connected service. By adding Power Platform as a service dependency, you can update an existing custom connector, or create a new one from ...
Minimal APIs are architected to create HTTP APIs with minimal dependencies, ideal for microservices and ASP.NET Core apps in which developers want to include only the minimum files, features and ...
Take advantage of the DinkToPdf and wkhtmltopdf libraries to generate PDF documents from HTML templates in ASP.NET Core 5.
Take advantage of API versioning in ASP.NET Core to manage the impact of changes to your APIs on your clients ...