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 c #
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
George (21)
Subarta Ray (9)
Ganesan C (5)
Vijayaragavan S (4)
Amit Mohanty (4)
Onkar Sharma (4)
Abiola David (3)
Sangeetha S (3)
Kirtesh Shah (2)
Babita (2)
Raveena Attri (2)
Gowtham K (2)
Jaimin Shethiya (2)
CSharp TV (2)
Varun Setia (2)
Prarthana Bhat (2)
Lalit Bansal (2)
Manoj Kalla (2)
Deepak Tewatia (2)
Nitin (1)
Hitanshi Mehta (1)
Kaveendra Dhilhan (1)
Tural Suleymani (1)
Sarthak Varshney (1)
Naveen Kumar (1)
Mayooran Navamany (1)
Geo J Thachankary (1)
Shantha Kumar T (1)
Mohamed Shifan (1)
Jochen Bartlau (1)
Shweta Lodha (1)
Pradeep Sahoo (1)
Vijay Kumari (1)
Praveen Raveendran Pillai (1)
Shiv Sharma (1)
Aravind Govindaraj (1)
Jignesh Kumar (1)
Ziggy Rafiq (1)
Vignesh Kumar (1)
Aradhana Tripathi (1)
Jalpa Dhola (1)
Mahesh Chand (1)
John Godel (1)
Sreenath Kappoor (1)
Related resources for c #
No resource found
How To Remove Duplicate Characters From String In C#
12/18/2024 10:15:00 AM.
Learn how to remove duplicate characters from a string in C# with simple and effective methods. it will cover various approaches, including using loops, LINQ, and HashSet, to streamline string manipul
Google launches Android XR: Gemini Era Arrives for Headsets and Glasses
12/18/2024 10:13:45 AM.
Android XR. This new platform is designed to power the next generation of augmented reality (AR) and virtual reality (VR) devices, ushering in a new era of immersive experiences.
How to Install Nginx on EC2 AWS
12/18/2024 10:09:52 AM.
Deploy Nginx on an AWS EC2 instance to serve as a powerful web server, reverse proxy, load balancer, and HTTP cache. This guide provides a step-by-step process for setting up Nginx on EC2, including i
How to Create and Manage an S3 Bucket in AWS
12/18/2024 10:08:35 AM.
In this article, we will cover the step-by-step process of setting up a storage container for your files, including bucket configuration, uploading files, and testing.
Handling Azure AD B2C Claims in Blazor Application
12/18/2024 7:12:15 AM.
This article covers how to handle Azure AD B2C claims in a Blazor application. It explains how to integrate Azure Active Directory B2C for authentication, manage user claims, and configure claims-base
How ReactJS Is Different From Other Languages?
12/18/2024 7:11:12 AM.
React.js is a powerful library for building user interfaces, but it can be initially complex for beginners. This article explains key features such as asynchronous updates, the virtual DOM, and the di
Automated Cross-Tenants Data Sharing in Microsoft Fabric
12/18/2024 6:17:49 AM.
In this new data engineering video, I covered how to architect automated cross-tenants data sharing in Microsoft Fabric focusing on Lakehouse. You will learn how to enable the share and receive extern
Sensitivity Labels in Teams 365 Groups and SharePoint Sites
12/18/2024 5:24:37 AM.
Extending sensitivity labels to Microsoft Teams, Microsoft 365 groups and SharePoint sites enhances data protection and compliance across collaboration platforms. It ensures that sensitive information
I’m Preparing for FAANG : Getting Started with Essentials
12/18/2024 4:07:35 AM.
Data structures and algorithms are important, but it is not always easy to grasp their main ideas. This “I’m Preparing for FAANG“ series will help you not just learn data structures and algorithms but
How Far we are from AI (Artificial Intelligence)
12/17/2024 10:15:44 PM.
This article is to discuss the experience of AI
How to Upload Files to S3 Bucket Using S3 Browser
12/17/2024 10:45:03 AM.
Uploading files to an S3 bucket with S3 Browser is quick and easy. This simple guide walks you through each step starting from clicking the upload button, adjusting upload settings, tracking progress,
Implement the Mediator Pattern in a .NET Web API
12/17/2024 10:44:03 AM.
Learn how to implement the Mediator Pattern in a .NET Web API using the MediatR library. This design pattern reduces tight coupling between components by centralizing communication through a mediator.
How to Transfer Files or Folders from Local Machine to Remote in EC2
12/17/2024 9:32:02 AM.
This article explains how to transfer files or folders from your local computer to an Amazon EC2 instance using SSH and SCP. It covers the steps to connect to the EC2 instance, create a folder, and se
Understanding HTTP Status Codes: List of Errors & Their Meanings
12/17/2024 9:11:55 AM.
Comprehensive guide to HTTP error codes, covering their meanings, uses, and practical examples. Learn to troubleshoot 4xx errors effectively.
Unlocking Faster INSERT Operations in SQL Server with TABLOCK
12/17/2024 6:48:30 AM.
In this article learn how using the TABLOCK hint in SQL Server can significantly speed up INSERT operations by reducing logging overhead and enabling parallel insertions.
Understanding Access Modifiers in C#
12/17/2024 5:16:32 AM.
Access modifiers in C# control the visibility and access of class members such as fields, properties, methods, and classes. They enforce encapsulation by defining who can access what within a class, d
TypeScript command 'tsc' not running in Terminal and PowerShell
12/16/2024 11:20:07 PM.
This series of articles will discuss a specific feature for PowerShell programming.
Integrating SQS with Lambda using Event Source Mapping
12/16/2024 11:58:06 AM.
This setup allows Lambda functions to automatically trigger in response to messages in an SQS queue, providing a serverless, scalable solution for asynchronous processing and efficient message handli
Unit Testing in .NET Core with xUnit
12/16/2024 11:34:13 AM.
One of the main aspects of software testing that a developer can manage themselves is unit testing. It is employed to test your code's tiniest elements. Unit tests are used to verify that your cod
Google charts (Pie and Bar) with Example JavaScript
12/16/2024 11:32:44 AM.
This article includes step-by-step examples to help you visualize data effectively. Understand how to use the Google Visualization API to generate dynamic, responsive charts for your web applications.
The Cloud Show with Magnus Mårtensson ft. Karl Ots - Ep: 49
12/16/2024 11:12:29 AM.
The show is about cloud leadership and all the important questions relating to cloud projects.
Sum Function in PowerFx using Canvas App with Power Apps
12/16/2024 10:40:06 AM.
Learn how to use Power Fx's Sum function in Power Apps to build custom business applications quickly. This guide covers creating a simple Canvas app, using Text Box and Label controls, and integra
Implementing Background Tasks in Python
12/16/2024 10:08:39 AM.
This article covers key concepts like concurrency, task queues, and process management, helping you execute time-consuming tasks efficiently without blocking your main program flow.
Understanding Dictionary in C#
12/16/2024 9:36:06 AM.
In this article, we will learn about the potential of C#'s Dictionary collection type with this comprehensive guide. Learn essential operations, iterate through key-value pairs, and explore advan
Implementing Localization in ASP.NET Core Web API
12/16/2024 9:29:14 AM.
Learn How to implement localization in ASP.NET Core Web API enables developers to create multilingual applications by supporting various languages and cultures.
Implementing Versioning in ASP.NET Core WebAPI
12/16/2024 9:19:48 AM.
Implementing Versioning in ASP.NET Core WebAPI. This article provides a step-by-step guide to implementing versioning in ASP.NET Core WebAPI, enabling backward compatibility, managing API changes, and
Understanding JavaScript Inheritance
12/16/2024 9:15:48 AM.
Programming paradigms such as object-oriented programming (OOP) are supported by JavaScript, a strong and adaptable programming language. Inheritance is a fundamental aspect of OOP that permits a clas
SQL Server ACID Properties
12/16/2024 8:24:34 AM.
Understanding SQL Server ACID(Atomicity, Consistency, Isolation, Durability) Properties. This article explains ACID properties—Atomicity, Consistency, Isolation, and Durability—highlighting their impo
Implementing Responsible AI using Python
12/16/2024 7:10:56 AM.
This article covers Python libraries, frameworks, and techniques for building AI models that prioritize accountability, explainability, and compliance with AI governance standards.
Azure AD B2C as an Identity Provider for Blazor Applications
12/16/2024 7:04:28 AM.
From this article, you will learn how to integrate Azure AD B2C as an identity provider for a Blazor application. This article explains integrating Azure AD B2C with a Blazor server application, cover
Understanding Buzz Number in C#
12/16/2024 6:52:09 AM.
Learn how to identify Buzz Numbers in C# with examples. This article covers the algorithm, the program to check if a number is a Buzz Number, and how to print Buzz Numbers between 1 to 100.
Triggering Topics in two ways in Copilot Studio
12/16/2024 6:04:40 AM.
This article explores automated and manual methods for managing topics effectively, enhancing workflows, and leveraging AI-driven capabilities. Master topic configuration and streamline your content c
How to Manage Teams Channel Policies in Microsoft Teams
12/16/2024 5:30:23 AM.
Learn how to effectively manage Teams Channel Policies in Microsoft Teams to streamline collaboration and maintain control over your organization's communication channels.
A Threadsafe C# LRUCache Implementation
12/16/2024 5:27:17 AM.
The LRUCache<TKey, TValue> class in C# provides a custom implementation of a Least Recently Used (LRU) cache. It optimizes memory usage by retaining a fixed number of items and evicting the leas
Implement Basic, Custom and Multiple Health Checks in .NET Web API
12/16/2024 4:51:56 AM.
In this article, we are going to learn about Implement Basic, Custom and Multiple Health Checks in .NET Web API. This article explains Health Check implementation in .NET Web API, covering basics, cus
Explaining Duck Number in C#
12/16/2024 4:23:56 AM.
In this article, I will discuss the Duck Number in C# with various examples. It includes detailed explanations and practical C# implementations.
Debug Angular (1), In VS Code by Debugger for Chrome
12/16/2024 12:36:06 AM.
Describe how to debug in VS Code, and give some basic discussion
SQS Message Polling using C#
12/15/2024 5:49:24 AM.
This article explores integrating Amazon Simple Queue Service (SQS) with C# applications, covering essential concepts like long polling, receiving messages, and using the AWS SDK for .NET.
Clone Your Voice Using Open-Source LLM
12/15/2024 5:38:51 AM.
Learn how to clone your voice using open-source large language models (LLMs). This guide explores cutting-edge AI tools for voice synthesis, allowing you to create realistic voice replicas.
Git GUI Clients (3-1), GitHub Server
12/13/2024 5:45:19 PM.
This article will briefly describe GitHub Server basic functionalities. This article is part of a series on Git GUI Clients. Focusing on GitHub Server, it delves into its major functionalities, guidin
Git GUI Clients (1), Visual Studio
12/13/2024 5:44:49 PM.
This article will discuss Visual Studio as a client of Source Control Server. This series dives into various Git GUI clients, detailing features like repository management, interaction with local and
Git GUI Clients (3), GitHub Desktop
12/13/2024 5:42:51 PM.
This article discusses the GitHub Desktop as a client GUI. This series explores various Git GUI clients like Visual Studio, GitHub Desktop, and SmartGit, detailing features such as repo management, in
Git GUI Clients (2), VS Code
12/13/2024 5:42:21 PM.
This series explores various Git GUI clients like Visual Studio, VS Code, GitHub Desktop, TortoiseGit, and SmartGit, focusing on their features for repos management, interaction between local and remo
Git GUI Clients (4), TortoiseGit
12/13/2024 5:41:11 PM.
This article discusses the Git GUI Client for TortoiseGit. This series explores various Git GUI clients, including TortoiseGit and TortoiseSVN, discussing features, setup, and major functionalities.
Git GUI Clients (0) --- Overview
12/13/2024 5:39:33 PM.
This article will discuss the Git GUI Clients in General. In this article, Git GUI Clients, including Visual Studio, Visual Studio Code, GitHub Desktop, TortoiseGit, and SmartGit, offer diverse tools
Git GUI Clients (4-1), SVN and TortoiseSVN
12/13/2024 5:38:22 PM.
This article is to discuss Git GUI Client.
Min Function in PowerFx using Canvas App with Power Apps
12/13/2024 12:16:52 PM.
Reading this article, you can learn how to perform the Min function from Power Fx using Microsoft Power Apps. Also, you will be able to learn Text box, Label control in the Power Apps environment.
Character Occurrence in a String in C#
12/13/2024 10:39:55 AM.
In this article, I will discuss how to count the number of occurrences of a character in a string in C# with Examples. This article explores various ways to count character occurrences in a string usi
Enhancing Performance and Responsiveness Using Threading in C#
12/13/2024 10:24:18 AM.
Discover how to use threading in C# to make your applications faster and more responsive by running multiple tasks at the same time.
Understanding Responsive Applications
12/13/2024 8:47:19 AM.
Create seamless responsive applications compatible with all devices. Learn key tips, including viewport meta tags, CSS media queries, grid systems, accessibility, lazy loading, performance testing, an
Overview of Azure App Service Environment V3 - ASE V3
12/13/2024 7:31:17 AM.
In this article, we will learn about what is Azure App Service Environment V3, The basics of ASE V3, and how to create ASE V3 infrastructure using Terraforem
The Rise of Central Bank Digital Currencies (CBDCs): What It Means for Businesses
12/13/2024 7:01:21 AM.
Explore the transformative potential of Central Bank Digital Currencies (CBDCs) for businesses. Learn how CBDCs enhance digital payments with blockchain security, reduce costs, enable cross-border tra
Connection String in ASP.NET Core MVC .NET 8
12/13/2024 4:56:47 AM.
Learn how to manage and use connection strings in applications, explore AppSettings.json, environment variables, and static classes, and understand their implementation with sample code for seamless d
Dining Philosophers Algorithm in C# with Real World Implementation
12/13/2024 4:34:37 AM.
Explore the practical implementation of the Dining Philosophers algorithm in C# to understand resource allocation and synchronization in concurrent programming.
Take User Input in Java with BufferedReader
12/13/2024 4:04:37 AM.
Learn how to take user input in Java using BufferedReader and Console classes. This guide includes detailed explanations, code examples, error handling, and practical applications for seamless input h
Entity Framework (13), with .Net Core Code-First Summary
12/12/2024 2:39:27 PM.
This is a summary article to discuss .Net Core Entity Framework Code First Approach.
Entity Framework (12), with New .Net Core MVC Code-First
12/12/2024 2:33:35 PM.
This article discuss the new .Net Core MVC entity framework, code first module.
Entity Framework (11-1), with .Net Core Razor Pages Code-First (2)
12/12/2024 2:33:05 PM.
This is a discussion for Entity Framework Razor, the second part.
Entity Framework (11), with .Net Core Razor Pages Code-First
12/12/2024 2:32:20 PM.
This article is discussing Entity Framework with .Net Core Razor Pages Code-First.
Entity Framework (5), With .Net Core MVC, Database-First
12/12/2024 2:30:37 PM.
This article will describe Entity Framework with .Net Core MVC, Database-First approach,
Entity Framework (4), With .Net Core MVC, Code-First
12/12/2024 2:29:55 PM.
This article will be Entity Framework with .Net Core MVC, Code-First approach,
AES Encryption in C# Protecting Sensitive Information
12/12/2024 11:37:37 AM.
Discover how to effectively implement AES encryption in C# to secure sensitive data in real-world applications, enhancing data privacy and security.
Real-Time Algorithm Creation for Traffic Signal Handling in C#
12/12/2024 8:42:18 AM.
Explore the development of a real-time traffic signal handling algorithm in C#, designed to dynamically adjust signal timings based on current traffic conditions to improve flow and reduce congestion.
Introduction To Minimal API in ASP.NET Core
12/12/2024 8:34:43 AM.
Minimal APIs in ASP.NET Core are a streamlined approach to building web APIs designed to be lean and efficient. ASP.NET Core Minimal APIs simplify web API development with concise syntax, reduced boil
Understanding the AI_EXTRACT SQL Function in Databricks
12/12/2024 7:17:56 AM.
This article dives into the mechanics of AI_EXTRACT, its syntax, and various use cases with examples. AI_EXTRACT in Databricks extracts structured data, like names and dates, from unstructured text us
How to Send Automated Reminder Emails Using Power Automate
12/12/2024 5:21:35 AM.
In this detailed article, we will walk you through the process of setting up an automated reminder email flow using Power Automate. Whether you're managing a project, coordinating tasks, or simply
Optimizing Networks with Minimum Spanning Tree in C#
12/12/2024 4:44:57 AM.
To implement the Minimum Spanning Tree algorithm in C# to efficiently connect all nodes in a network, reducing costs and improving performance.
Entity Framework (3-1), with .Net Console Model-First
12/11/2024 9:29:27 PM.
This article is to discuss Entity Framework with .Net Console Model-First .
Entity Framework (3), with .Net MVC, Model-First
12/11/2024 9:29:01 PM.
This article will discuss Entity Framework with .Net MVC, Model-First approach
Entity Framework (2), With .Net MVC, Database-First
12/11/2024 9:28:27 PM.
This article will be Entity Framework with .Net MVC, Database-First approach,
Entity Framework (1), With .Net MVC, Code-First
12/11/2024 9:27:58 PM.
Setup Entity Framework with .Net MVC in Visual Studio 2019, with Code-First approach
Entity Framework (0), Overview
12/11/2024 9:26:56 PM.
In this article, you will learn about entity framework (0), Overview, concept, and approaches.
Modern Featured Entity Framework With SQLite DB Example
12/11/2024 10:31:03 AM.
Learn to build a .NET Core application using C# async/await and SQLite with Entity Framework. Implement CRUD operations, handle asynchronous tasks, and explore efficient database interaction using Vis
NATS Message Queue Authentication
12/11/2024 8:38:23 AM.
How to set Authentication and Authorisation in the NATS Message Queue. Explore NATS authentication techniques, including Username/Password, Tokens, NKEY, JWT, and custom methods. Understand security h
Getting Started with React: A Simple Guide
12/11/2024 7:17:20 AM.
Learn the Basics of React and How to Start Building Web Applications
React v19 Now Stable: What Developers Need to Know
12/11/2024 7:00:41 AM.
React v19 has officially reached stable release, bringing enhanced features and performance for developers building dynamic user interfaces. Dive into the new version to streamline your projects and l
New LINQ Methods in .NET 9: Index, CountBy, and AggregateBy
12/11/2024 5:06:01 AM.
In this article, I will showcase the new methods: Index, CountBy, and AggregateBy. These powerful additions in .NET 9 bring significant enhancements to LINQ, aimed at improving your coding experience
Max Fnction in PowerFx using Canvas App with Power Apps
12/11/2024 4:51:08 AM.
Reading this article, you can learn how to perform the Max function from Power Fx using Microsoft Power Apps. Also, you will be able to learn Text box, Label control in the Power Apps environment.
The Complete Guide to NUnit Testing in C# 13 and .NET 9
12/10/2024 3:23:37 PM.
This comprehensive guide explains NUnit testing in C# 13 with .NET 9 with detailed explanations, modern testing techniques, and practical code examples. Authored by Ziggy Rafiq.
Introduction to Dapr: Dapr in Action - Ep. 1
12/10/2024 11:35:59 AM.
In this video, you will understand what Dapr is and how it solves some of the most common challenges when building distributed applications.
Session in ASP.NET Core MVC .NET 8
12/10/2024 11:13:14 AM.
This article covers enabling sessions in .NET 8 ASP.NET Core MVC, storing/retrieving session values, managing session keys, and implementing session handling with step-by-step examples and code walkth
SQLite Database with .NET Example
12/10/2024 9:51:01 AM.
SQLite is a lightweight, file-based relational database ideal for small web, mobile, and .NET applications. This guide demonstrates SQLite integration, CRUD operations, and database handling using C#.
Using SignalR for Real-Time Communication in Blazor Applications
12/10/2024 9:10:45 AM.
SignalR enables real-time communication in Blazor applications, providing instant updates and efficient data transfer. This article explores its integration in Blazor Server and WebAssembly, including
Create Customer and Process Card Payments with Tokenization Angular
12/10/2024 9:05:45 AM.
Create a customer using tokenization and the payment process with a card in Angular. Explore integrating Stripe for credit card payments and design in Angular using Stripe.js and .NET backend. Detaile
Create Multi-page AI/BI Dashboard in Databricks
12/10/2024 8:50:41 AM.
In this video, I covered how to create multi-page AI/BI dashboard in databricks leveraging unity catalog data.
Automating Table Creation using SSIS
12/10/2024 8:44:47 AM.
In this article, we will see how to create a database table in SQL Server using the SSIS package. Learn how to create a database table in SQL Server using an SSIS package. Follow step-by-step instruct
Target Content to a Specific Audience on SharePoint Site
12/10/2024 6:59:50 AM.
Target Audience is a SharePoint feature that enables personalized content visibility for specific user groups. This is particularly useful for large organizations managing diverse teams, as it allows
Real-Time Notifications in Amazon Aurora PostgreSQL
12/10/2024 6:46:05 AM.
In this article, we are going to learn about Implement real-time notifications (Transactional Outbox Pattern) in Amazon Aurora PostgreSQL
How Tron Script Enhances Security And Automation In The Digital Currency World
12/10/2024 5:13:28 AM.
The Tron Script empowers automation and security in digital currency through Tron Wallet and API integration. It ensures scalability, rapid transactions, and robust cybersecurity, fostering innovation
Learn Tree Shaking in JavaScript
12/9/2024 11:26:49 AM.
Tree Shaking in JavaScript optimizes bundling by eliminating unused code, ensuring cleaner, efficient production code. Tools like Webpack utilize ES6 modules and minifiers to streamline application pe
Why Meme Coins are so Popular?
12/9/2024 9:36:53 AM.
Meme coins like Dogecoin and Shiba Inu thrive due to internet culture, community engagement, celebrity influence, and accessibility. Their humor, relatability, and speculative appeal make them fun yet
How To Reverse Each Word Of Given String
12/9/2024 8:45:57 AM.
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.
Generating Permutations Efficiently in C# with Heap's Algorithm
12/9/2024 8:18:29 AM.
In this article to implement Heap's algorithm in C# to generate all possible permutations of a sequence, we illustrated with a real-world scheduling problem example.
Efficient Task Scheduling with Round Robin Algorithm in C#
12/9/2024 8:06:28 AM.
Explore the implementation of the Round Robin scheduling algorithm in C#, designed to ensure fair CPU time allocation among processes, with a practical use case example.
Building a GPT-Based Language Model in C#
12/9/2024 7:59:59 AM.
In the world of AI, transformers have revolutionized the way we approach natural language processing (NLP) tasks. At the heart of these advancements is the GPT (Generative Pre-trained Transformer) arc
Implementing Dijkstra's Algorithm in C#
12/9/2024 7:44:04 AM.
Implement Dijkstra's algorithm in C# to efficiently find the shortest paths in a weighted graph, enhancing your ability to solve complex pathfinding problems in various applications.
Average Function in Canvas App using PowerFx with Power Apps
12/9/2024 6:29:35 AM.
Reading this article, you can learn how to perform the Average function from Power Fx using Microsoft Power Apps. Also, you will be able to learn Slider control, Label control in the Power Apps enviro
Explaining Palindrome Program in C#
12/9/2024 6:00:47 AM.
In this article, I will discuss the Palindrome Program in C# (Palindrome Number and Palindrome String) with Examples. It includes detailed explanations and practical C# implementations.
Learn =, == and === in Javascript
12/9/2024 5:53:56 AM.
In JavaScript, =, ==, and === are key operators used for assignment and comparison. = is used for assignment, == checks for equality with type coercion, and === checks for strict equality without type
Efficiently Managing Data with Binary Tree Implementation in C#
12/9/2024 5:32:36 AM.
This article tells you how to implement and leverage binary trees in C# to optimize data storage and retrieval, ensuring your applications run smoothly and efficiently.