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 Explained
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Akkiraju Ivaturi (12)
Veena Sarda (3)
Nagaraj M (3)
Ajay Kumar (2)
Rikam Palkar (2)
Pushpendra Singh (2)
Thiago Vivas (2)
Michal Habalcik (2)
Jaganathan Bantheswaran (2)
Suresh Paldia (2)
Rama Dabburi (1)
Sanjay Kumar (1)
Vignesh Kumar (1)
Swesh S (1)
Mariusz Postol (1)
Kasam Shaikh (1)
Vikas Singh (1)
S.Ravi Kumar (1)
Abhishek Yadav (1)
Rahul Rai (1)
Allen Oneill (1)
Priyanshu Agnihotri (1)
Mageshwaran R (1)
Sriram Kumar Mannava (1)
Chris Love (1)
Yogendra Kumar (1)
Dennis Thomas (1)
Manikandan M (1)
Ivan Porta (1)
Mahesh Chand (1)
Shivangi Rajde (1)
Dipa Mehta (1)
Niloshima Srivastava (1)
Haridhass Mani (1)
Prashant Jadhav (1)
Sivaraman Dhamodaran (1)
Divyang Desai (1)
Amit Tyagi (1)
Padma Naban (1)
Jean Paul (1)
Related resources for Explained
No resource found
Webgrid and Gridview in ASP.NET Core and .NET Core Explained
11/21/2024 11:10:24 AM.
Learn dynamic paging and sorting in .NET Core using JavaScript and jQuery. Modify URLs with query strings for seamless server interaction, leveraging Bootstrap for responsive design and intuitive user
Temporary Tables vs Table Variables in SQL Server Explained
11/19/2024 10:49:20 AM.
This article explores their key distinctions, advantages, and ideal applications, helping users understand when to use each for better query performance and resource optimization.
RSA Encryption and Decryption in .NET Core and Framework Explained
8/30/2024 9:37:27 AM.
The RSA algorithm is an asymmetric cryptography method that uses a pair of keys: a public key for encryption and a private key for decryption. This example demonstrates how to use the BouncyCastle lib
Microsoft 365 Copilot - Architecture Explained
7/31/2024 6:00:45 AM.
Discover the intricacies of Microsoft 365 Copilot's architecture in this detailed exploration. Learn how AI integration and cloud computing enhance productivity and collaboration within Office app
CQRS Simplified - Explained and Implemented
7/30/2024 9:13:28 AM.
CQRS (Command Query Responsibility Segregation) in .NET Core separates read and write operations for better scalability and performance. By using distinct models for commands and queries, it simplifie
Programming in Practice - LINQ to SQL - Explained
7/29/2024 6:31:06 AM.
Discover the power of LINQ to SQL in this comprehensive guide. Learn how to seamlessly integrate LINQ queries with SQL databases using the .NET framework. From setting up your environment to executing
SQL Essentials: GROUP BY vs. PARTITION BY Explained
7/26/2024 4:08:59 AM.
Discover how GROUP BY aggregates data into summary rows, while PARTITION BY divides data into partitions for window functions. Master these techniques to enhance your SQL querying skills.
RAG Fine Tuning and RAFT Explained
6/4/2024 5:34:14 AM.
In the realm of large language models (LLMs), techniques like in-context learning (ICL), retrieval augmented generation (RAG), fine-tuning, and retrieval augmented fine-tuning (RAFT) are revolutionizi
.NET Core: Architecture, Features, and Advantages Explained
4/25/2024 8:44:34 AM.
In the realm of software development, staying ahead of the curve is crucial. With technology evolving at an exponential rate, developers are constantly seeking efficient, scalable, and versatile solut
Blazor Project Templates Explained
4/9/2024 9:25:47 AM.
Blazor, a web framework by Microsoft, empowers developers to build SPAs with C# and HTML. Hosted server-side via ASP.NET Core or client-side with web assembly, Blazor offers project templates in Visu
RabbitMQ Service Bus Explained
4/5/2024 5:33:42 AM.
RabbitMQ service bus facilitates communication between distributed systems via message queues. It employs AMQP, managing message delivery, routing, and scaling, ensuring fault tolerance and integratin
Load Balancers Explained for Developers and Architects
4/3/2024 8:59:54 AM.
Understand the types of load balancers and their use in application architecture. Load balancers are pivotal in modern application architectures, distributing incoming network traffic across multiple
Bicep Data Types Explained
2/25/2024 4:54:53 AM.
Bicep is a domain-specific language (DSL) that is used for deploying Azure resources - learn more about it in this series of articles!
Navigating the Web: WSGI and ASGI Explained
12/10/2023 6:11:24 AM.
ASGI and WSGI are essential frameworks in Python for web server communication. WSGI is the traditional choice, connecting servers with synchronous web apps, while ASGI takes it a step further by enabl
Sealed Class Explained In C#
9/22/2023 6:10:12 AM.
In this article, I will explain how to create and use a sealed class in C# with some examples. I have written this article focusing on students and beginners.
Delegates In C# Explained
9/20/2023 8:13:19 AM.
In this article, we look at delegates and how to multicast them.
Token based Authentication and Authorization Grants Explained
8/2/2023 5:37:02 AM.
In this article, let us learn about what is a token based authentication and the different authorization grants used in modern day applications
JavaScript Type Coercion Explained: How to Avoid Common Pitfalls
3/17/2023 10:21:59 AM.
Discover how JavaScript type coercion can lead to unexpected results and errors, and learn best practices for avoiding common pitfalls in your code. Explore examples and prevention tips in this compre
Difference Between Override and New Keyword Explained Step-by-Step
9/2/2022 9:38:28 AM.
This article explains a topic that is very commonly asked in interviews, and quite confusing. Let’s try to clarify it.
What Exactly Is DeFi. Decentralized Finance Explained
7/4/2022 7:01:47 AM.
In this article, you will learn what Exactly Is DeFi?
What Is Web3? The Decentralized Internet Of The Future Explained
4/28/2022 7:00:17 AM.
In this article, you will learn what is web3? the decentralized internet of the future explained.
An Introduction to Method Overriding - Virtual, Override And New Keywords in C# explained
3/10/2022 4:57:44 AM.
Use of inheritance and polymorphism has become an integral part of our life as a programmer. Inheritance provides a lot of benefits including code reusability, separation of concerns, cleaner code, ex
Core Components In React Native Explained With Example
3/3/2022 3:48:23 PM.
In this article, I have explained about core components of react native using visual studio code in mac and given the sample program to understand quickly.React native is an open-source framework fo
Vision Transformer Explained
9/22/2021 1:15:53 PM.
In this video, you will understand the vision transformer architecture and also see the sample code on how to use the ViT model from hugging face.
Changes In Azure DevOps Free Grants Explained
6/28/2021 6:12:46 AM.
In this article, you will learn about the changes in Azure DevOps Free Grants Explained.
Functional Programming in Simple Terms: Explained
3/25/2021 5:28:42 AM.
In this article we learn about Functional Programming in a very simple manner.
Functional Programming: Explained in Detail
2/5/2021 12:29:47 PM.
This article basically discusses aspects of programming in terms of functions and then discusses how C# supports functional programming.
Convolutions Explained in Python
12/29/2020 10:32:12 AM.
In this video, you will be able to understand convolution operation on an image. You will be seeing edge detection and blurring and how convolutions is used in deep learning.
Dependency Injection Techniques Explained - Using Unity Container
11/12/2020 6:42:10 AM.
In this article, we will discuss Unity Container from Microsoft.
Is And As Operators Explained With An UML
6/24/2020 9:23:53 AM.
In this article you will learn about is and as Operators Explained with an UML.
Bitcoin Explained In Simple Terms
6/5/2020 12:31:59 AM.
This article explains what bitcoin is all about and how and what you should know about it.
React Redux Concepts - Part Two
5/5/2020 12:15:56 AM.
This article demonstrates how we can set up a project which uses plain React and Redux for State Management. Also, it explains how we can configure any solution which uses Redux and how to pass the da
Observer Design Pattern explained with a Python sample
2/12/2020 3:51:36 AM.
This post shows how the Observer Design Pattern is used to notify all objects that are registered/attached/added to the same type of observer
Python Tokens Explained
2/12/2020 1:33:06 AM.
In my previous article, we covered how to declare variables in Python Editor Jupyter. Now, we will continue with more features and learn the concept of object-oriented programming in Python. In this a
Product Backlog Explained
2/5/2020 6:43:13 AM.
In this article, you will learn about product backlog.
Authguard Angular Implementation Explained
1/29/2020 6:25:31 PM.
In this article, you will learn about implementation of Authguard in Angular .
Observer Design Pattern Explained With Java Sample
11/21/2019 8:50:54 AM.
The Observer Design Pattern is a Behavioral Pattern used to notify all the objects that are registered/attached/added to the same type of observer.
Observer Design Pattern explained with a C# Sample
11/20/2019 10:33:56 PM.
This post shows how the Observer Design Pattern is used to notify all objects who are registered/attached/added to the same type of observer
WCF Service Binding Explained
8/29/2019 1:42:22 AM.
This article offers a brief explanation on the basic concepts of the Communication part in the Windows Communication Foundation - WCF.
Ternary Operator Explained With Example
8/9/2019 12:21:31 PM.
This video explains how one can use the Ternary Operator in Java language.
What Is Bitcoin - Simply Explained
5/14/2019 8:40:21 AM.
Bitcoin is the first cryptocurrency created in 2009 by an unknown person or a group of people, using the name, Satoshi Nakamoto. But do you know why bitcoin is so popular? In this article, we will lea
Brute Force Method Explained And Applied In C#
3/22/2019 10:24:21 AM.
In this article, I am going to explain about one of my favorite coding techniques, the brute force method.
Adapter Design Pattern Explained Simply
3/22/2019 9:11:32 AM.
This article will explain the adapter design pattern , its practical use case with its benefits and drawbacks.
Meet C# Recursion: Self-Calling Methods Explained
12/17/2018 11:39:07 PM.
This article rovides a brief introduction to recursion; its definition, pros, cons and a practical example.
MVC 5 - Action Results Explained
11/15/2018 12:17:10 AM.
This article is going to explain the usage of every each MVC 5 action result.
Internet of Things Explained
6/29/2017 12:59:08 AM.
This article explains Internet of Things. Smart devices, embedded and wearable computing will added to the data of the Internet. The Internet of Things (IoT) is the interconnection of uniquely identif
Delegate Example Explained With Mediator Pattern
1/25/2015 10:29:55 PM.
This article explains delegates and is explained with an example using the Mediator Pattern.
C# Meets JSON: Lightweight Data-Interchange Format Explained
12/25/2014 4:10:20 PM.
Learn more about JSON, a popular lightweight data-interchange format and its usage in the C# programming language.
Introduction to NodeJS, A SSJS: Part I - Components Explained
10/27/2014 2:13:52 AM.
This article provides an introduction to NodeJS, a SSJS.
Introduction to NodeJS, A SSJS: Part II - EventLoop Explained
10/27/2014 12:16:47 AM.
In this part II, we shall discuss the Event Loop architecture in NodeJS.
C# Extension Methods: Explained
2/3/2014 7:35:45 AM.
The intention of the article is to give an idea of what extension methods are and their benefits.
ToLookup Extension Method explained
10/13/2012 5:26:58 AM.
The ToLookup() method can be used to quickly create lookup items based on different conditions.
Dependency Injection Techniques Explained - Using Ninject
8/18/2012 3:25:44 PM.
In this article, we are going to discuss the new Container tool Ninject.
Dependency Injection Techniques Explained - Implementing StructureMap
8/18/2012 2:49:26 PM.
In this article we are going discuss how to implement DI with the containers available.
Dependency Injection Techniques Explained
8/18/2012 2:12:39 PM.
In this article you will learn the types of Dependency Injections and what does it mean by Inversion of Control.
S.O.L.I.D Design Principles Explained: Part 3
8/14/2012 2:09:17 PM.
In this article, we are going to discuss the third principle of SOLID design principles i.e. the Liskov Substitution Principle.
S.O.L.I.D Design Principles Explained: Part 4
8/14/2012 2:00:49 PM.
In this article, we discuss about the “I” in the “SOLID” i.e. Interface Segregation Principle.
S.O.L.I.D Design Principles Explained: Part 5
8/14/2012 1:59:21 PM.
In this article, we discuss the last acronym “D” in the “SOLID” i.e. the Dependency Inversion Principle.
S.O.L.I.D Design Principles Explained : Part 2
8/13/2012 3:13:28 PM.
Here we will discuss the second letter in the word SOLID i.e., O. O stands for OCP (Open Closed Principle).
S.O.L.I.D Design Principles Explained : Part 1
8/13/2012 2:45:19 PM.
This article will cover the acronyms for SOLID and a brief introduction to Cohesion and Coupling is provided to understand the SOLID principles.
Web Service WSDL Easily Explained
11/26/2010 7:18:27 PM.
In this article the Web Services Description Language (WSDL) is easily explained.
ASP.NET Session and web.config explained
11/12/2010 12:21:45 AM.
In this article I will explain about ASP.NET Session and web.config.