Skip to main content
Tag

Json

All blogs tagged with Json

15
Articles
110,658
Total Views

Showing 15 of 15 articles

30
Mar
2026
Integrating Gemini API with ASP.NET Core: A Step-by-Step Guide
14 views

This guide will walk you through the process of integrating the Gemini API with ASP.NET Core, providing you with essential tools and knowledge for real-world applications. Understanding how to effectively leverage this integration can enhance your application's capabilities, especially in finance-related projects. To follow along, you will need basic knowledge of ASP.NET Core, a valid Gemini API key, and the .NET SDK installed on your machine.

30
Mar
2026
Mastering Authentication with JWT in Node.js: A Comprehensive Guide
16 views

In this detailed guide, readers will learn how to implement JSON Web Token (JWT) authentication in Node.js applications, understand the underlying principles of JWT, and explore best practices for secure implementation. This knowledge is crucial for developing secure APIs and web applications that manage user authentication effectively. Familiarity with Node.js and JavaScript is required to fully grasp the concepts presented here.

31
May
2023
Create JSON String in C#
4,562 views

JSON (JavaScript Object Notation) is a lightweight data interchange format commonly used for transmitting data between multiple systems, mostly in Web APIs and client applications. JSON is a text-based format that is easy for humans to read and write and also easy for machines to parse and generate. It is language-independent, meaning it can be used with any programming language that has the capability to parse JSON data.

03
Mar
2021
ConfigurationBuilder does not contain a definition for SetBasePath
19,302 views

In this article we will see how to solve issue 'ConfigurationBuilder' does not contain a definition for 'SetBasePath' and no extension method 'SetBasePath' accepting a first argument of type 'ConfigurationBuilder' could be found (are you missing a using directive or an assembly reference? in .Net Core 3. We will see how to ready json files in .Net core 3.

Translate Page