InfoQ Homepage C# Content on InfoQ
-
Posted by
Sam Cox
on
Sep 17, 2025
Questioning Convention: C# as a Shortcut to Startup Velocity
Sam Cox explains why he chose C# to build his startup's platform, detailing how its modern tooling and ecosystem drove productivity and rapid iteration.
on Sep 17, 2025Icon48:24 -
Posted by
Mads Torgersen
on
Feb 24, 2021
C#'s Functional Journey
Mads Torgersen discusses how object-oriented languages, particularly C#, have adopted functional features, and what to expected next.
on Feb 24, 2021Icon38:38 -
Posted by
Andy Davies
on
Jun 16, 2020
Feature Toggles: the Good, the Bad, and the Ugly
Andy Davies covers how to use feature toggles effectively, some of the horror stories and how to avoid them, and how to deal with them if they do occur.
on Jun 16, 2020Icon34:20 -
Posted by
John Callaway
on
Mar 22, 2019
.NET Core on a Raspberry Pi Cluster with Docker and OpenFaaS
John Callaway explores creating and deploying Python and C# serverless functions on a cluster of Raspberry Pi using the OpenFaas framework.
on Mar 22, 2019Icon45:15 -
Posted by
Bill Dinger
on
Mar 15, 2019
Unit Testing Strategies & Patterns in C#
Bill Dinger discusses design principles and ways to make C# code testable, as well as using testing tools such as Moq, Autofixture, & MsTest.
on Mar 15, 2019Icon53:40 -
Posted by
Scott Sauber
on
Nov 08, 2018
Blazor: C# Running in the Browser via WebAssembly
Scott Sauber introduces WebAssembly, explaining why it isn't another Silverlight, and then showing through demos how Blazor works.
on Nov 08, 2018Icon57:48 -
Posted by
Renan Ranelli
on
Apr 03, 2018
Writing Extensible Functional Code
Renan Ranelli discusses Protocols (Elixir & Clojure) and TypeClasses (Haskell) and relates them to alternatives in other languages (Mixins in Ruby and Extension Methods in C#).
on Apr 03, 2018Icon29:48 -
Posted by
Kevin Pilch
on
Aug 16, 2017
C# 7, 8 and beyond: Language Features from Design to Release to IDE Support
Kevin Pilch tours C# 7, highlighting new features -pattern matching, tuples, local functions and more-, sharing insights into the language design process, and discussing potential features for C# 8.
on Aug 16, 2017Icon55:47 -
Posted by
Jon Skeet
on
Jun 11, 2017
C# 7
Jon Skeet presents some of the features coming in C# 7 - tuples, pattern matching, local functions, throw expressions, numeric literals, and more – along with hints regarding future versions.
on Jun 11, 2017Icon45:43 -
Posted by
Jon Skeet
on
May 06, 2017
Hybrid Code-Gen: Designing Cloud Service Client Libraries
Jon Skeet discusses using hybrid code generating to create cloud client libraries in a way that does not affect the future evolution of a service API.
on May 06, 2017Icon45:57 -
Posted by
Joe Duffy
on
Aug 20, 2016
Safe Systems Programming in C# and .NET
Joe Duffy shares some of his key experiences from building an entire operating system in a C# dialect and dealing with errors and concurrency robustly, focusing on open source C# and .NET.
on Aug 20, 2016Icon50:00 -
Posted by
Mads Torgersen
on
Jul 30, 2016
C# Today and Tomorrow
Mads Torgersen discusses how C# is evolving, how the teams work in the open source space, and some of the future features and changes to the language (C# 7).
on Jul 30, 2016Icon50:51