Complex GET query param objects in Swashbuckle
How to bind complex objects as GET query params in Swashbuckle / Swagger in .Net Core?
How to bind complex objects as GET query params in Swashbuckle / Swagger in .Net Core?
How to access a development (localhost) instance of a .Net Core WebAPI from a Docker container?
In this article we look at how to implement anomaly detection in your InfluxDB time-series data in Azure ML Studio without overloading your WebAPI service.
How to use tuples as the main input argument of an extension method in C#?
How to create and consume (read) JWT tokens in .Net WebAPI?
How to handle timezone conversions between utc and local time in C# / .Net using Noda Time library?
A list of useful to know things about how to use LLBLGen Pro ORM
How to fetch (prefetch) nested entities in LLBLGen Pro ORM?
How to filter record collections by the LIKE operator in LLBLGen Pro ORM?
How to filter record collections by multiple field values at the same time in LLBLGen Pro ORM?
How to filter record collections by non-existing child entities with LLBLGen Pro ORM?
How to do basic entity filtering in LLBLGen Pro ORM?
How to filter prefetched (nested / child) entities in LLBLGen Pro ORM?
How to add a solution resource image file into PdfSharp/MigraDoc?
This article explains how to stream private Azure Storage blobs through .Net WebAPI for usage in AngularJS apps.
This blog post explains how to create a PDF in-memory and upload it straight to Azure Storage.
In this article we explore creation of a C# method attribute to process your model objects and throw and return a 422 HTTP status code if the model validation fails. DRY.
How to implement a centralized place in your AngularJS app to handle all the .Net WebAPI exceptions and bad HTTP status codes that the server might return to the browser.
How to invalidate cached AngularJS templates with BundleConfig.cs in .Net?
How to add extra endpoints to WebAPI controllers besides the standard ones that don't have explicit routes?
How to change JSON property serialization in .Net WebAPI to lowerCamelCase?