general
Newtonsoft.Json for C# Articles, Tutorials & News
Newtonsoft.Json for C# articles, tutorials, and news from the DotNetNews archive.
12 articles Updated
This DotNetNews topic collects Newtonsoft JSON C# material from the daily archive. Newtonsoft.Json for C# is a recurring focus for C# and .NET developers working in the Microsoft ecosystem. The page is for people who already ship C# and need a faster way to find relevant posts.
Expect publisher tutorials, release notes, architecture write-ups, and field notes linked from DotNetNews issues. Start here is a short editorial shortlist for Newtonsoft.Json for C#; the archive list is chronological and larger. Nothing here claims every article was production-tested by the editors.
Recurring subtopics in recent issues include Newtonsoft JSON C#, Json.NET, Newtonsoft.Json, and JSON serialization C#. Secondary angles such as Newtonsoft JSON C# and Json.NET appear when the archive actually covered them. Related hubs such as System.Text.Json and C# cover adjacent problems.
Each card points at the original publisher URL and the DotNetNews issue that carried it, so you can read the article in context or jump straight to the source.
Start here
Editor picks for Newtonsoft.Json
-
Newtonsoft.Json vs System.Text.Json Which Should You Use in .NET?
medium.com Issue #444
A solid practical comparison of the two JSON stacks, especially if you're balancing legacy compatibility against newer platform defaults and performance.
-
Optimizing JSON Serialization in .NET: Newtonsoft.Json vs. System.Text.Json
blog.elmah.io Issue #176
A useful comparison that goes beyond syntax and looks at JSON serialization tradeoffs and performance.
-
System.Text.Json vs. Newtonsoft.Json: Which One Should You Use in .NET 9?
medium.com Issue #144
https://medium.com/@ashokreddy343/system-text-json-vs-newtonsoft-json-which-one-should-you-use-in-net-9-535b752915ae.
-
Newtonsoft.Json vs. System.Text.Json: Picking the Right JSON Serializer for Your .NET Project
towardsdev.com Issue #135
A practical serializer comparison that helps you choose between Newtonsoft.Json and System.Text.Json without guesswork.
-
What is a Vector Database in Data Science?
c-sharpcorner.com Issue #288
Vector databases are now table stakes for AI search and recommendations, and this primer is a useful grounding piece.
-
ASP.NET Core - How to Use appsettings.json and IConfiguration
c-sharpcorner.com Issue #288
appsettings.json and IConfiguration remain everyday tools; this one is a solid refresher for keeping configuration tidy.
-
Why .NET MAUI is the Future of App Development
csharp.com Issue #135
A straightforward MAUI article that argues the platform's case for cross-platform .NET app development.
-
ADO.NET vs Entity Framework: Understanding the Differences
csharp.com Issue #135
A clear reminder that ADO.NET and EF still solve different problems, especially when control or abstraction matters.
Archive
Newest first
-
Newtonsoft.Json vs System.Text.Json Which Should You Use in .NET?
medium.com Issue #444
If you’ve worked with JSON in .NET, you’ve probably seen two different ways to handle it:
-
The Package Version Chaos is Over: How .NET
medium.com Issue #288
Ever spent hours debugging a mysterious runtime error, only to discover that ProjectA was using Newtonsoft.Json 13.0.3 while ProjectB was…
-
Optimizing JSON Serialization in .NET: Newtonsoft.Json vs. System.Text.Json
blog.elmah.io Issue #176
https://blog.elmah.io/optimizing-json-serialization-in-net-newtonsoft-json-vs-system-text-json/
-
Choosing Between Newtonsoft.Json and System.Text.Json in .NET Projects
medium.com Issue #159
https://medium.com/@rictorres.uyu/choosing-between-newtonsoft-json-and-system-text-json-in-net-projects-0c1abe189891
-
System.Text.Json vs. Newtonsoft.Json: Which One Should You Use in .NET 9?
medium.com Issue #144
https://medium.com/@ashokreddy343/system-text-json-vs-newtonsoft-json-which-one-should-you-use-in-net-9-535b752915ae
-
Exploring the .NET Ecosystem: A Visual Mind Map
dailydotnettips.com Issue #136
https://dailydotnettips.com/net-ecosystem-mindmap/
-
Newtonsoft.Json vs. System.Text.Json: Picking the Right JSON Serializer for Your .NET Project
towardsdev.com Issue #135
https://towardsdev.com/newtonsoft-json-vs-system-text-json-picking-the-right-json-serializer-for-your-net-project-b3f373eb06a3
-
JSON serialization, C# internals, .NET 9 upgrade guide
DotNetNews Issue #90
This issue covers JSON serialization choices, unsafe code, reflection, testing, debugging, raw string literals, and a .NET 9 upgrade guide.
-
Caching, Span, and JSON in .NET
DotNetNews Issue #89
Issue #89 covers EF patterns, ASP.NET TreeView UI, caching, Span, Azure reactive architectures, async pitfalls, and JSON choices.
-
JSON, AI, and ASP.NET Core tips
DotNetNews Issue #77
Issue #77 covers JSON choices, unit testing, OpenAI and Azure AI, ASP.NET Core middleware, Swagger, DDD, Blazor, and Cosmos DB tools.
-
Dependency Injection, CQRS, and Dapper
DotNetNews Issue #56
Practical .NET reads on maintainability, CQRS, EF Core test speed, logging choices, C# 13, and data access patterns.
-
Newtonsoft.Json, Cosmos DB, and MAUI
DotNetNews Issue #41
Issue #41 covers Newtonsoft.Json, Azure Cosmos DB joins, Span
vs List , Polly resilience, MAUI, pagination, and API caching.