csharp

A collection of 13 post

Detecting anomalies in InfluxDB data using Twitter Anomaly Detection, WebAPI and Azure ML Studio

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.

Tuple extension methods in C#7

How to use tuples as the main input argument of an extension method in C#?

Creating and consuming JWT tokens in .Net WebAPI

How to create and consume (read) JWT tokens in .Net WebAPI?

Converting to and from local time in C#/.Net with Noda Time

How to handle timezone conversions between utc and local time in C# / .Net using Noda Time library?

LLBLGen Pro ORM basics

A list of useful to know things about how to use LLBLGen Pro ORM

Fetching nested entities with LLBLGen Pro ORM

How to fetch (prefetch) nested entities in LLBLGen Pro ORM?

Filtering collections by LIKE operator in LLBLGen Pro ORM

How to filter record collections by the LIKE operator in LLBLGen Pro ORM?

Filtering collections by multiple field values in LLBLGen Pro ORM

How to filter record collections by multiple field values at the same time in LLBLGen Pro ORM?

Filtering collections by non-existing child entities in LLBLGen Pro ORM

How to filter record collections by non-existing child entities with LLBLGen Pro ORM?

Filtering entity collections with LLBLGen Pro ORM

How to do basic entity filtering in LLBLGen Pro ORM?

Filtering nested entities with LLBLGen Pro ORM

How to filter prefetched (nested / child) entities in LLBLGen Pro ORM?

Enhancing RESTful WebAPI controllers with RPC style endpoints

How to add extra endpoints to WebAPI controllers besides the standard ones that don't have explicit routes?

Automatic WebAPI property casing serialization

How to change JSON property serialization in .Net WebAPI to lowerCamelCase?