C# Corner
Tech
News
Videos
Forums
Trainings
Books
Live
More
Interviews
Events
Jobs
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]
Sardar Mudassar Ali Khan (5)
Jitendra Mesavaniya(5)
Alkesh Bijarniya(3)
Mariusz Postol(3)
John Godel(2)
Sandhiya Priya(2)
Prachi Sarkar(2)
Ziggy Rafiq(2)
Mahesh Chand(2)
Mominul Islam(2)
Tuhin Paul(2)
Baibhav Kumar(2)
Shivang (2)
Vishal Yelve(2)
Kirtesh Shah(2)
Sanjay Kumar(2)
Lokendra Singh(2)
Aman Gupta(2)
Suraj Vishwakarma(2)
Tural Suleymani(2)
George (2)
Sameer Shukla(2)
Saurav Kumar(1)
Vishal Joshi(1)
Raghunath Bhukan(1)
Ananya Desai(1)
Henil Patel(1)
Ajay Narkhedkar(1)
Rajesh Gami(1)
Deepak Tewatia(1)
Rajeev Paliwal(1)
Coder Thiyagarajan(1)
Mariem Moalla(1)
Pankajkumar Patel(1)
Sandeep Mishra(1)
Ajay Kumar(1)
Shiv Sharma(1)
Vipul Malhotra(1)
Shafaet Hossain(1)
Ayush Gupta(1)
Vijay Kumari(1)
Sangeetha S(1)
Praveen Raveendran Pillai(1)
Uday Dodiya(1)
Jefferson S. Motta(1)
Shikha Tiwari(1)
Chetan Sanghani(1)
Jejji Arora(1)
Velladurai (1)
Ishika Tiwari(1)
Adam Stirtan(1)
Jaimin Shethiya(1)
Mithilesh Tata(1)
Ashutosh Singh(1)
Ankit Rai(1)
Anandu G Nath(1)
Rathrola Prem Kumar(1)
Naveen Kumar(1)
Ng Cheehou(1)
Sachin Mishra(1)
Jay Krishna Reddy (1)
Adrian Strugała(1)
Ashok Kumawat(1)
Arun Potti(1)
Satya Karki(1)
Ganesan C(1)
Isha Handuja(1)
Saravanan Ponnusamy(1)
Jayeshkumar Sahani(1)
Anish Ansari(1)
Resources
No resource found
Why the U.S. Delayed Its Major AI Executive Order
May 22, 2026.
US AI Executive Order delayed! Uncover the reasons behind the hold-up: tech advancements, industry pushback, security, & economic impact. A regulatory tightrope walk.
AlpineGate AI Technology’s AgentFactory: A Beautiful Enterprise Agent Platform Built for Governance, Delivery, and Trust
May 02, 2026.
AgentFactory: Build a governed enterprise agent platform for AI. Create, deploy, and manage AI agents with trust, control, and practical deliverables.
Understanding How to Check if an Array Represents a Max Heap
Apr 30, 2026.
Learn how to check if a given array represents a valid Max Heap. This guide explains the heap property, array representation, and provides an efficient O(n) Java solution with examples. Perfect for beginners and coding interview preparation.
Introduction to JSON Serialization in ASP.NET Core Web API
Apr 27, 2026.
In ASP.NET Core Web API, JSON serialization is the process of converting C# objects into JSON strings (for responses) and back again (for request bodies). By default, ASP.NET Core handles this automatically, but understanding how to configure it is essential for building professional APIs.
SQL Fundamentals: Understanding SELECT, WHERE, ORDER BY and Limiting Results
Feb 24, 2026.
Master SQL basics! Learn SELECT, WHERE, and ORDER BY to retrieve, filter, and sort data. Optimize queries by limiting results for faster, scalable applications.
Understanding AVERAGE and AVERAGEX in Power BI – Key Differences with Practical Examples
Feb 20, 2026.
Master AVERAGE vs. AVERAGEX in Power BI! Learn key differences, syntax, and practical examples for calculating averages efficiently. Optimize DAX for accurate insights.
Build an Agentic AI System in .NET 8 Using OpenAI and C#
Feb 13, 2026.
Build an autonomous AI agent in .NET 8! This tutorial covers creating a self-healing order reconciliation system using Semantic Kernel, Web API, and SQL Server.
Using C# 14 with gRPC Instead of REST: Build a Customer Microservice (with Benchmarks)
Jan 13, 2026.
Discover why gRPC outperforms REST with Protobuf contracts, streaming, and JSON vs Protobuf BenchmarkDotNet benchmarks.
Anti-Patterns to Avoid When Using Memory Pools in ASP.NET Core
Jan 12, 2026.
Discover the top 10 memory pooling anti-patterns in ASP.NET Core from an MVP perspective. Learn how to avoid runaway memory usage, GC pressure, and false memory leaks while leveraging .NET 10’s automatic pool trimming.
What Is a Crypto Exchange and How Does It Work?
Jan 04, 2026.
Learn what a crypto exchange is, how it works behind the scenes, and how users buy, sell, and trade cryptocurrencies. Covers order books, wallets, custody, security, and real exchange workflows in clear, practical language.
What If My Recovery Phrase Words Are in the Wrong Order?
Dec 30, 2025.
Misplaced recovery phrase words? Learn why word order is crucial for crypto wallet access. Discover safe recovery options and essential security precautions to protect your assets.
Understanding Middleware Ordering and Pipeline Execution in ASP.NET Core
Dec 18, 2025.
Understand how middleware ordering and pipeline execution work in ASP.NET Core with simple explanations, real-world examples, and clear code snippets for enterprise applications.
Building Dynamic Reordering Functionality in Power Apps Using Up/Down Arrow Icons
Dec 01, 2025.
Effortlessly reorder items in your Power Apps Gallery with up/down arrow icons! This tutorial provides a simple, intuitive solution for dynamic record arrangement, improving user experience and control. Perfect for navigation menus, task prioritization, and more.
6 Types of Filters in ASP.NET Core – Complete Guide (With Examples & Use Cases)
Nov 23, 2025.
This article provides a complete and detailed explanation of the 6 types of Filters in ASP.NET Core, including Authorization, Resource, Action, Endpoint, Exception, and Result Filters. Each filter type is described in a clear and practical way with syntax examples, real project scenarios, and line-by-line breakdowns to help learners understand how filters work in the MVC and Web API pipeline. This guide is ideal for developers, students, and professionals preparing for .NET interviews or working on enterprise-level ASP.NET Core applications.
Building a Custom Serialization Framework (Compress, Encrypt, Version Data) | Angular + ASP.NET Core
Nov 19, 2025.
Build a custom serialization framework in Angular & ASP.NET Core for compression, encryption, and versioning. Secure data, optimize performance, and ensure compatibility.
The Serialization Spectrum: An Architect's Deep Dive into JSON, Typed Formats, and Data Contracts for High-Performance .NET Systems
Nov 19, 2025.
Unlock peak .NET performance! Deep dive into JSON, typed formats (protobuf, MessagePack), and data contracts. Optimize serialization for robust, scalable systems.
Correct Order for CORS, Authentication, and Authorization in ASP.NET Core
Nov 06, 2025.
Learn why the sequence of configuring CORS, authentication, and authorization matters in your ASP.NET Core projects. This guide breaks down the middleware order in simple terms, explains the reasoning behind the order, and offers a real-world example to keep your apps secure and bug-free.
Sort a list of integers in ascending/descending order
Oct 29, 2025.
Learn how to sort a list of integers in ascending or descending order using C# in this real-time example. Includes code and algorithm explanation.
AI Agents in Practice: A Hands-On Use Case with Prompts and Code
Oct 19, 2025.
Build practical AI agents with this hands-on guide! Learn to create an Order Return & Refund agent using prompts, tool interfaces, and Python code. This example emphasizes safety, transparency, and verifiable actions with receipts. Discover how to adapt this pattern to your own workflows, ensuring reliable and auditable AI interactions. Implement robust AI solutions with clear contracts and explicit evidence.
RESTful API Mastery: ASP.NET Core Best Practices, Versioning & Serialization Complete Guide - Part-10 of 40
Oct 16, 2025.
Master RESTful API development in ASP.NET Core with this comprehensive guide. Learn best practices for versioning, serialization, authentication, and building scalable services. Explore real-world examples, microservices communication, and advanced techniques for security, performance, and maintainability. From basic principles to enterprise patterns, this guide provides production-ready solutions for building robust APIs.
How to Render a Live Order Book Depth Chart for a Trading Platform Using Python
Oct 09, 2025.
Unlock real-time market insights by building a live, animated order book depth chart in Python. This guide simulates cryptocurrency order book data, visualizing bid/ask liquidity with Matplotlib. Learn to spot hidden orders, anticipate slippage, and gain a competitive edge in high-frequency trading.
Case Study: Secure Legal Assistant — An Enterprise AI System That Refuses to Break Confidentiality, Even When Ordered To
Sep 25, 2025.
Protect your AI applications from prompt injection attacks! This guide provides a technical deep dive, code examples (Python, FastAPI), and defense strategies to build a secure AI chat API. Learn to detect, block, and log malicious prompts, ensuring confidentiality and compliance in enterprise AI systems. Includes a legal assistant use case.
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.
How does multiple inheritance work, and what is MRO (Method Resolution Order)?
Aug 21, 2025.
Multiple inheritance is an important concept in Python that allows a class to inherit from more than one parent class. But this can lead to confusion when the same method is defined in multiple parent classes. Python solves this using MRO (Method Resolution Order), which decides the order in which methods are searched. In this article, we will break down how multiple inheritance works, what MRO is, and why it is important.
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.
SQL Server Index Fragmentation: What It Is and How to Fix
Aug 20, 2025.
Index fragmentation slows SQL Server queries by disrupting data order. This article explains its causes, types, and impact, while offering practical steps to detect, fix, and prevent fragmentation for optimal database performance.
How to save position of the sortable (draggable) widgets
Aug 14, 2025.
Learn how to implement draggable, sortable dashboard widgets in .NET MVC using jQuery UI. Save and load widget order from SQL Server with C#, stored procedures, and a user-defined table type for a personalized UI.
What are Decorators in Python?
Aug 11, 2025.
This article explains Python decorators in detail, what they are, how they work, and where to use them, with simple explanations and clear examples. Perfect for beginners and intermediate Python developers.
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.
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.
Automate Teams Alerts When a Purchase Order Is Released in Business Central
Jun 09, 2025.
Automatically send Microsoft Teams alerts when a Purchase Order is released in Business Central using Power Automate. Streamline approvals, improve communication, and boost workflow efficiency.
Order of Execution in LINQ Queries
Apr 22, 2025.
This article explains the difference between deferred and immediate execution, outlines the execution order, and shares best practices to write efficient and optimized LINQ queries for real-world applications.
.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
How to Use the Sort Function in Power Apps with Dynamic Column Values from a SharePoint List
Mar 22, 2025.
This article covers features, advantages, disadvantages, and step-by-step instructions to enhance your data management and user experience.
Understanding Decorators in Python
Mar 12, 2025.
Decorators in Python are powerful tools that modify the behavior of functions or classes without changing their code. They enable code reusability, logging, authentication, and more.
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.
Working with gRPC API in .NET 8
Jan 21, 2025.
We create a simple gRPC service using .NET C# to perform CRUD operations on a book management system. Learn how to define a .proto file, implement server-side logic, and test with tools like Postman for efficient communication.
Sorting Array in Ascending and Descending order in Java
Jan 09, 2025.
Learn to sort arrays in Java using built-in methods like `Arrays.sort()` for ascending order and `Arrays.sort()` with `Collections.reverseOrder()` for descending order, complete with examples and explanations.
File Read Write Operation in Python
Dec 19, 2024.
This article covers Python file handling, including reading, writing, appending, and binary operations. It explains functions like `read`, `readline`, and `readlines`, with code examples for practical applications.
How To Reverse Each Word Of Given String
Dec 09, 2024.
This article demonstrates how to reverse each word in a string using C#. It provides a simple approach to solving this common interview question, with code examples and explanations.
How to Reverse Order of the Given String
Dec 08, 2024.
Discover simple methods using popular programming languages like JavaScript, Python, or Java. Understand string manipulation concepts and implement effective solutions for reversing text with code examples and explanations.
Understanding .NET Binary Serialization
Nov 19, 2024.
.NET Binary Serialization simplifies the process of converting objects into binary formats for efficient storage or data transfer. This guide explores serialization techniques, the BinaryFormatter class, custom serialization, and best practices.
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.
Learn Higher Order Functions in JavaScript
Sep 18, 2024.
A higher-order function in JavaScript is a function that takes another function as an argument, returns a function, or both. This allows for reusability, code abstraction, and functional programming. Common examples include map(), filter(), and reduce(), which simplify complex tasks.
Property 'X' Does Not Configure the Code Serialization for its Property Content
Sep 11, 2024.
The .NET 9 RC-1, released on September 9, 2024, introduced a WinForms component error (WFO1000), where properties fail to serialize code. To fix this, add using System.ComponentModel and apply [DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)] on properties, or suppress the warning.
Illustration of Bubble Sorting in one Dimensional Array
Aug 30, 2024.
Bubble Sort is a simple sorting algorithm that arranges elements in an array by repeatedly comparing and swapping adjacent items. It iterates through the array multiple times, moving the largest (or smallest) elements to their correct position in each pass. Ideal for educational use and small datasets.
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.
Advanced Dependency Injection in .NET Core
Aug 27, 2024.
This guide explores advanced Dependency Injection (DI) in .NET Core through an e-commerce application example. It covers custom service lifetimes, scopes, and managing complex dependency graphs, demonstrating how to build scalable, maintainable, and loosely coupled applications using DI techniques.
Understanding ROW_NUMBER() in SQL Window Functions
Aug 02, 2024.
ROW_NUMBER() is a window function in SQL that assigns a unique number to each row within a partition of a result set. It’s useful for ranking, removing duplicates, pagination, and selecting the top N per group. Use PARTITION BY to group rows and ORDER BY to sort them within each partition.
Understanding the SQL Query Execution Order
Jul 22, 2024.
SQL (Structured Query Language) is essential for interacting with relational databases, and mastering its intricacies can significantly enhance your data querying skills. One of the fundamental aspects to understand is the order of execution of SQL query clauses.
Lambda Functions and High Order Functions in Android kotlin
Jul 09, 2024.
The provided Kotlin examples demonstrate basic and high-order functions. In lambda. kt, a lambda function adds two integers. In HighOrder.kt, a high-order function accepts another function as a parameter to add two doubles. These examples highlight Kotlin's functional programming capabilities.
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.
Annotations used with Spring Boot Applications
Jun 28, 2024.
Spring Boot simplifies Java application development with powerful annotations like @SpringBootApplication, @RestController, and @Service. These annotations automate configuration, enable RESTful services, manage dependencies, and support robust transaction and error handling.
Synchronizing Threads with AutoResetEvent in C# .NET
Jun 23, 2024.
In multithreaded C# applications, synchronizing thread execution is crucial to avoid race conditions and ensure controlled access to shared resources. The AutoResetEvent class helps manage this by acting like a gate, blocking threads until signaled.
Convert an Embedded Resource into an XML File in WPF C#
Jun 06, 2024.
When working with embedded resources in a WPF application, it is important to follow specific steps to guarantee that your resources are properly included in the assembly and can be accessed during runtime.
Understanding Decorators in Python
Jun 04, 2024.
In this article, we explore Python decorators, which allow you to modify the behavior of functions without altering their source code. By using decorators, you can add functionality, log information, cache results, and more.
Introducing HybridCache The Future of .NET Caching
Jun 04, 2024.
HybridCache bridges gaps in .NET's IDistributedCache and IMemoryCache, introducing advanced capabilities like stampede protection and configurable serialization. It simplifies caching with a unified API for both in-process and out-of-process caching, reducing complexity and enhancing performance.
What is Methods Order When Component Re-rendered in Reactjs
May 16, 2024.
This React class component illustrates the lifecycle methods called during re-rendering. From updating the state to rendering JSX and handling DOM changes, each method plays a crucial role in component evolution.
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.
Column Values Reverse Order in SQL
May 08, 2024.
Learn how to reverse the order of column values in SQL using the ORDER BY clause with the DESC keyword. This tutorial covers sorting data in descending order, manipulating column values, and enhancing database management skills.
Reversing Parameter Order with Named Arguments in C#
Apr 24, 2024.
In C#, methods often take parameters that are passed in a specific order defined by their method signature. However, there are cases where you might want to reverse the order of parameters when calling a method. One approach to achieve this is by using named arguments.
MySQL Queries Cheat Sheet
Apr 18, 2024.
In this article, we will learn about MySQL querying essentials, covering basic SQL commands, data manipulation functions, constraints, and frequently asked questions, providing valuable insights for both novice and experienced developers.
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.
Information Computation Mastery: Serialization
Apr 01, 2024.
To use computers to automate information processing we have to deal with bitstreams as the information representation. We need bitstreams to be handled using files to preserve the data. The transition process from the objects to the stream is called the serialization.
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
A simplified approach to serializing and deserializing objects in C# 10
Mar 04, 2024.
This comprehensive guide teaches how to streamline data interchange processes efficiently using C# 10 Records. Authored by Ziggy Rafiq.
What is Serialization and Deserialization in C#?
Mar 04, 2024.
Serialization and deserialization are processes used to convert objects into a format that can be easily stored, transmitted, or persisted, and then reconstructed back into objects when needed.
What are Higher-Order Components in React.js
Feb 22, 2024.
Higher-order components (HOCs) in React.js enable reusable logic by creating functions that enhance components. Understand their role, advantages, and usage with a detailed explanation and practical example.
Camelcase Serialization in .Net 9
Feb 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
What is a Wrapper Component in React?
Feb 09, 2024.
Wrapper components in React.js refer to components that encapsulate other components or elements within them. They are commonly used for various purposes such as styling, behavior modification, context management, implementing Higher-Order Components (HOCs).
What is Components in React
Feb 05, 2024.
Explore React.js components, the core building blocks of React applications. Learn about six types of components: Functional, Class, Pure, High Order, Controlled and Uncontrolled.
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.
External Data - Attributes - Profiling Data Access
Jan 06, 2024.
The external data is recognized as the data we must pull or push from outside of a boundary of the process hosting the computer program. A very important kind of external data is streaming data. Usually, this data kind is managed using file and stream concepts. To save/read working data using streams, we need serialization/deserialization operations between streaming and object-oriented data.
External Data - File and Stream Concepts
Jan 03, 2024.
The external data is recognized as the data we must pull or push from outside of a boundary of the process hosting the computer program. A very important kind of external data is streaming data. Usually, this data form is managed using file and stream concepts. It is the first part of a series of articles titled Programming in Practice.
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.
Smart Sorting: Finding the Middle Number of Two Ordered Lists
Dec 11, 2023.
Efficient C# code uses a binary search approach to find the median of two sorted arrays. The algorithm intelligently partitions arrays, ensuring logarithmic runtime complexity (O(log(min(m, n)))).
Pagination in SQL Server
Oct 09, 2023.
Pagination is the process of dividing large data into smaller data sets in discrete pages. It is widely used in web applications.
Why Ignoring Your Order Numbers Could Be A Costly Oversight
Oct 03, 2023.
This article is about how Order No can reveal the vital information of a company, and how programmer can help to protect it
Types of Functions in JavaScript
Aug 17, 2023.
Explore various JavaScript functions in this article: Named, Anonymous, Arrow, IIFE (Immediately Invoked Function Expression), Higher-Order, and Constructor Functions. Simplified explanations and examples for each type are provided.
ASP.NET Core Web API for Abusive Comments Detection
Aug 12, 2023.
Implementing abusive comments detection in an ASP.NET Core Web API involves utilizing Natural Language Processing (NLP) techniques and external APIs, such as the Perspective API from Google. This implementation aims to protect online platforms from harmful or offensive content. Here's a summary of the steps involved:
How To Use Order By in MySQL
Jun 23, 2023.
Order by is a useful feature in MySQL that allows you to sort query results based on one or more columns in ascending or descending order. In this article, we will discuss how to use order by in MySQL with step-by-step examples.
Order of SQL Execution
Apr 16, 2023.
In this article we are going to learn about the Order of the SQL execution
XML Serialization in practice: Preparing The Central Bank Service
Feb 17, 2023.
Learn XML serialization in practice. In the second part of our article, we will get acquainted with XML serialization and look at the use of the Central Bank's XML service in real practice.
Essentials Of Serialization - Binary Serialization
Feb 15, 2023.
This article will help you to understand serialization and deserialization and use Binary serialization in practice
Java Records Met Serialization
Jan 08, 2023.
There is a new syntax in the java language to declare a record class. A Record class tightly couples its API to its internal representation. The declaration of a record class is significantly more concise than that of a normal class. 
Serialization (2) - JSON Serialization
Dec 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.
Serialization (1): in General
Mar 08, 2022.
This article discusses Serialization in general.
How To Work With Avro Data Type In .NET Environment
Mar 02, 2022.
The article shows an automated way of reading Avro data in .NET applications. It includes reading the Avro schema, generating C# models, and deserializing the data. The article contains also practical examples of usage: JSON and Avro benchmarks and Azure Blob Storage client.
Pickle In Python
Feb 07, 2022.
The article explains Serialization / Deserialization process of object in Python
Pandas - Investigating Pipe Function
Dec 31, 2021.
The article explains the pipe function in Pandas, the ‘pipe’ function is a very useful function through which we can chain multiple processing operations into one.
Order Of Constructors Calling With Inheritance In C#
Dec 29, 2021.
In this article, you will learn about Order of constructors calling with inheritance in c#.
How To Change The Tools Order In Dynamics 365 CE XrmToolBox
Dec 06, 2021.
In this article, you will learn how to change the Tools order in Dynamics 365 CE XrmToolBox.
How To Post Data In ASP.NET Core Using Ajax
Nov 18, 2021.
This article describes how to post data in the ASP.NET Core MVC application using the Ajax Post method.
Higher-Order Components In React
Aug 17, 2021.
In this article, you will learn about Higher-Order components and how to implement it in React applications.
SQL - Order By Clause
Jun 15, 2021.
In this article, you will learn about SQL "Order By" Clause.
Higher Order Components In Reactjs
Mar 24, 2021.
In this article, you will learn about Higher Order Components in Reactjs.
Updating Display Order In Database With Drag And Drop
Jan 21, 2021.
In this article i have explained how to manage display order with drag and drop server side.
Create An Ordering System Using Laravel, RabbitMQ, And Twilio
Dec 28, 2020.
By the end of this article, you will be able to create a web application using PHP which will be able to store the message in the queue and will be able to send messages to the users on their phone.