-
Manipulating JSON Documents in .NET 8
Last updated: Tuesday, April 23, 2024
Published in: CODE Magazine: 2024 - May/June
Paul D. Sheriff discusses various ways to manipulate and serialize JSON documents in .NET. He explains the structure of JSON objects and arrays, as well as provide insights into the classes and namespaces in .NET that can be used to work with JSON. The article demonstrates how to create and manipulate JSON documents using classes such as JsonObject and JsonArray, and also explains how to serialize and deserialize C# objects to and from JSON. The author also covers topics like nested objects, working with JSON files, and controlling serialization using JSON attributes and options.
-
Fast Application Persistence with Marten
Last updated: Friday, April 8, 2022
Published in: CODE Magazine: 2022 - May/June
You don’t want to wait—and you don’t want your users to wait—while your application completely rebuilds itself for a simple query. Jeffrey shows you how Marten can store whole documents as a single element in your database and deliver the whole thing in one quick gesture.
-
Implementing JWT Authentication in ASP.NET Core 5
Last updated: Wednesday, August 31, 2022
Published in: CODE Magazine: 2021 - May/June
Learn to use JSON Web Tokens (commonly known as JWT) to secure the data that's transmitted over the wire between APIs and the clients that consume the APIs.
-
Write Cross-Platform Apps using Electron
Last updated: Wednesday, June 23, 2021
Published in: CODE Magazine: 2016 - March/April
Using this new tool and a few familiar ones, Sahil shows us how to build a simple app that we can sell on Apple or Windows App Stores.
-
The Parse Revolution: Why Complex Infrastructure for App Storage is a Thing of the Past
Last updated: Friday, September 3, 2021
Published in: CODE Magazine: 2014 - September/October
What if, as a developer, you could focus all of your efforts on building a robust front-end experience and not have to worry about constructing a complex backend infrastructure? Jason shows us how to do just that with Parse.
-
Real-Time Web Apps Made Easy with WebSockets in .NET 4.5
Last updated: Saturday, September 26, 2020
Published in: CODE Magazine: 2012 - September/October
In the world of browser-based development, interoperability is king. Unfortunately, interoperability can be at the expense of performance.
-
Node.js Succinctly
Last updated: Wednesday, February 20, 2019
Published in: Book Excerpts, Newsletters
In Node.js Succinctly, Microsoft MVP Agus Kurniawan leads you through the fundamentals of using Node.js to speed up your JavaScript-based applications. This informative e-book will take you from Hello World to "if…then" decisions, all the way to real-time data monitoring. You'll learn how to use Node.js to build modules, declare JSON data objects, and create entire web-based applications. The basics of socket and database programming with Node.js are also covered.