Tag: Development

Community

Storing IoT Data in a database

(Jim Bennett) One question that comes up a lot when getting started with IoT is ‘How do I store all this data?’. This is an important question – IoT creates a LOT of data, some of which can be analyzed on the fly, but there are a large number of cases where you want to run analytics later, or have […]

Community

gRPC vs HTTP APIs

(James Newton-King) ASP.NET Core now enables developers to build gRPC services. gRPC is an opinionated contract-first remote procedure call framework, with a focus on performance and developer productivity. gRPC integrates with ASP.NET Core 3.0, so you can use your existing ASP.NET Core logging, con