Spencer Schneidenbach

Spencer Schneidenbach

Aviron Software

Spencer Schneidenbach is a web developer, Microsoft MVP, speaker, consultant, and blogger in the St. Louis area, focusing on JavaScript/TypeScript, C#, React/Redux, and ASP.NET. He is the owner of Aviron Software, a consultancy specializing in cloud- and web-based software solutions.

Full speaking history and blog can be found at http://schneids.net.


Day 2, 15:00 - The Hello World Show LIVE

Join Heather Downing and Spencer Schneidenbach while they interview four masters of our industry live on stage at DevConf. Attendees will get exposed to a variety of subjects in a lightning talk-esque format. Audience participation will be encouraged!

Day 2, 13:50 - Using Immutable Data Structures in C# and .NET

Immutable objects - aka objects whose properties and fields can't change after instantiation - are one of the fundamental pillars of functional programming. Yet, it also has other great uses in classically object-oriented languages such as C#. Immutability can help make your code cleaner, easier to reason about, and reduce runtime errors. But how can you do that without making it feel like you're fighting against the typically-mutable C# and the entire .NET Framework?

In this session, Spencer will discuss immutability and how you can apply it in your day-to-day as a .NET/C# developer. We'll go over immutable objects, immutable collections, and how you can refactor your code to successfully apply immutability to your exisitng codebase. Spencer will also discuss the implications of introducing immutability to your code, both positive and negative.