Resources  
  • How Do You Work with JSON Data in JavaScript?Mar 28, 2024. 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 into JSON strings. JSON.parse() and JSON.stringify() methods facilitate this process efficiently.
  • What is JSON Serialization and Deserialization in C# Mar 27, 2024. 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 deserializing JSON strings back to C# objects
  • Handling JSON in C#Mar 16, 2024. 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 SwiftUIMar 15, 2024. 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 Codable and Identifiable protocols, fetch data using URLSession, and design the UI.
  • Exploring the Power of Rich Text Editor in Power AppsMar 12, 2024. Unlock the potential of Power Apps with this in-depth exploration of the Rich Text Editor feature. Our comprehensive guide provides step-by-step tutorials, tips, and insights into leveraging this powerful tool for text formatting and customization.
  • Exploring the Data Table Control in Power AppsMar 12, 2024. Discover the intricacies of the Data Table Control in Power Apps with our comprehensive guide. Learn to harness its power for seamless data manipulation, visualization, and user interaction.
  • Fetch Data From Nested JSON In APIMar 09, 2024. 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 APIMar 07, 2024. Know the difference between "Rest" API and "Graph" API with an example.
  • JavaScript Date Formats in TypeScriptMar 07, 2024. When it comes to handling dates in JavaScript, understanding various date formats is essential for creating dynamic and user-friendly applications. The JavaScript Date object empowers developers to work with dates, and this guide explores three common date formats: ISO Date, Short Date, and Long Date.
  • A simplified approach to serializing and deserializing objects in C# 10Mar 04, 2024. This comprehensive guide teaches how to streamline data interchange processes efficiently using C# 10 Records. Authored by Ziggy Rafiq.
  • Understanding Regional Settings in SharePointMar 01, 2024. This guide offers a comprehensive overview of Regional Settings in SharePoint, emphasizing their significance in enhancing user experience and fostering global collaboration. It covers the functionality, customization options, and benefits of Regional Settings, and instructions for accessing and configuring them.
  • Including Web.config While Taking Build in Angular 15 or LessFeb 27, 2024. 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?Feb 26, 2024. 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 9Feb 19, 2024. 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 expect camelCase formatted data
  • How to Shorten URL using Custom Pipe in AngularFeb 17, 2024. In this article, We will learn steps to create a pipe that shortens a long URL and Link.
  • External Streaming Data - Bitstream FormatFeb 14, 2024. 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 resources.
  • How to Implement Approval in Teams Using Adaptive CardsFeb 13, 2024. 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 lightweight UI exchange between applications and outlines.
  • How to Import Azure Wiki Contents into a JSON FileFeb 13, 2024. In today’s digital age, organizations often depend on collaborative tools like Azure Wiki to streamline knowledge sharing among team members. However, there are situations when you might need to export this content for further analysis, archival purposes, or integration with other systems.In this article, we’ll see how to import Azure Wiki content into a JSON file using Azure DevOps Services REST API with Python.
  • SharePoint Online List JSON View Formatting - Video ThumbnailFeb 13, 2024. 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 along with details like titles and descriptions.
  • Parameter Binding in Minimal API in ASP.NET CoreFeb 06, 2024. 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 break down this fundamental idea in the context of Minimal API in ASP.NET Core.
  • Visual Studio Feature: Convert JSON or XML to ClassesJan 30, 2024. 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 the developer convert JSON to a C# class or XML to a C# class.
  • How To Generate Curl Script of the HttpClient in .NETJan 29, 2024. 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/x-www-form-urlencoded
  • Getting Started with APIs and Handling JSON DataJan 29, 2024. 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 Jan 22, 2024. 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 calls. Let's implement an example of eager loading in an ASP.NET Core Web API using Entity Framework Core.
  • Data Conversions in C# with SuperConvertJan 03, 2024. 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 to DataTable, Convert CSV to JSON, Convert DataTable to CSV, Convert DataTable to XLS, Convert JSON to CSV, Convert JSON to XLS.
  • ASP.Net Core - How to Read values from Appsettings.jsonDec 31, 2023. Asp.Net Core – How to Read values from Appsettings.json
  • JSON Serialization and Deserialization in C#Dec 29, 2023. 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.
  • Working With Numeric Format Specifiers in C# 10Dec 17, 2023. In this article, we will see how to use numeric format specifiers with Console.WriteLine in C# 10.
  • Advanced Conditional Formatting: Turn On & Off Cell Color with CHECKBOXES in ExcelDec 12, 2023. This article shows how to create advanced conditional formatting in Excel and using the new checkboxes to turn on and off the applied cell colors.
  • String Constants in PostgreSQLDec 01, 2023. Delve into PostgreSQL's handling of string constants, which is essential for managing text data. Explore their syntax, handling of special characters, and their versatile use in variable assignment, function arguments, comparisons, and more. Examples demonstrate their significance in tasks like substring replacement, regular expression matching, and date conversion. Elevate your PostgreSQL proficiency in manipulating and storing text data with these insights.
  • Dealing with Date and Time in Humanizer in C#Dec 01, 2023. Learn how to handle date and time in a user-friendly way in C# projects using Humanizer. Covering DateTime and TimeSpan humanization with customization options and real-world use cases for improved user experience.
  • Understanding Window Functions in PostgreSQLNov 30, 2023. In this article, we will learn how to use window functions in PostgreSQL, what are the different types of window functions, and how to write window function queries with examples.
  • .NET 8: The Power of Performance, JSON, and InnovationNov 30, 2023. The release of .NET 8, the latest major version of the .NET platform, has created a lot of excitement and anticipation among developers. This update includes numerous new features and enhancements, boosting. NET's reputation as a versatile and powerful development platform. In this article, we will explore some of the key highlights.
  • How to Use Inheritance in PostgreSQL?Nov 29, 2023. PostgreSQL, a robust database system, introduces the concept of inheritance, enriching data organization. This article delves into utilizing PostgreSQL's inheritance for modeling hierarchical data, exemplified through products and categories. Explore the advantages, disadvantages, and querying nuances of this powerful feature.
  • How to Convert a Month Number to Month Name in PostgreSQLNov 28, 2023. Learn how to convert a month number to a month name in PostgreSQL using the versatile to_char function. Explore format strings like 'Month' and 'Mon' for full and abbreviated names.
  • Date and Time Formatting in C#Nov 27, 2023. This guide provides a concise overview of working with DateTime in C#. It covers the basics of the DateTime structure, including obtaining the current date and time, representing specific dates, and manipulating dates.
  • Getting Started with Humanizer in C#Nov 27, 2023. In this article, we'll explore how to install and use Humanizer in C#, unveiling both its basic and advanced capabilities. By the end, you'll be equipped to elevate the user experience in your C# applications with Humanizer.
  • Building dynamic forms with SurveyJs and Blazor WebAssembly Nov 20, 2023. In this article, we will learn about integrating the surveyJs with blazor web assembly to compose a dynamic form. we'll learn how to integrate SurveyJs into a .NET Core 6.0 Blazor WebAssembly application for creating dynamic forms.
  • How do I serialize and deserialize JSON data in C#?Nov 19, 2023. Download source code on how to serialize and deserialize JSON data in C#.
  • Automatically Settings Class for Saving and LoadingNov 12, 2023. Simple generic and class to save and load settings to and from a json file. Your implementation of the MySettings class is a neat and effective way to handle saving and loading settings in a Windows Forms application. It encapsulates the complexities of dealing with different control types and provides a clean interface for usage.
  • Using Power Automate for HTML Table CreationOct 27, 2023. Learn easy way to send the Dynamic CRM Data to Email in the Table Format. To manually start the flow, log in to Power Automate, select Create, and then choose an instant cloud flow.
  • Easily Record An Audio In Angular 16 And Save It As WAV Format Oct 22, 2023. In this post, we will see how to record an audio in Angular 16 from microphone and save it as WAV format.
  • Convert String to JSON using Power Automate Microsoft Flow Oct 18, 2023. Learn to convert a string to JSON in Power Apps. Explore two methods: the JSON expression and the Parse JSON Data Operation, followed by reading the JSON data for effective data manipulation.
  • Dynamically Bind HTML Template to JSON Data Without using Loop in SQLOct 17, 2023. How we can dynamically bind html template to json data without using looping sql server
  • How To validate Appsetting.json Configuration Values In .NETOct 16, 2023. In .NET applications, the appsettings.json file is commonly used to store configuration settings. It's essential to validate the values stored in this file to ensure that they meet the required format, data type, or specific constraints defined by the application. Validation of appsettings.json configuration values in .NET involves implementing checks and safeguards to confirm that the values are valid and usable by the application. This validation process helps prevent runtime errors and ensures the application behaves as intended, adhering to the specified configuration guidelines.
  • Area Chart with Gradients in Power BISep 25, 2023. Microsoft Power BI offers developers the ability to create highly customizable visuals using the declarative JSON syntax of Vega or Vega-Lite languages. Follow these steps to create custom visuals in Power BI using Deneb Vega-Lite.
  • Bar Charts with Gradients in Power BISep 22, 2023. Microsoft Power BI empowers developers to craft highly customizable visuals using Vega and Vega-Lite's declarative JSON syntax. Create custom visuals in Power BI with our step-by-step guide, including installation, data integration, and advanced customization options.
  • Using .NET Core Option Pattern for Appsettings.jsonSep 21, 2023. This article guides you through reading configuration values from the Appsettings.json file in .NET Core using IConfiguration and the Options Pattern, covering connection strings, key-value pairs, and structured data.
  • Comparing JSON DeserializersSep 20, 2023. Often we come across situations to deserialize the json string to object and wonder which one is the best way.
  • Merge Multiple JSON files via Synapse / Data Factory PipelinesSep 20, 2023. Merge Multiple JSON files via Synapse/Data Factory Pipelines
  • Securing ASP.NET Core Web API with JWT Authentication and Role-Based AuthorizationSep 09, 2023. Securing APIs in an ASP.NET Core Web API involves implementing authentication and authorization mechanisms to protect your resources and ensure that only authorized users can access them. In this example, I'll provide a step-by-step guide on how to secure an ASP.NET Core Web API using JWT (JSON Web Tokens) authentication and role-based authorization.
  • Convert Word to PDF with Power AutomateSep 07, 2023. Explore a step-by-step guide on converting Word to PDF with Microsoft Power Automate, all without the need for premium connectors. Learn how to streamline your document conversion process and save costs while ensuring compatibility and accessibility in today's digital landscape.
  • Boost Azure Function Performance Using Isolated .NET Core Sep 07, 2023. Boosting the performance of Azure Functions using Isolated .NET Core is a great way to ensure that your serverless applications are both scalable and efficient. In this example, we'll walk through a real-world use case and provide a coding example to demonstrate how to optimize Azure Functions with Isolated .NET Core.
  • Natural Data Formatting using Humanizer (NuGet) in .NET (C#) Sep 04, 2023. Explore Humanizer, a free .NET library simplifies data formatting for developers. Learn to transform data into human-readable formats effortlessly with practical C# examples.
  • Insert JSON Array into Table with Stored Procedure ParameterSep 04, 2023. Learn how to efficiently save and insert JSON array data into a database table using SQL Server's T-SQL language, with adaptable concepts for other database systems.
  • Using SuperConvert.Abstraction NuGet Library for Data ConversionAug 23, 2023. SuperConvert.Abstraction is a powerful library that provides data conversion functionalities for your .NET applications. With this library, you can easily convert between different data formats, such as JSON, CSV, and XLS, using a simple and intuitive API. The library also introduces a new Dependency Injection (DI) service to streamline the usage of its features.
  • JSON in JavaScriptAug 22, 2023. Learn JSON in JavaScript: Explore JSON (JavaScript Object Notation), a human-readable data format for seamless data exchange between servers and web apps. Discover JSON structure, parsing, and stringifying techniques.
  • How to Convert DataTable to JSON in ASP.NET Web APIAug 21, 2023. This article will show you how to convert a DataTable to a JSON string in an ASP.NET Web API. You can use this technique to return data from your Web API in a format that is easy for clients to consume.
  • Azure Stream Analytics Queries for Processing JSON DataAug 21, 2023. Exploring Azure Stream Analytics Queries for Processing JSON Data
  • Cloning Class Using System.Text.Json in .NET 8Aug 21, 2023. .NET 8 Preview 7 allows cloning internal properties
  • Implementing Content Negotiation for Flexible Data FormatsAug 16, 2023. Content negotiation in ASP.NET Core is crucial for serving different data formats like JSON, XML, etc., based on the client's preferences. Here's a complete example of how to implement content negotiation in an ASP.NET Core Web API:
  • How To Work with JSON in SQL Server?Aug 08, 2023. In this article, we will learn about How To Work with JSON in SQL Server
  • JWT Authentication in ASP.NET CoreAug 07, 2023. JWT (JSON Web Token) authentication has become a popular method for securing APIs and web applications due to its simplicity, statelessness, and versatility. In this article, we'll explore how to implement JWT authentication in ASP.NET Core, a powerful framework for building modern web applications.
  • Downloading Files in Zip Format in .NET Core Web APIJul 20, 2023. This article explains how to enable users to download multiple files as a single zip archive from a .NET Core Web API. It covers setting up the project, adding required NuGet packages, creating the file download endpoint, and testing the functionality.
  • Converting Strings in C#: JSON, Base64, XML, CSV and ReverseJul 19, 2023. 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 must-read article!
  • Understanding JSON Parsing and JSON StringifyingJul 14, 2023. Understanding JSON Parsing and JSON Stringifying
  • Different Ways of Sending JSON Payload in Rest AssuredJul 02, 2023. Learn different ways to send JSON payload in POST HTTP requests. Options include hardcoding JSON in a string variable, using a static variable, or converting a POJO class to a JSON object. Prerequisites: Rest Assured API test automation setup.
  • Export Sharepoint List Metadata Using Power AutomateJun 15, 2023. In this article, I will explain, how can we export a SharePoint list metadata using Power automate. While doing that, we will learn many basic concepts of Power Automate like how to use JSON, strings, arrays etc.
  • Parse JSON String in C#Jun 07, 2023. Code example of how to parse a JSON string in C#
  • Convert string to JSON in C#Jun 06, 2023. Code example of how to convert string to JSON in C#
  • Convert a JSON object into a string in C#Jun 03, 2023. Code example of how to convert an object into a JSON string in C#.
  • How to Create A JSON String In C#?Jun 01, 2023. How to create JSON object in C#
  • Dynamic JSON Data Handling in AngularMay 29, 2023. To dynamically handle the given JSON example in an Angular application.
  • Working with Date and Time Formats in T-SQLMay 22, 2023. This article describes how different date styles work with date formats
  • Top 11 .NET Libraries Every Developer Should KnowMay 16, 2023. Are you a .NET developer looking to enhance your coding skills? Here's a list of the top 11 .NET libraries that every developer should know. These libraries offer various functionalities and can greatly simplify your development process. Whether you're working on web applications, data processing, or user interface design, these libraries will be valuable additions to your toolkit.
  • Entity Framework 7.0 - Top 8 Reasons to use it in .Net ApplicationMay 15, 2023. Entity Framework is not new to us. But in Entity Framework Core 7.0, there are several changes due to which it is now more useful compared to earlier versions. In this article, we will discuss the new features introduced in EF Core 7.0.
  • Create JSON Web Tokens For Development And TestingApr 27, 2023. Developing and testing an API that requires authentication through a JSON Web Token can be challenging. Use the dotnet-devjwt tool to generate custom tokens for testing your endpoints locally
  • Highlight Cells Using Conditional Formatting in Excel in JavaApr 26, 2023. This article provides a comprehensive guide on using Conditional Formatting in Excel spreadsheets using Free Spire.XLS for Java library. It covers six examples of how to highlight cells using conditional formatting, including highlighting duplicate values, highlighting top/bottom 3 values, highlighting values above/below average, highlighting values between two numbers, highlighting every other row/column, and adding data bars to a cell range. The article also includes step-by-step instructions on how to install the Free Spire.XLS for Java library, prerequisite knowledge, and code examples for each of the six examples. By the end of the article, readers will have a solid understanding of how to apply conditional formatting to their Excel spreadsheets using Java.
  • Generating Dynamic Documents From Existing TemplateApr 24, 2023. Generating dynamic documents (PDF/WORD/EXCEL/POWERPOINT) from the existing template.
  • SharePoint Item Display and Edit Screens Without Any CustomizationApr 24, 2023. In this article we will see how to add a SharePoint list with few fields in all items view on a SharePoint page and show/ edit all the details of any selected list item on same page. Sometimes we have requirements where we want to show/ edit the details of any selected SharePoint list item. In most cases we go with custom web part or some app in Power Apps, but we can achieve this without any customization. We can use out of box SharePoint web parts and features to do this.
  • Applying site scripts to modern site collections using Power AutomateApr 21, 2023. Process of applying site scripts to modern site collections using Power Automate.
  • Discovey Rainbow Braces A Visual Studio 2022 ExtensionMar 27, 2023. In this article, you will learn about rainbow braces, a visual studio 2022 extension.
  • Getting File Path From Appsettings.json In Worker ServiceMar 24, 2023. Getting file path from appsettings.json in Worker Service.
  • How To Pass JSON As Parameter To Store ProcedureMar 17, 2023. In this article, you will learn how to pass json as parameter to store procedure.
  • PE Format Illustrated - Part TwoMar 15, 2023. Beginner’s tutorial on PE format applied to .NET assemblies.
  • PE Format IllustratedMar 14, 2023. Beginner’s tutorial on PE format, with illustrations.
  • Customize Modern SharePoint List Forms using JSONMar 09, 2023. Normally we use SPFx or Power Apps to customize the forms in SharePoint online. In this article we will see how you can customize out of box SharePoint list form using JSON. You don’t need to customize the form using SPFx or Power Apps. Some simple JSON can be used to customize header, footer and body of the SharePoint list form. You can create different sections inside the form body as well as apply some validations to show and hide form fields based on the value of other form fields. Advantage of these JSON customized forms are that it is responsive by default. You don’t have to do any work for making these forms responsive. So, you can use same form in desktop and mobile both.
  • Code Quality - Formatting Classes In Microsoft .NET To Make Them Easy To Read And ModifyMar 01, 2023. In this article, you will learn how to format classes in Microsoft .NET To Make Them Easy To Read And Modify.
  • Develop A Simple Mock ServerFeb 20, 2023. This article will teach you how to develop a mock server simply and quickly.
  • Generate And Validate JSON Schema With JSON Response Using PostmanJan 30, 2023. In this article, you will learn how to generate and validate JSON Schema with JSON Response using POSTMAN.
  • Reading Data From JSON In SQL ServerJan 11, 2023. This article describes how to read data from a JSON string
  • What's New In ASP.NET Core 7.0Dec 22, 2022. In this aricle, you will learn what's new in ASP.NET Core 7.0.
  • Serialization (2) - JSON SerializationDec 13, 2022. 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.
  • How To Download All File Format With Angular And .Net Core Web APIDec 12, 2022. In this article, you will learn how to download all file format with Angular and .Net Core Web API.
  • How To Convert Excel To JSON Using C#Nov 29, 2022. In this article, you will learn how to convert XL to Json Using C#.
  • Read Microsoft SQL Table And Send The Results As Rest API JSON Response Using PythonOct 31, 2022. In this article, you will learn how to read Microsoft SQL table and send the results as REST API JSON response using Python.
  • Converting Between JSON And Datatables In C#Oct 18, 2022. Using SuperConvert to Convert JSON to Datatable, and Datatable to JSON
  • Converting Between JSON and CSV In C#Oct 06, 2022. Converting JSON string to CSV file and reading the CSV file as JSON.
  • Formatting A Text Based On Number Of Columns In PythonSep 26, 2022. How to display very long text when user viewable area is limited? Check out this article to know more...
  • JSON Web Token (JWT) In Layman TermsSep 26, 2022. This article describes general definition of JWT aka Access Token in general terms.

About JSON-format

NA

OUR TRAINING