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 v
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 (26)
Ganesan C (5)
Amit Mohanty (4)
Sangeetha S (4)
Vijayaragavan S (4)
CSharp TV (3)
Prarthana Bhat (3)
Vijay Kumari (3)
Kirtesh Shah (3)
Onkar Sharma (3)
Babita (2)
Raveena Attri (2)
Aradhana Tripathi (2)
Sarthak Varshney (2)
Nitin (2)
Jaimin Shethiya (2)
Gowtham K (2)
Subarta Ray (2)
Manoj Kalla (2)
Deepak Tewatia (2)
Chethan N (1)
Ck Nitin (1)
Lalit Bansal (1)
Oleg Litvinov (1)
Hitanshi Mehta (1)
Kaveendra Dhilhan (1)
Naveen Kumar (1)
Jochen Bartlau (1)
Shweta Lodha (1)
Pradeep Sahoo (1)
Praveen Raveendran Pillai (1)
Jignesh Kumar (1)
Ziggy Rafiq (1)
Jalpa Dhola (1)
Devesh Omar (1)
Sreenath Kappoor (1)
John Godel (1)
Aakash Chhillar (1)
Mahesh Chand (1)
Bhuvanesh Mohankumar (1)
Mervyn Manilall (1)
Vignesh Kumar (1)
Related resources for v
No resource found
Leveraging Schema Registry to Ensure Data Compatibility in Kafka
12/22/2024 5:25:49 AM.
Leveraging Schema Registry to Ensure Data Compatibility in Kafka. This article explores Schema Registry's role in Kafka, detailing schema management, compatibility, and serialization formats (Avro
AI (2) --- Google Search AI vs. Microsoft Copilot
12/21/2024 11:39:34 PM.
This article will compare a Google Search result with Copilot results.
Navigating Front-End Complexity: A Blueprint for Loosely Coupled Systems
12/21/2024 4:38:07 PM.
We will learn in this video how building your Front-End Architecture with intention will keep code bases manageable and easy to reason about, allowing for rapid development and easily responding to ch
The Cloud Show with Magnus Mårtensson ft. Nitin Pandit - Ep: 50
12/21/2024 4:29:26 PM.
The show is about cloud leadership and all the important questions relating to cloud projects.
What Developers Should Know about Observability
12/21/2024 4:27:18 PM.
In this video, we will explore modern observability and instrumentation approaches, focusing on the Pillars of Observability - “Metrics, Logs, Traces”
Next.js Vs ReactJs
12/20/2024 8:39:32 PM.
Next.js and React.js are both powerful tools for building web applications. React.js is a JavaScript library focused on UI components, while Next.js is a framework that enhances React with features li
Blockchain in FinTech: Transforming Payments and Lending Systems
12/20/2024 11:38:21 AM.
Blockchain technology is revolutionizing the FinTech sector, transforming payment systems and lending practices. By offering secure, decentralized solutions, blockchain enhances transparency, reduces
How to Launch Your First EC2 Instance
12/20/2024 9:12:14 AM.
Launching your first AWS EC2 instance introduces you to cloud computing. It involves choosing an AMI, selecting instance types, configuring security groups, and setting up key pairs. Use the AWS Free
Learn NLog Advanced Usage / Change NLog Configuration Per Request
12/20/2024 8:39:38 AM.
This article explores implementing dynamic logging in multi-tenant applications using NLog. It discusses configuring NLog to enable debug logging on a per-request basis without modifying existing conf
Protect Your Data in S3: Enable Versioning for Extra Security
12/20/2024 8:27:48 AM.
Learn how to enable versioning in Amazon S3 to enhance data protection. This guide walks you through the steps to activate versioning, recover deleted or overwritten files, and safeguard against accid
Debouncing and Throttling
12/20/2024 8:23:37 AM.
Debouncing and throttling are techniques used to optimize event handling in web development. They help control the frequency of function calls triggered by events like scrolling or typing. Debouncing
Printing "Hello, World!" in Java: Different Techniques and Examples
12/20/2024 7:04:43 AM.
This article explores various methods to print "Hello, World!" in Java, introducing beginners to Java's syntax and structure. Examples include basic output, methods, string variables, an
Implement FluentValidation in a .NET Web API
12/20/2024 5:24:56 AM.
Learn how to implement data validation in a .NET Web API using FluentValidation. Explore creating validation rules, handling nested objects, custom validations, and conditional logic. Customize error
Performance Optimization In .NET Core - Tips And Tricks To Improve Application Speed
12/20/2024 4:30:21 AM.
In this article, you will learn about Performance Optimization in .NET Core: Tips and tricks to improve application speed.
Create FTP Task in SQL Server Integration Services
12/19/2024 11:18:54 AM.
Learn how to create and configure an FTP Task in SQL Server Integration Services (SSIS). This task simplifies automated file transfers using the FTP protocol, making it essential for ETL processes.
Creating a Currency Converter Using Java with Code
12/19/2024 8:52:12 AM.
This article demonstrates creating a Java-based console currency converter that converts amounts between USD, EUR, and INR using predefined exchange rates. It includes user input, conversion logic, an
Docker Desktop 4.37: AI Catalog Access and Command-Line Control
12/19/2024 8:24:48 AM.
Docker Desktop 4.37 introduces AI Catalog access, command-line management, component upgrades, and bug fixes, streamlining modern development workflows.
File Read Write Operation in Python
12/19/2024 4:25:23 AM.
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
6 Ways to Build for Android XR with Unity 6
12/18/2024 10:16:18 AM.
Unity 6, the latest iteration of the popular game engine, offers powerful tools for developing immersive Android XR experiences. Here are six key ways to leverage Unity 6 for building compelling Andro
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 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
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
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.
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.
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 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
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.
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
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
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
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
Debug Angular (2), In Browser - DevTools
12/12/2024 3:50:23 PM.
This article will discuss Debug Angular in Browser - DevTools.
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 (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.
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
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-1), Overview Additions
12/11/2024 9:27:29 PM.
This article will add some additions for Entity Framework Overview.
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
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.
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
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
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
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.
Understanding Triggers in SQL Server
12/9/2024 7:29:47 AM.
SQL Server triggers are automated procedures executed on DML/DDL events. This guide explores trigger types, real-world examples, and implementations for logging, validation, and restriction in SQL Ser
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
AlpineGate AI Unveils AlbertAGPT Beta 3.0 Revolution in AI
12/9/2024 5:24:17 AM.
In a groundbreaking announcement, AlpineGate AI Technologies Inc. has introduced AlbertAGPT Beta 3.0, a new AI model specifically tailored to tackle domain-specific challenges from finance and healthc
Building Percentage Calculator with using JavaScript with Code
12/9/2024 4:22:51 AM.
The title "Building an Enhanced Percentage Calculator with HTML, CSS, and JavaScript" refers to the process of creating a fully functional and visually appealing percentage calculator using
What are Meme Coins?
12/9/2024 4:06:43 AM.
Meme coins or meme tokens are one of the biggest hypes today. Learn about what meme coins are all about. Meme coins, inspired by internet humor, thrive on community support but lack utility and face h
Pass Data Across Views In .NET MVC
12/8/2024 1:19:02 PM.
In this article, you will learn how to pass data across views in MVC.
View Variables In .NET Core MVC
12/8/2024 1:14:18 PM.
This article discuss View Variables In .NET Core MVC, such as ViewBag, ViewData, TempData, and Session.
View Variables In .NET MVC
12/8/2024 1:12:04 PM.
This article discuss the View Variables, such as ViewData, ViewBag, TempData and Session in MVC
Connecting Angular Frontend to MongoDB via Express Backend
12/8/2024 5:39:27 AM.
Learn to connect MongoDB, Express, and Angular for full-stack development. Build a REST API backend with Express and Mongoose, and create a dynamic Angular frontend for CRUD operations. Simplify data
How to Reverse Order of the Given String
12/8/2024 5:24:12 AM.
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 exa
Leveraging TypeScript Decorators for Modern Web Development
12/8/2024 5:08:15 AM.
Explore the role of TypeScript decorators in modern web development. Learn how decorators enhance code readability, simplify logic, and support powerful metadata features.
Payment and Invoice Processing Using Stripe in .NET
12/7/2024 3:58:00 AM.
Learn how to integrate Stripe with .NET for secure payment processing, including customer creation, payment methods, invoices, refunds, and more. A step-by-step guide for building robust and scalable
Transactional Outbox Pattern
12/7/2024 3:35:29 AM.
The Transactional Outbox Pattern ensures data consistency in distributed systems by storing events in an outbox table within the database. It simplifies reliable messaging, enabling seamless communica
Token Caching in .NET 8 with Microsoft Entra ID
12/7/2024 3:22:18 AM.
Learn how to optimize .NET 8 web apps with token caching using Microsoft Entra ID. Discover in-memory and distributed caching strategies to boost performance, reduce latency, and improve scalability i
How to Install Node.js on AWS EC2 and Check Services Status
12/7/2024 3:04:42 AM.
Learn how to install Node.js on an AWS EC2 instance with this step-by-step guide. We’ll walk you through setting up an EC2 instance, installing Node.js, and verifying the installation. Additionally, y
Unit Test (2) --- TSQLT
12/7/2024 2:51:50 AM.
This article will discuss TSQLT Unit Test.
Unit Test (4) --- Code Coverage
12/7/2024 2:51:12 AM.
This article is to discuss Code Coverage for unit testing.
Unit Test (4-1) --- Code Coverage Report
12/7/2024 2:50:12 AM.
This article will discuss the code coverage reporting