C# Corner
Tech
News
Videos
Forums
Trainings
Books
Events
More
Interviews
Jobs
Live
Learn
Career
Members
Blogs
Challenges
Certifications
Bounties
Contribute
Article
Blog
Video
Ebook
Interview Question
Collapse
Feed
Dashboard
Wallet
Learn
Achievements
Network
Refer
Rewards
SharpGPT
Premium
Contribute
Article
Blog
Video
Ebook
Interview Question
Register
Login
Tags
No tag found
Content Filter
Articles
Videos
Blogs
Resources
News
Forums
Interviews
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Shiv Sharma(5)
Jaimin Shethiya(5)
Jalpa Dhola(4)
Jitendra Mesavaniya(4)
Shivang (3)
Shafaet Hossain(3)
Ajay Kumar(3)
Sangeetha S(3)
Niharika Gupta(2)
Asfaque Ansari(2)
Mahesh Chand(2)
Pratik Chavan(2)
Gowtham Rajamanickam(2)
Lokendra Singh(2)
Ayush Gupta(2)
Naveen Kumar(2)
Sanjay Kumar(2)
Chetan Sanghani(2)
Keyur Pandya(2)
Varun Setia(1)
Rohit Gupta(1)
Sardar Mudassar Ali Khan (1)
Rajeev Paliwal(1)
Vardhan Vyankatesh Chatla(1)
Coder Thiyagarajan(1)
Chirag Tankan(1)
Kautilya Utkarsh(1)
Md Mominul Islam(1)
Rishima (1)
Ananya Desai(1)
Micheal Xavier A (1)
Sandhiya Priya(1)
Deepak Pippal(1)
Cynthia Sathuragiri(1)
Vaishali Vishwakarma(1)
Jay Pandya(1)
Vishal Yelve(1)
Gohulan Somanathan(1)
Mohammed Altaf(1)
Vipul Malhotra(1)
Mushtaq M A(1)
Tuhin Paul(1)
Allam Purushotham(1)
Ramchand Repalle(1)
Mark Pelf(1)
Devesh Omar(1)
Arjit Soni(1)
Jignesh Kumar(1)
Federico Di marco(1)
Yogesh Vedpathak(1)
Jay Krishna Reddy (1)
Mohammad Hussain(1)
Geo J Thachankary(1)
Samarth Srivastava(1)
Adarsh Nigam(1)
Satya Karki(1)
Velladurai (1)
Nandan Hegde(1)
Ziggy Rafiq(1)
Sreenath Kappoor(1)
Jobin S(1)
Alkesh Bijarniya(1)
Suraj Vishwakarma(1)
Adam Stirtan(1)
Alagunila Meganathan(1)
Nishi Kumari(1)
Mithilesh Tata(1)
Resources
No resource found
What is launchsetting.json in ASP.NET Core?
Sep 18, 2025.
Unlock the secrets of launchSettings.json in ASP.NET Core! This essential file dictates how your application behaves during development, streamlining debugging and environment configuration. Learn how to define profiles, set environment variables, and control application URLs for consistent and efficient development workflows across teams. Master this file for seamless ASP.NET Core development!
Extract Text from Documents using Python (with and without AI)
Sep 15, 2025.
Learn how to extract text from various document types (Word, PowerPoint, PDF, emails, images) using Python and the MarkItDown package. This article covers text extraction without AI and enhances it with AI for images using OpenAI. Simplify document processing for search, summarization, and data pipelines.
IndiaAI Pre-Summit Events 2025: How to Apply and Draft a Winning Proposal
Sep 14, 2025.
Unlock opportunities at the IndiaAI Pre-Summit Events 2025! This guide provides essential information on how to apply, draft a winning proposal, and contribute to shaping India's AI strategy. Learn about eligibility, proposal requirements, evaluation criteria, and get a sample proposal to boost your chances of success in workshops, hackathons, and more.
ASP.NET Core - How to Use appsettings.json and IConfiguration
Sep 11, 2025.
This article simplifies using appsettings.json and IConfiguration to manage application settings like database connections, API keys, and logging levels. Learn how to access settings, leverage strongly typed classes, and implement environment-specific configurations for secure and scalable applications. Master best practices for handling sensitive data and building cloud-ready solutions with ease.
Protecting Against JSON Injection and Malformed Payloads in ASP.NET Core
Sep 04, 2025.
Protect your ASP.NET Core APIs from JSON injection and malformed payloads! This guide details how to prevent attacks like privilege escalation, DoS, and XSS. Learn to use DTOs, strict validation, request limits, and content-type enforcement. Secure your application by implementing these best practices for robust JSON parsing and handling, ensuring data integrity and application stability against malicious input.
Choose a Data Storage Approach at the Cloud
Aug 23, 2025.
This Article explains different types of data classification—structured, semi-structured, and unstructured data—in simple, easy-to-understand language. It breaks down how each type is stored, organized, and used, with real-world examples like product catalogs, photos, and business reports. We also explored common data serialization formats (XML, JSON, YAML) with plain explanations, examples, pros and cons, and a comparison table. Finally, we summarized everything with a visual infographic and a comparison table to make it easy to remember.
Mastering the Filter Array Action in Power Automate: A Complete Guide for Dynamic Data Filtering 🔥
Aug 22, 2025.
Learn how to effectively use the Filter Array action in Power Automate to filter and extract specific data from arrays and objects. This guide covers practical examples, real-world use cases, and advanced tips to streamline your flow logic and handle complex conditions with ease.
AJAX The power behind Dynamic Web pages
Aug 22, 2025.
AJAX enables fast, interactive, and user-friendly web applications by updating data without reloading pages. It improves performance, enhances user experience, supports real-time updates, and remains vital in modern web development despite limitations.
JSON The backbone of modern data exchange
Aug 21, 2025.
JSON (JavaScript Object Notation) is a lightweight, human- and machine-readable data format used for exchanging information across web, mobile, and cloud applications. It’s simple, flexible, fast, and widely adopted.
ASP.NET: Then vs Now — JSON Serialization Performance
Aug 21, 2025.
ASP.NET has evolved from relying on Newtonsoft.Json to the faster, memory-efficient System.Text.Json in .NET 8. Offering built-in support, benchmarks show significant performance gains, making it today’s default choice.
Bitcoin and JSON: A Guide to Key Concepts in Modern Technology
Aug 20, 2025.
Bitcoin is a decentralized digital currency operating on blockchain, secured by nodes and miners. JSON is a lightweight, human-readable data format widely used for web communication and APIs.
Get Structured JSON Output from a Prompt
Aug 20, 2025.
Want AI to return clean JSON instead of messy text? Learn prompt engineering techniques to get structured JSON outputs from LLMs, with examples and best practices for developers.
Build a Task Reminder Bot Using n8n + Telegram + Scheduler
Aug 19, 2025.
Build a fully automated task reminder bot with n8n, Telegram, and a Scheduler trigger. This step-by-step guide shows how to set up commands, store reminders, and send them on time — plus includes the complete workflow JSON for easy import.
JSON Web Tokens (JWTs) in a Corporate Office: The Full Story
Aug 19, 2025.
JSON Web Tokens (JWTs) work in the world of web security? Imagine walking into a bustling corporate office—complete with receptionists, visitor badges, and security guards. This simple analogy breaks down JWTs step-by-step, from authentication to security, with a detailed use case, pros and cons, and alternatives to help you decide if JWT is right for your project.
MongoDB: Flexible NoSQL Database for Modern Applications
Aug 19, 2025.
MongoDB is a popular open-source NoSQL database that uses a flexible document-oriented model with BSON format, offering scalability, sharding, replication, and easy integration for modern web and mobile apps.
What is the purpose of npm, package-lock.json, and the command npm ci?
Aug 14, 2025.
This article explains what npm is, the role of package-lock.json, and the purpose of the npm ci command in Node.js projects, using clear and simple language with examples.
Understanding AJAX (Asynchronous JavaScript and XML)
Aug 09, 2025.
This article provides a comprehensive introduction to AJAX (Asynchronous JavaScript and XML), explaining what it is, how it works, and why it’s important in modern web development.
Validate the UPI ID Format
Aug 06, 2025.
To validate the UPI ID format in your existing JavaScript method (where you already check for an empty input), you can simply add a regular expression check after the empty check.
Secure ASP.NET Core Web API Endpoints with JWT
Aug 01, 2025.
Learn to secure your .NET Core Web API with JWT authentication, role-based authorization, and protected endpoints. Includes user login/registration, token generation, and testing with Postman or Swagger.
Build a Daily Mood Tracker in C# Console App with JSON Storage
Aug 01, 2025.
In this beginner-friendly C# project, you will build a simple daily mood tracker using a console interface and JSON for local data storage. This project is great for understanding how to combine real-life utility with coding fundamentals.
Build a Simple Habit Tracker in C# Console with JSON Storage
Jul 31, 2025.
In this beginner-friendly C# article, you'll learn how to build a Habit Tracker application using a simple console interface and JSON for persistent storage. This project will help you manage daily habits and understand key programming concepts like classes, lists, file handling, and serialization in C#.
Dynamic Form Generation in Angular Using JSON Configuration
Jul 30, 2025.
Create dynamic, reusable forms in Angular using JSON configuration and reactive forms. Easily manage input types, validations, and layout through a flexible, code-driven approach ideal for scalable applications.
Data-Driven Testing with Playwright
Jul 30, 2025.
Data-driven testing allows you to run the same test logic with multiple sets of input data. This is especially useful for validating: - Login scenarios - Form submissions - Search filters - Edge case handling
Advanced Swagger Use Cases in ASP.NET Core (.NET 6/7/8)
Jul 28, 2025.
Take your API documentation to the next level with advanced Swagger use cases in ASP.NET Core. In this article, I cover grouping endpoints, API versioning, JWT authentication, hiding routes, UI customization, and more — all using Swashbuckle in .NET 6/7/8.
Create a Personal Budget Tracker in C# Using JSON and Console UI
Jul 28, 2025.
In this article, we will build a simple personal budget tracker using C# with a clean console UI and JSON for persistent storage. This beginner-friendly project helps users understand file handling, data serialization, and basic CRUD operations—ideal for those starting with .NET or looking for a practical mini project.
React with JSON Server: A Quick and Easy Backend for Frontend Projects
Jul 28, 2025.
Learn how to set up and integrate JSON Server with a React project to create a mock REST API for prototyping, testing, and building frontend features without needing a full backend.
Code cleanup in Visual Studio 2022
Jul 19, 2025.
Learn how to perform effective code cleanup in Visual Studio 2022. This article covers built-in tools, shortcuts, and best practices to keep your C# code clean, consistent, and maintainable.
What’s New in .NET 10: JSON Updates & Quantum Security
Jul 18, 2025.
.NET 10 Preview 6 boosts app security with strict JSON serialization, disallowing duplicates, and introduces Post-Quantum Cryptography (PQC) support to future-proof your code against quantum threats.
Copilot Studio: Use of Adaptive Card Node with a Real-World Example
Jul 16, 2025.
In this article, let’s understand the use of Adaptive Card Node in Copilot Studio, and walk through a practical example that you can try out in your own bot. Whether you're building internal tools, IT service bots, or HR assistants, this component can add serious polish to your user experience.
Introduction to JSON: The Language of Data in Web Development
Jul 10, 2025.
This beginner-friendly article explains what JSON is, why developers love it, and how it’s used in APIs and apps. Includes real-life examples, code snippets, rules, tools, and a clear analogy.
Guide: Importing Test Cases into Zephyr Squad using Excel
Jul 10, 2025.
This guide provides step-by-step instructions for importing multiple test cases into Zephyr Squad using an Excel file. It also explains the importance of the 'Discriminator' field, the correct use of 'Issue Type = Test', and how to structure test steps.
Parquet vs Delta Format: Choosing the Right Data Storage Solution
Jun 25, 2025.
Compare Parquet and Delta formats to choose the best data storage solution. Learn about performance, ACID transactions, schema evolution, and use cases for modern data engineering needs.
Health Checks in .NET 8 Web API: A Comprehensive Guide
Jun 18, 2025.
Ensure your ASP.NET Web API’s reliability with .NET 8 health checks—monitor SQL Server, external APIs, and network connectivity using JSON-formatted diagnostics for proactive monitoring, easier debugging, and improved application resilience.
How To Run JavaScript in Power Automate Desktop Using “Run JavaScript” Action
Jun 17, 2025.
Learn how to run JavaScript directly in Power Automate Desktop using the “Run JavaScript” action. Build objects, return JSON via WScript.Echo(), and integrate JS logic seamlessly into your PAD flows.
Calling REST APIs in Blazor Server: A Beginner's Guide with Example
Jun 04, 2025.
In this article, we will learn how to call REST APIs in a Blazor Server application using HttpClient. We’ll walk through how to send GET, POST, PUT, and DELETE requests, and handle JSON responses using strongly-typed models.Whether you're building a dashboard, e-commerce site, or internal tool, REST API integration is a must-have skill for Blazor developers.
Convert .media to MP4 with FFmpeg: Reliable Webcam Recording Solution
Apr 21, 2025.
Learn how to easily convert .media files from webcam recordings to the widely supported MP4 format using FFmpeg.
.NET 9 Apps Are Faster Than Ever
Apr 19, 2025.
Explore .NET 9’s impressive performance improvements! From faster JSON serialization, optimized JIT compiler, reduced memory usage, to enhanced HTTP/3 handling
Consuming HTTP Calls in .NET MAUI Using HttpClient
Mar 27, 2025.
Learn how to use HttpClient in .NET MAUI to perform GET, POST, PUT, and DELETE operations on a REST API. Build a simple UI and display JSON responses using alerts.
Building a Stunning Dashboard with Angular
Mar 15, 2025.
In this article, we’ll create a dashboard with beautiful charts using Angular frontend and Node Js as the backend. The modular structure of Angular combined with the performance of Node.js provides a robust foundation for scalable applications.
The Start and End Date Time should be set based on the UTC, ISO, and Central Time zones
Mar 10, 2025.
This JavaScript code is tailored for Dynamics 365 CRM, focusing on Date Time fields for Start and End Date Time. It triggers when the Scheduled Start (scheduled start) field changes and ensures that both the start and end Date Time values span the entire day in UTC, ISO, and Central Time.
Explaining System.Text.Json in .NET
Mar 06, 2025.
The System.Text.Json library in .NET 9 has been significantly enhanced to provide developers with more robust and flexible JSON processing capabilities. These improvements focus on JSON schema support, intelligent application features, and increased customization options for serialization and deserialization processes.
What is Code Refactoring?
Mar 03, 2025.
Code refactoring is the process of restructuring existing code without changing its behavior to help code readability and maintainability.
Dynamic CORS Setup in .NET Core with JSON Configuration
Feb 09, 2025.
Learn how to configure CORS dynamically in .NET Core 9 using appsettings.json. Manage multiple allowed origins easily, enhance security, and improve flexibility for different environments like development, staging, and production.
System.Text.Json vs. Newtonsoft.Json: A Comprehensive Comparison
Jan 31, 2025.
System.Text.Json and Newtonsoft.Json are popular libraries for JSON serialization in .NET. System.Text.Json offers better performance and lower memory usage, while Newtonsoft.Json provides more advanced features like dynamic JSON handling and custom converters.
JSON Data with Python in SQLite Database
Jan 29, 2025.
This article explores handling JSON data in an SQLite database using Python. It covers reading, inserting, and creating tables while leveraging Python’s standard `json` and `sqlite3` libraries for seamless integration.
.NET8/9 – Testing different Build/Deployment modes – Part 5
Jan 16, 2025.
Explore various .NET8/9 build, publish, and deployment modes, including single-file apps, AOT precompilation, and framework-dependent/independent setups. Learn about tools like dotnet restore, global.json, and managing SDK versions.
Python Import Modules with Example
Jan 08, 2025.
Learn Python's import module concepts, including importing entire modules, specific functions, and aliasing. This article demonstrates creating, reading, and writing employee data to a JSON file with practical examples.
Apply UI to Enhance Choice Fields with Conditional Formatting
Jan 02, 2025.
Enhance SharePoint lists with UI Conditional Formatting. Use JSON to customize Choice Fields, changing colors, icons, and text dynamically based on values like "Done" or "In progress" for better data visualization.
Understanding the JSON Web Token (JWT)
Jan 01, 2025.
A small, URL-safe way to represent claims that need to be transferred between two parties is with JSON Web Tokens (JWT). The claims in a JWT can be digitally signed or integrity-protected with a Message Authentication Code (MAC) and/or encrypted.
Add Data Bars UI in SharePoint List Column Formatting in SharePoint List
Jan 01, 2025.
This article walks you through the process of customizing your SharePoint list columns for better data visualization and enhancing the current view with conditional formatting to display dynamic, visually appealing data bars.
Understanding the JavaScript Object Notation (JSON)
Dec 31, 2024.
JSON (JavaScript Object Notation) is a lightweight, human-readable data format used for data interchange between web applications and servers. It supports key-value pairs, arrays, and objects, making it easy to parse and widely supported across programming languages.
How to Format List Views in SharePoint
Dec 31, 2024.
SharePoint list formatting enhances data presentation by customizing appearance, adding alternating row styles, and applying conditional formatting. It improves readability, highlights key data, and boosts user experience for efficient collaboration.
How to Apply Conditional Formatting with JSON in SharePoint
Dec 31, 2024.
This article covers the basics of JSON formatting, step-by-step instructions to customize SharePoint lists, and tips for creating dynamic and visually appealing displays to improve user experience.
JSON Data Handling in SQL Server
Nov 26, 2024.
SQL Server supports JSON for managing semi-structured data. You can store JSON in NVARCHAR(MAX) columns, parse it with JSON_VALUE, JSON_QUERY, and OPENJSON, and modify it using JSON_MODIFY.
Format Literal Strings in C#
Nov 26, 2024.
Different techniques to display special characters and add different types of formatting to the output. This article explores C# string literals, including regular, verbatim, and interpolated strings, escape sequences, and formatting techniques like composite formatting.
How to Use Markdown to Format Power Automate Approval Requests
Nov 25, 2024.
This guide explains how to create visually appealing and well-structured emails, improving clarity and user experience in approval workflows. Customize your emails with ease using HTML.
Data Cleansing in SQL Server
Nov 24, 2024.
Learn the essentials of Data Cleansing in SQL Server to enhance data quality and reliability. This guide covers techniques like removing duplicates, handling null values, standardizing formats, and transforming data using SQL queries.
New Features in SQL Server 2025: A Guide for Data Engineers
Nov 24, 2024.
SQL Server 2025 introduces advanced AI integration, vector support, and performance upgrades like optimized locking and enhanced columnstore indexing. New features include JSON data type, regular expressions in T-SQL, and change streaming.
Working with JSON in .NET Core: Newtonsoft.Json, NetJSON, and System.Text.Json
Nov 24, 2024.
In this article, we will learn three effective approaches to working with JSON in .NET Core using popular libraries: Newtonsoft.Json, NetJSON, and System.Text.Json.
How to Read and Write JSON Files in C#
Nov 17, 2024.
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 reading from JSON files, with practical code examples for efficient JSON management.
Loading Nested JSON File Data in Dropdown ASP.NET
Nov 14, 2024.
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.
Fededim.Extensions.Configuration.Protected.DataProtectionAPI: The Ultimate Integration between ASP.NET Configuration and Data Protection API
Nov 05, 2024.
Fededim.Extensions.Configuration.Protected is an improved ConfigurationBuilder which allows partial or full encryption of configuration values stored inside any possible ConfigurationSource and fully integrated in the ASP.NET Core architecture.
Managing User Data in Azure AD with Microsoft Graph API
Nov 05, 2024.
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, creating, updating, and deleting users.
JWT Token Based Implementation using ASP.NET Core Web API
Oct 29, 2024.
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.
How to Store Temporary Information in Table Like Format in C#?
Oct 28, 2024.
In this article, we will learn how to manipulate and manage in-memory data effectively, allowing for quick access and modifications while maintaining a structured format for your applications.
Serialization and DeSerialization in C#
Oct 21, 2024.
Serialization is the process of converting an object into a storable format, such as XML, JSON, or binary, while deserialization restores it to its original form. Common types include XML, JSON, Binary, and SOAP serialization.
What is JSON and Why Is It So Important?
Oct 10, 2024.
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 for web applications and data interchange.
Creating Visually Engaging Dashboards: Ultimate Power BI Theme
Sep 22, 2024.
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 data colors, clear tooltips, and distinct performance indicators.
Trigger Approval flow with SharePoint Column Formatting
Sep 21, 2024.
To trigger a workflow with a button using column formatting in SharePoint, you can create a column that uses JSON formatting to display a button that, when clicked, initiates a workflow.
POCO to Dictionary Conversion Techniques in C#
Sep 16, 2024.
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 best approach.
How to Create an NPM Package?
Sep 09, 2024.
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, adding a README file, and using npm login and npm publish to make your package available on the NPM registry.
AI-Powered Virtual Assistants: How to Build One in C#
Aug 28, 2024.
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 recognizing speech. Integrate advanced AI features like NLP and task automation for a powerful, interactive experience.
Auto-Format Code in VS Code on Save to Streamline Your Workflow
Aug 20, 2024.
Effortlessly maintain clean and consistent code in VS Code by enabling auto-format on save. Streamline your workflow and let VS Code handle the formatting for you.
Investigating and Fixing Swagger Error- Failed to Load API Definition
Jul 29, 2024.
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 and how to fix the "Failed to load API definition" error in Swagger.
Elevate Your Code with Vertical Coding Style
Jul 26, 2024.
In the world of software development, code readability and maintainability are paramount. One effective way to achieve these goals is by adopting the Vertical Coding Style. The result is code that is easier to understand and navigate. Let's explore how Vertical Coding Style can elevate your coding practices.
Understanding JSON Web Tokens (JWT)
Jul 17, 2024.
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 common use cases in authentication and authorization.
Content Negotiation in .NET Core Web API
Jul 11, 2024.
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 built-in JSON support and customizable formatters for XML and other formats.
C# Method Designed to Make a POST Request to a Web API Endpoint
Jul 04, 2024.
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 practices for security, error handling, and asynchronous operations to build robust and secure applications.
Understanding ParseJSON in PowerApps
Jun 27, 2024.
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 applications.
Copying Footers Between SharePoint Sites Using PnP PowerShell
Jun 24, 2024.
I've been extensively using SharePoint and the PnP PowerShell module, which simplifies tasks with easy command sets and detailed documentation. Notably, copying a footer between SharePoint sites is straightforward with PnP.
Editing JSON of Fabric Data Pipelines - Part 1
Jun 21, 2024.
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 minor UI adjustment to activate the Save option. Similar flexibility as Azure Data Factory's PaaS environment.
A Simple FTP Client Using FluentFTP with Json Configuration in C#
Jun 20, 2024.
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 FluentFTP to transfer files seamlessly, and manage configuration securely using a JSON file.
Web API
Jun 11, 2024.
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 between different software systems.
Implementing Model Binding in ASP.NET Core Web API
Jun 10, 2024.
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 sources such as query strings, form data, route parameters, JSON payloads, and custom binders, enhancing API development efficiency.
Exploring PostgreSQL: The Powerhouse of Open-Source Databases
Jun 07, 2024.
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, extensibility, and support for JSON and geospatial data, PostgreSQL ensures high performance, scalability, and data integrity.
Working with Dates and Times in Python Using Pendulum
May 30, 2024.
Pendulum is a powerful Python library for handling dates and times. It simplifies working with timezones, supports date manipulation, formatting, parsing, and provides convenient methods for datetime arithmetic.
JWT (JSON Web Token): The Future Of Secure Data Transfer
May 24, 2024.
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.
How to Pretty Print JSON with ReactJS
May 24, 2024.
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 styling.
Understanding ToString() vs Convert.ToString() in C#
May 23, 2024.
In C#, both ToString() and Convert.ToString() are used to convert objects to their string representation. However, they have different usages and behavior. Understanding the differences between these two methods can help you choose the right one for your needs.
String in .NET C#: Usage, and Example
May 16, 2024.
A string in C# is an object belonging to the String class that symbolizes a string of characters. Numerous operations, including length, concatenation, comparison, obtaining substring, search, trim, replacement, and more, can be carried out on strings.
Demystifying customStringify: Filtering Functions in JSON
May 13, 2024.
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 JSON string? That's where the customStringify function comes in.
How to Create Custom HTML / CSS Elements in Power Apps
Apr 29, 2024.
Explore the powerful HTML text control in Power Apps, enabling rich text formatting, customization, and cross-platform compatibility. Learn its features, benefits, and limitations, alongside a step-by-step guide for integration. Elevate your app development with visually stunning .
Newtonsoft.Json vs. System.Text.Json: Comparative Analysis
Apr 17, 2024.
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 libraries, exploring their features, examples, advantages, and disadvantages.
Polymorphic serialization using System.Text.Json
Apr 12, 2024.
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 object, which is crucial when we want to deserialize the objects back into their original types.
Built In Rest Client in .NET Core
Apr 01, 2024.
.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 efficient HTTP requests and response handling in API communication within .NET Core applications.
Transfer Multiple File Formats Between Blob Containers with Logic App
Mar 30, 2024.
Moving multiple file format files between Blob storage containers using the logic app. This article demonstrates how to utilize Azure Logic Apps to automate workflows between Blob storage and OneDrive, creating approval-based processes. No code is required.
Gemini Pro Text: Flawless Formatting with markdown2
Mar 29, 2024.
This guide explores the integration of Gemini Pro AI output with markdown2 for HTML rendering in Django web apps. It details the challenges of formatting symbols, offers practical solutions, and empowers developers to optimize the display of AI-generated content, enhancing user experiences on web platforms effectively.
Configuration Settings in .NET Core
Mar 29, 2024.
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 applications.
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