TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
C# Corner
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
About JSON
JSON
is stand for ( JavaScript Object Notation ) and it is light weight text based open standard designed for human readable information and data interchange. The
JSON
format was originally specified by Douglas Crockford and is described in RFC 4627. The
JSON
filename extension is .json and
JSON
is used within various programming languages such as PHP, PERL, Python, Ruby, Java, etc.
JSON
is mainly used fo data interchange on client side to server side via internet and it is best format for designed to interchange the web information one place to another place. It is using for creating documents similar to XML and not an outright type of database, so there really is no single standard query language. Instead, there are many independent languages developed by different organizations for manipulating and parsing
JSON
documents.
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Ziggy Rafiq (4)
Jignesh Trivedi (3)
Ajay Kumar (3)
Jignesh Kumar (3)
Jitendra Mesavaniya (3)
Jalpa Dhola (2)
Anubhav Chaudhary (2)
Chetan Sanghani (2)
Abhishek Jaiswal (2)
Jaimin Shethiya (2)
Abiola David (2)
Shweta Lodha (2)
Amit Patel (2)
Dhruvin Shah (2)
Mithilesh Tata (2)
Anjali Joshi (2)
Alagunila Meganathan (2)
Ashutosh Singh (2)
Sangeetha S (1)
Yogesh Vedpathak (1)
Vijay Pratap Singh (1)
Raj Kumar (1)
Jay Krishnareddy (1)
Manoj Bhoir (1)
Maniteja Vegi (1)
Sravan Kumar Reddy Dudyalu (1)
Mohammad Hussain (1)
Geo J Thachankary (1)
Samarth Srivastava (1)
Rutika Banode (1)
Sreenath Kappoor (1)
Satya Karki (1)
George (1)
Velladurai (1)
Keyur Pandya (1)
Manas Mohapatra (1)
Amit Prabhu (1)
Nandan Hegde (1)
Sarath Jayachandran (1)
Manoj Kalla (1)
Jose Hernandez (1)
Jobin S (1)
Nitesh Jha (1)
Rohan Mistry (1)
Shiv (1)
Himani (1)
Alkesh Bijarniya (1)
Ayush Gupta (1)
Bhushan Band (1)
Suraj Vishwakarma (1)
Anup Hosur (1)
Mudita Rathore (1)
Nicholas Winston (1)
Sanjay Makwana (1)
Akshay Phadke (1)
Shiva Shukla (1)
Shirsendu Nandi (1)
Catcher Wong (1)
Adam Stirtan (1)
Vithal Wadje (1)
Ishika Tiwari (1)
CSharp TV (1)
Amin Golmahalleh (1)
Sai Sherlekar (1)
Vignesh Kumar (1)
Shiv Gupta (1)
Satyaprakash Samantaray (1)
Anupam Maiti (1)
Mariusz Postol (1)
Pushpa V (1)
Muzaffar Ur Rahman (1)
Thiyagu Baskaran (1)
Sardar Mudassar Ali Khan (1)
Alpesh Maniya (1)
Kirtesh Shah (1)
Anandu G Nath (1)
Related resources for JSON
No resource found
How to Read and Write JSON Files in C#
11/17/2024 10:49:03 AM.
JSON is a common data format used in APIs, configuration files, and data exchange. Learn to handle JSON in C# using `System.Text.Json`. This article covers creating data models, writing to and readin
Loading Nested JSON File Data in Dropdown ASP.NET
11/14/2024 6:58:43 AM.
Learn how to load and bind nested JSON data to a dropdown in ASP.NET, covering both client-side and server-side techniques for dynamic data binding and efficient JSON parsing in web applications.
Managing User Data in Azure AD with Microsoft Graph API
11/5/2024 5:47:57 AM.
Microsoft Graph API is a RESTful web API that provides access to Microsoft 365 services, enabling developers to manage user data in Azure Active Directory. It allows operations such as retrieving, cre
JWT Token Based Implementation using ASP.NET Core Web API
10/29/2024 6:30:51 AM.
JWT (JSON Web Token) is a way to share information securely between two or more systems and JWT structure allows for secure information exchange and user authentication.
Redis: RedisString and RedisJSON
10/23/2024 8:19:31 AM.
RedisString has long been the basic and most common data type in Redis. Recently, RedisJSON has gained popularity as a module that allows you to store, query, and manipulate JSON data natively.
How to Make Serial Chart With JSON Data Using amChart
10/15/2024 11:48:32 AM.
This article demonstrates how to use amCharts to display JSON data in a serial layout. It walks through the steps of adding an HTML container, referencing JavaScript libraries, creating a JSON data fi
What is JSON and Why Is It So Important?
10/10/2024 9:39:39 AM.
JSON (JavaScript Object Notation) is a lightweight, language-independent data format that represents key-value pairs, supporting strings, numbers, arrays, objects, and complex structures widely used f
Make AJAX Call and Return JSON Using AngularJS
10/8/2024 4:05:12 AM.
Learn how to make AJAX calls and handle JSON data using AngularJS in this comprehensive guide. We'll cover how to use the $http service for asynchronous requests, manage responses, and integrate A
Introduction to JQuery.ajax Call in ASP.Net
10/3/2024 11:39:42 AM.
This article provides a comprehensive introduction to making AJAX calls using jQuery in ASP.NET applications. It covers the fundamentals of jQuery's AJAX methods, including how to send asynchronou
How To Create An HTTP Trigger Azure Function App Using Visual Studio 2017
10/1/2024 8:24:46 AM.
Azure Functions is a serverless cloud solution that allows you to run code on-demand without managing infrastructure. It supports multiple programming languages, offers a pay-per-use pricing model, an
Getting Started With Angular 2 Application Using Visual Studio
9/24/2024 9:13:16 AM.
This article provides a step-by-step guide for developing Angular 2 applications using Visual Studio 2015. It covers prerequisites such as installing Visual Studio, Node.js, and TypeScript, along with
Creating Visually Engaging Dashboards: Ultimate Power BI Theme
9/23/2024 7:07:10 AM.
The Hussain PBI Theme enhances data presentation in Power BI with a harmonious color palette and modern typography. It features customizable visual styles for clarity and engagement, including vibrant
POCO to Dictionary Conversion Techniques in C#
9/16/2024 5:02:08 AM.
This article explores five methods for converting a C# POCO to a dictionary using reflection, LINQ, JSON libraries, and ExpandoObject, comparing their performance through Benchmark.NET to find the bes
CRUD Operations Using Knockout in MVC Application- Part 1
9/12/2024 12:14:23 PM.
This article covers implementing CRUD operations in MVC applications using Knockout.js. It details how to set up models, repositories, and controllers, demonstrating how to manage items through add, u
How to Create an NPM Package?
9/9/2024 8:50:49 AM.
Creating and publishing an NPM package involves initializing a project, writing code (e.g., an OTP generator), testing locally, and preparing for publication. Steps include configuring package.json, a
AI-Powered Virtual Assistants: How to Build One in C#
8/28/2024 8:19:26 AM.
Build an AI-powered virtual assistant in C# using Microsoft Bot Framework, ML.NET, and Azure Cognitive Services. This assistant can perform tasks like setting reminders, answering queries, and recogni
Console Application To Fetch SharePoint List Data Using REST API With CAML Query In C# Managed Code
8/22/2024 7:14:27 AM.
Learn how to use SharePoint 2013 REST API with CAML queries in a C# console application. This guide covers fetching data from SharePoint lists using POST methods, setting request headers, and handling
Session State In ASP.NET Core
8/13/2024 10:42:57 AM.
ASP.NET Core sessions allow storing user data between requests. Sessions use a SessionId stored in a cookie, which is sent with each request. Sessions can be configured as in-memory (In-Proc) or distr
Scatter Plot Using D3JS
8/8/2024 11:39:27 AM.
Learn to visualize data with ease using D3JS in this guide. Explore how to use JSON data to create dynamic charts like scatter plots through simple HTML, CSS, and JavaScript snippets. The article cove
Web API
8/8/2024 5:21:25 AM.
A Web API (Application Programming Interface) enables applications to communicate over the internet. Using protocols like HTTP and data formats such as JSON and XML, Web APIs facilitate interaction be
Creating Bar Chart From D3JS Using JSON Data
8/8/2024 3:24:03 AM.
This article explores using JSON data with D3JS for creating various charts to meet application needs. It covers an overview of D3JS, common problems in data visualization, and provides practical solu
Investigating and Fixing Swagger Error- Failed to Load API Definition
7/29/2024 5:08:46 AM.
Swagger is a widely used and powerful API development toolset that offers a framework for designing, building, documenting, and consuming RESTful web services. This article explains what Swagger is an
Serialization (2) - JSON Serialization
7/17/2024 6:50:23 PM.
This article will discuss JSON Serialization. Serialization is the process of converting an object into a stream of bytes to store the object or transmit it to memory, a database, or a file.
Understanding JSON Web Tokens (JWT)
7/17/2024 12:44:36 AM.
JSON Web Tokens (JWT) are a popular method for securely transmitting information between parties as a JSON object. This article explores the fundamentals of JWT, including its structure, encoding, and
Content Negotiation in .NET Core Web API
7/11/2024 10:08:47 AM.
Content negotiation in REST APIs allows clients to specify their preferred response format (e.g., JSON or XML) using HTTP headers like Accept and Content-Type. ASP.NET Core Web API supports this with
Azure Databricks | JSON to PySpark Data Transformation
7/10/2024 6:44:18 AM.
In this video, I demonstated how to leverage Azure Databricks to read JSON data, create Spark DataFrame and perform filtering.
New Features In SQL Server 2016
7/4/2024 7:38:14 AM.
SQL Server 2016 introduces numerous features for enhanced database management, including Always Encryption for secure data storage, JSON support for data interchange, Row Level Security for access con
C# Method Designed to Make a POST Request to a Web API Endpoint
7/4/2024 5:31:08 AM.
This guide covers API integration in C#, detailing serialization, encryption, HTTP requests, and error handling. Learn how to set up an API integration method, handle responses, and follow best practi
Understanding ParseJSON in PowerApps
6/27/2024 9:46:12 AM.
Understanding ParseJSON in PowerApps" is a comprehensive guide to using the ParseJSON function within Microsoft PowerApps. Learn how to effectively handle and manipulate JSON data in your custom
AJAX In ASP.NET
6/27/2024 4:54:38 AM.
AJAX (Asynchronous JavaScript and XML) enhances web applications by enabling asynchronous data retrieval from servers without reloading the entire page. Utilizing XMLHttpRequest and JSON, it boosts in
Getting Started With ElasticSearch
6/25/2024 10:06:40 AM.
Elasticsearch is a powerful open-source tool for real-time searching and analytics. It stores data in JSON format and supports RESTful interactions via HTTP verbs like GET, POST, PUT, and DELETE. Inte
Editing JSON of Fabric Data Pipelines - Part 1
6/21/2024 10:10:04 AM.
Enable JSON editing in Fabric data pipelines by appending the 'feature.enableJsonEdit=1' to the pipeline URL. Switch from view-only to edit mode, make necessary JSON changes, then perform a mi
A Simple FTP Client Using FluentFTP with Json Configuration in C#
6/21/2024 4:36:50 AM.
With the help of C# and FluentFTP, we can build a simple yet robust FTP client using this comprehensive guide by Ziggy Rafiq. This article describes how to set up a console application, integrate Flue
Charts In ASP.NET MVC Using Chart.js
6/20/2024 10:10:38 AM.
ASP.NET MVC integrates Chart.js for dynamic, interactive charts using JavaScript. Utilize CDN-hosted Chart.js to render data-driven visuals on HTML5 canvas, fetched via AJAX in JSON format. Customize
Display Weather Forecast In ASP.NET MVC Using OpenWeatherMap Weather API
6/11/2024 12:22:38 PM.
Dive into ASP.NET MVC weather forecasting using OpenWeatherMap API. Follow steps to set up your project in Visual Studio, parse JSON responses, utilize ViewModels, and fetch data with WebClient. Enhan
Use DataTable.js In MVC View
6/11/2024 12:07:23 PM.
Learn to integrate the DataTables plugin in MVC. Utilize AJAX requests, JSON results, and jQuery for the front end. Create a Person class, customize the Index view, and ensure proper table structure f
Implementing Model Binding in ASP.NET Core Web API
6/10/2024 8:06:43 AM.
Model binding in ASP.NET Core automates the conversion of HTTP request data into .NET objects, simplifying data transfer between client-side requests and server-side code. It supports various data sou
Exploring PostgreSQL: The Powerhouse of Open-Source Databases
6/7/2024 4:30:18 AM.
PostgreSQL, often hailed as the powerhouse of open-source databases, is a robust and versatile relational database management system. Known for its advanced features, such as ACID compliance, extensib
Snowflake With C#.Net Core
6/6/2024 11:33:25 AM.
Learn to connect Snowflake with .NET using its connector for cloud-based data warehouse operations. Understand real-time scenarios, pull JSON data, and execute stored procedures through .NET Core, ens
Implement JWT In .NET Core API
6/5/2024 11:32:53 AM.
Learn how to implement JWT (JSON Web Token) authentication in a .NET Core API for secure user authentication and authorization. This guide covers creating and validating tokens, configuring middleware
All About AppSettings In ASP.NET Core
6/4/2024 12:49:50 PM.
Learn how to configure ASP.NET Core applications using appsettings.json. This guide covers adding keys for database connections, email settings, and more in the appsettings file. Discover methods to r
Introduction To The Files Used In Angular Application
6/4/2024 12:21:39 PM.
An Angular application is built from various files. The src folder holds the core code, with the app folder containing building blocks for your UI like components (combining HTML, CSS, and TypeScript)
How to Pretty Print JSON with ReactJS
5/24/2024 8:51:11 AM.
Pretty printing JSON in ReactJS enhances readability by formatting data with proper indentation. Utilizing JSON.stringify and React components, here's a comprehensive guide for implementation and
JWT (JSON Web Token): The Future Of Secure Data Transfer
5/24/2024 5:13:43 AM.
JSON Web Tokens (JWTs) are a compact, secure method for representing claims between parties, widely used for session management and data transfer since their introduction.
Authentication In Web API
5/17/2024 10:59:06 AM.
ASP.NET Authentication is used to protect our applications and websites from unauthorized access and also restrict users from accessing information from tools like Postman and Fiddler. In this article
Azure Data Explorer - Reading JSON Data Using Kusto
5/16/2024 9:29:44 AM.
Azure Data Explorer empowers efficient querying of JSON data through Kusto Query Language (KQL). Explore, analyze, and visualize structured or unstructured data with ease, leveraging powerful data ing
Getting Started With Elastic In Using .NET Nest Client
5/16/2024 3:37:44 AM.
This article demonstrate how to use elastic search in .net application using nest client. How to set up Elastic search in developer machine and how to communicate with elastic from .net application.
Demystifying customStringify: Filtering Functions in JSON
5/13/2024 4:51:28 AM.
In the vast world of data, JSON (JavaScript Object Notation) reigns supreme for its lightweight and human-readable format. But what if you want to control how specific data gets represented in your JS
Understand Action Results and Types of Action Results in .NET C#
5/10/2024 6:36:31 AM.
In the world of .NET C#, action results play a crucial role in web development, facilitating the generation of responses to client requests within ASP.NET applications. In this article, we'll delv
Serialization And Deserialization in .NET
5/8/2024 10:11:00 AM.
Serialization in .NET transforms objects into a format suitable for storage or transmission, facilitating data interchange. Deserialization reverses this process, reconstructing objects from the seria
REST Service in ASP.NET Web API
5/8/2024 9:50:41 AM.
Learn to build RESTful services with ASP.NET Web API. Explore HTTP methods, routing, JSON serialization, DTOs, attribute routing, content negotiation, and error handling for robust APIs. Dive into pra
JSON Web Auth Using Angular 8 And NodeJS
5/1/2024 11:41:39 AM.
Learn to implement JSON Web Token (JWT) authentication in Angular 8 with Node.js backend. JWT provides a secure way to transmit data between parties. This tutorial covers token generation, intercepto
MVC 4 WEB API .NET 4.5
5/1/2024 11:35:21 AM.
This article introduces the concept of exposing a Web API from ASP.NET MVC4, allowing clients to retrieve data in various formats such as JSON, XML, and HTML. It highlights the purpose of using HTTP a
How To Deploy Power App List Form From One Tenant To Another Tenant
4/24/2024 7:58:25 AM.
In this article, we will learn how can we deploy Power App list form (Not canvas app) from one tenant to another tenant. For canvas app, we just need export and import, but for list forms only export
Conversion from Object to JSON by Json.NET
4/22/2024 8:15:13 AM.
Explore seamless conversion of objects to JSON using Json.NET, a popular library in C#. Learn efficient serialization techniques, data transformation strategies, and harness the power of .NET developm
Consuming ASP.NET WebService In AngularJS
4/22/2024 7:41:48 AM.
Consuming ASP.NET WebService in AngularJS involves utilizing AngularJS's $http service to send HTTP requests to the WebService. This enables fetching, updating, or deleting data asynchronously.
Start With AngularJS: Part 5
4/22/2024 7:41:23 AM.
AngularJS filters transform data for display. They format numbers, dates, and strings, select subsets from arrays, and order arrays. Templates in AngularJS include static ones, defined within script t
Select Query With Logical Operator in a Mongo Database Using C# Driver
4/18/2024 1:28:05 PM.
Learn how to perform select queries in MongoDB using C# driver. Explore JSON-style object representation, conditional operators, insertion, and retrieval of data. Connect to MongoDB, serialize and des
Newtonsoft.Json vs. System.Text.Json: Comparative Analysis
4/17/2024 4:44:19 AM.
In the world of .NET development, handling JSON serialization and deserialization is a common task, especially when dealing with web APIs. In this article, we'll compare and contrast these two lib
A simplified approach to serializing and deserializing objects in C# 10
4/16/2024 10:48:12 AM.
This comprehensive guide teaches how to streamline data interchange processes efficiently using C# 10 Records. Authored by Ziggy Rafiq.
Customize Power BI Theme Without JSON: Part Two
4/15/2024 11:57:24 AM.
Explore advanced Power BI JSON customization options including text, visual, page, and filter pane properties. Learn to format text, backgrounds, borders, headers, tooltips, and more for enhanced rep
Using gRPC-gateway To Call gRPC Service Via RESTful JSON API
4/15/2024 11:40:07 AM.
Discover how to seamlessly integrate gRPC services with RESTful JSON APIs using the powerful gRPC-gateway. Learn to leverage HTTP to communicate with gRPC services, enabling efficient and flexible int
Polymorphic serialization using System.Text.Json
4/12/2024 5:50:15 AM.
Polymorphic serialization is the process of serializing and deserializing objects of different types that share a common base type. This allows us to preserve the specific type information of each obj
Calling Web Service in HTML Page
4/11/2024 6:10:41 AM.
Calling a web service in an HTML page involves using client-side technologies like AJAX and JavaScript to asynchronously communicate with a server. This allows for dynamic data exchange without reload
Best Practices for Creating ASP.NET Core REST API using OpenAPI
4/9/2024 5:44:39 PM.
Learn best practices for developing ASP.NET Core REST APIs using OpenAPI. Follow Ziggy Rafiq's expert guidance to streamline your API development process and ensure optimal performance and scalabi
Customize Current Theme From Power BI Desktop Without Using JSON - Part One
4/8/2024 8:44:58 AM.
In this article, we will talk about how we can customize the current Power BI report theme in Power BI.
Globally Configuring Values For JSON Serializer In ASP.NET Core 3.1
4/8/2024 8:18:26 AM.
Learn how to set constraints globally for JSON serialization in ASP.NET Core, avoiding manual decoration of every property. Customize data formatting using converters, and fallback to default settings
ActionResult Return Type in MVC 3.0
4/1/2024 11:51:41 AM.
In this article, you will learn how action methods help us to return models to views, file streams, and also redirect to other controllers Action method in MVC 3.0.
Built In Rest Client in .NET Core
4/1/2024 7:30:16 AM.
.NET Core provides a built-in REST client through HttpClient in the System.Net.Http namespace. It offers lightweight, cross-platform capabilities for seamless integration with web services, enabling e
Different ActionResult Types in ASP.NET MVC & Their Uses
4/1/2024 6:14:26 AM.
In this article we will learn What are the different types of ActionResult in ASP.NET MVC, and when would you use each one?
Web API with Power Automate
4/1/2024 4:53:52 AM.
In this session, we'll unlock the potential of Web APIs and Power Automate, empowering you to automate tasks and streamline workflows.
Configuration Settings in .NET Core
3/29/2024 4:50:13 AM.
Configuration settings are vital for .NET Core apps, enabling flexibility without code changes. Learn their anatomy, setup with JSON files, environment variables, and access methods for robust applica
How Do You Work with JSON Data in JavaScript?
3/28/2024 10:31:43 AM.
In this article, we will explain you how to work with JSON data in JavaScript with example. Working with JSON data in JavaScript involves parsing JSON strings into objects and stringifying objects int
What is JSON Serialization and Deserialization in C#
3/27/2024 6:23:31 AM.
JSON (JavaScript Object Notation) has become a ubiquitous data interchange format, especially in web development. In C#, developers have multiple options for serializing C# objects to JSON and deseria
Converting Strings in C#: JSON, Base64, XML, CSV and Reverse
3/22/2024 10:15:42 AM.
Discover Ziggy Rafiq's comprehensive guide on converting strings to JSON, Base64, XML, and CSV formats using C#. Plus, learn how to reverse the process effortlessly. Don't miss out on this mus
Handling JSON in C#
3/16/2024 11:01:45 AM.
C# provides seamless JSON handling with System.Text.Json. Easily parse JSON strings into C# objects and vice versa for efficient data manipulation.
Display API Data on List Using SwiftUI
3/15/2024 4:44:39 AM.
In this article, we will fetch and display data on a list using SwiftUI. Learn to fetch and display data in a list using SwiftUI. Set up a SwiftUI project in Xcode, create a struct conforming to Codab
Fetch Data From Nested JSON In API
3/12/2024 6:08:31 AM.
In this article, we will learn to fetch data from nested JSON in API using URLSession in Swift programming language.
What is Difference Between Rest API and Graph API
3/7/2024 11:26:04 AM.
Know the difference between "Rest" API and "Graph" API with an example.
How To Generate Curl Script of the HttpClient in .NET
3/7/2024 11:22:06 AM.
The HttpClientToCurl is a NuGet package for generating the curl script of HttpClient in C# (.Net) supported features: Post, Get, Put and Delete. content types: application/json, text/xml, application/
Difference Between JSON Object and JavaScript Object
3/6/2024 9:23:15 AM.
JSON objects and JavaScript objects share similarities but differ in syntax and usage. JSON is a text-based data interchange format, while JavaScript objects are native data structures. JSON follows a
Save Specific Twitter Tweet To Excel Spreadsheet With Azure Logic App
3/1/2024 10:46:14 AM.
Utilize Azure Logic App to automate capturing specific Twitter tweets and storing them in an Excel spreadsheet. Employ Twitter API integration, webhooks, and Azure Blob Storage for seamless data trans
Using Cognitive Service Face API with Azure Logic App
3/1/2024 8:47:39 AM.
Integrate Cognitive Service Face API seamlessly into Azure Logic App for efficient facial recognition and image processing tasks. Utilize RESTful API calls, JSON handling, and Azure Blob Storage for s
Read JSON File to Spark DataFrame and Fabric Lakehouse for Downstream Analytics
2/27/2024 6:38:21 AM.
This video shows how to read JSON file into Spark DataFrame using Fabric Notebook and how to write the the data to Fabric Lakehouse for downstream data analytics.
Including Web.config While Taking Build in Angular 15 or Less
2/27/2024 4:24:37 AM.
To include the Web.config file in the destination folder during the Angular build, modify the angular.json file. Add the Web.config file to the assets block in the build declaration.
How to Set Long Expiry to JWT Token?
2/26/2024 5:31:43 AM.
To set a long expiry time for a JSON Web Token (JWT) in C#, you need to configure the token's expiration claim accordingly.
Camelcase Serialization in .Net 9
2/19/2024 6:27:06 AM.
In .NET 9, developers have been granted a powerful tool to enhance data serialization: CamelCase Serialization. This feature facilitates smoother interoperability with systems and frameworks that expe
How to Shorten URL using Custom Pipe in Angular
2/17/2024 3:24:49 AM.
In this article, We will learn steps to create a pipe that shortens a long URL and Link.
AccessToken Vs ID Token Vs Refresh Token - What? Why?When?
2/16/2024 6:33:16 AM.
This article elucidates various token types in OpenID Connect, including JSON Web Tokens (JWT), Access Tokens, ID Tokens, and Refresh Tokens. It discusses their significance, structure, and usage in a
External Streaming Data - Bitstream Format
2/14/2024 5:28:18 AM.
The main aim of this article is to extend knowledge related to object-oriented programming focusing on interoperability between the computing process and data visualization, archiving, and networking
SharePoint Online List JSON View Formatting - Video Thumbnail
2/13/2024 9:38:59 AM.
Customizing YouTube video thumbnails in SharePoint lists enhances visual appeal and user experience. By creating a list with specific columns and using JSON formatting, you can display thumbnails alon
How to Implement Approval in Teams Using Adaptive Cards
2/13/2024 7:05:04 AM.
This article introduces Adaptive Cards, versatile user interface components formatted in JSON, capable of seamless integration across various platforms. It delves into their significance in enabling l
Parameter Binding in Minimal API in ASP.NET Core
2/6/2024 7:13:16 AM.
When building web applications using ASP.NET Core, developers often need to handle incoming data from HTTP requests. One crucial concept that helps achieve this is called parameter binding. Let's
Visual Studio Feature: Convert JSON or XML to Classes
1/30/2024 11:49:16 AM.
In this article, I will demonstrate how to use the Visual Studio feature Paste JSON as Classes or XML as Classes. This feature was introduced in Visual Studio 2013. This compelling feature will help t
Getting Started with APIs and Handling JSON Data
1/29/2024 6:42:05 AM.
Learn the essentials of Python API interactions with a focus on Open Notify API. Explore JSON handling, API status codes, and practical examples.
Eager Loading In ASP.NET Core Web API Complete Example
1/22/2024 8:52:34 AM.
In ASP.NET Core, eager loading is a technique used to load related data along with the main entity in a single database query. This helps to optimize performance by reducing the number of database cal
OPENJSON in SQL Server
1/15/2024 5:50:12 AM.
SQL Server's OPENJSON function is a powerful tool for working with JSON data in relational database systems. It allows users to parse and transform JSON-formatted strings into tabular data, making
Data Conversions in C# with SuperConvert
1/3/2024 6:51:52 AM.
In this article, I will explain the Nuget library "SuperConvert" that provides seamless data conversion for.net, like Convert  datatable to JSON. Convert JSON to Datatable, Convert CSV
ASP.Net Core - How to Read values from Appsettings.json
12/31/2023 12:03:20 PM.
Asp.Net Core – How to Read values from Appsettings.json
JSON Serialization and Deserialization in C#
12/29/2023 4:57:42 AM.
JSON serialization and deserialization in C#! Learn the ropes with Newtonsoft.Json (Json.NET) or the built-in System.Text.Json. Level up your data interchange skills for seamless system communication.