Tag: C#
All the articles with the tag "C#".
-
.NET Beyond the Demos - Part 1
Michael Earls
I like code demos. They're good for getting you familiar with how a specific technology works. However, many times, it's hard to get a feel for how different technologies work together to create a larger ecosystem in the enterprise environment.
-
Entity Framework Composable Queries using LinqKit
Jeff Tyler
Linqkit allows you to compose queries and reuse them so that you can apply the DRY prinicpal to your queries
-
Driving the Max 7219 7-Segment Display Module from ASP.NET Core on the Raspberry Pi
Michael Earls
This post will outline the steps I took to connect a Max 7219 7-Segment Module to the Raspberry Pi and a .NET Core 2.0 WebApi