Skip to main content

Steve Gordon – Code with Steve

  • About Me
  • Contact
  • Subscribe

Author: Steve Gordon

Steve Gordon is a Microsoft MVP, Pluralsight author, senior engineer and community lead. He works for Elastic. maintaining their .NET language clients. Steve is passionate about community and all things .NET related, having worked with ASP.NET for over 16 years. Steve enjoys sharing his knowledge through his blog, in videos and by presenting at user groups and conferences. Steve is excited to be a part of the .NET community and founded .NET South East, a .NET Meetup group based in Brighton. He enjoys contributing to and maintaining OSS projects. You can find Steve on Twitter as @stevejgordon

Using the Roslyn APIs to Analyse a .NET Solution

13th April 202213th April 2022 Steve Gordon Leave a comment

In this post, I demonstrate how to analyse a .NET solution using the Roslyn APIs and aMsBuildWorkspace.

Read More

Custom JSON Serialisation with System.Text.Json Converters

11th December 202113th December 2021 Steve Gordon Leave a comment

This post is my contribution to the .NET Advent calendar. Make sure you check out the other amazing posts on the lead up to Christmas! At the time of writing, I am deep into work on some significant changes in the Elasticsearch .NET client. One of the changes is moving to System.Text.Json as the default […]

Read More

Playing with System.Text.Json Source Generators

16th August 202116th August 2021 Steve Gordon Leave a comment

In my daily work, I’m becoming quite familiar with the ins and outs of using System.Text.Json. For those unfamiliar with this library, it was released along with .NET Core 3.0 as an in-the-box JSON serialisation library. At its release, System.Text.Json was pretty basic in its feature set, designed primarily for ASP.NET Core scenarios to handle […]

Read More

How Does the StringBuilder Work in .NET? (Part 3)

28th July 202116th August 2021 Steve Gordon Leave a comment

Part Three:  How Appending Works and the StringBuilder Expands So far in this series, we’ve learned when we should consider using StringBuilder in our code and learned about the memory overhead of using a StringBuilder. It’s now time to learn how the StringBuilder can “expand” its capacity and support appending string data efficiently. As with […]

Read More

How Does the StringBuilder Work in .NET? (Part 2)

8th July 202128th July 2021 Steve Gordon Leave a comment

Part Two: Understanding the Overhead of a StringBuilder To continue exploring how the StringBuilder works, we’ll shift focus and study its logical design. Today, we’ll start by looking at how the type is designed and the overhead involved with creating and using StringBuilder instances. If you missed part one of this series, I explained why […]

Read More

Posts navigation

1 2 … 32 Older posts

Pluralsight Courses


  • Dependency Injection in ASP.NET Core 6
  • String Manipulation in C#: Best Practices
  • Dependency Injection in ASP.NET Core
  • Using Configuration and Options in .NET Core and ASP.NET Core Apps
  • Building ASP.NET Core Hosted Services and .NET Core Worker Services
  • Integration Testing ASP.NET Core Applications: Best Practices
  • Implementing Cross-cutting Concerns for ASP.NET Core Microservices

Follow me

  • Twitter
  • Github
  • LinkedIn
  • YouTube

Support This Blog

Become a Patron!

Support this blog!Buy me a coffee!

Recent Posts

  • Using the Roslyn APIs to Analyse a .NET Solution
  • Custom JSON Serialisation with System.Text.Json Converters
  • Playing with System.Text.Json Source Generators
  • How Does the StringBuilder Work in .NET? (Part 3)
  • How Does the StringBuilder Work in .NET? (Part 2)

.NET South East

Please come and join our new .NET User  Group in Brighton, UK.

Categories

Archives

  • Twitter
  • Github
  • LinkedIn
  • YouTube
  • Twitter
  • Github
  • LinkedIn
  • YouTube
Copyright © Steve Gordon 2019 Theme by Colorlib Powered by WordPress