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 AR
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 (13)
Subarta Ray (13)
CSharp TV (7)
Kirtesh Shah (7)
Ganesan C (6)
Praveen Raveendran Pillai (4)
Sangeetha S (3)
Onkar Sharma (3)
Abiola David (2)
Amit Mohanty (2)
Vignesh Kumar (2)
Prarthana Bhat (2)
Mahesh Chand (2)
John Godel (2)
Santosh Karanam (2)
Ck Nitin (1)
Amit Kumar (1)
Oleg Litvinov (1)
Vijay Kumari (1)
Pradeep Yadav (1)
Nitin (1)
Babita (1)
Hitanshi Mehta (1)
Kaveendra Dhilhan (1)
Tural Suleymani (1)
Vijayaragavan S (1)
Jochen Bartlau (1)
Shweta Lodha (1)
Manoj Kalla (1)
Deepak Tewatia (1)
Ziggy Rafiq (1)
Jalpa Dhola (1)
Sreenath Kappoor (1)
Varun Setia (1)
Bhuvanesh Mohankumar (1)
Mervyn Manilall (1)
Rohit Tomar (1)
Satendra Singh Bhati (1)
Dashrath Hapani (1)
Aakash Chhillar (1)
Ng Cheehou (1)
Muhammad Imran Ansari (1)
Najath Risni (1)
Naveen Kumar (1)
Jaimin Shethiya (1)
Related resources for AR
No resource found
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
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”
Getting started with Power Pages - Microsoft Business Application Ep. 24
12/21/2024 4:20:06 PM.
In this session, we will be giving a walkthrough on Power Pages.
AI (1) --- How Far we are Away from AI
12/21/2024 2:51:22 PM.
This article is to discuss the experience of AI
How To Count Occurrence Of Each Character From The String In C#
12/21/2024 5:17:41 AM.
Learn how to count the occurrence of each character in a string using C#. This guide covers step-by-step instructions to efficiently analyze strings and determine the frequency of individual character
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
How to use AutoMapper in .NET Web API
12/20/2024 10:25:32 AM.
In this article, we are going to explore how to use AutoMapper in the .NET Web API Application with examples. How to use AutoMapper in .NET Web API
Understanding Image Analyzers and Their Role in Fine Art Printing
12/20/2024 9:01:38 AM.
An Image Analyzer evaluates digital images for resolution, sharpness, and imperfections, ensuring high-quality prints. In fine art printing, it ensures images meet professional standards by assessing
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
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
Introduction to Landing zone
12/20/2024 5:48:06 AM.
A Landing Zone in cloud architecture is a pre-provisioned environment for hosting workloads. It ensures scalability, modularity, and secure design by focusing on identity, networking, governance, secu
Harmony & Hooks - React inspired meditation
12/18/2024 4:42:51 PM.
This video offers a tranquil refuge from fast-paced world of technology, guiding attendees through meditative exercises specifically tailored for the developer's mind.
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
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
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
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
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 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
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 (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 (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.
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.
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.
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.
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
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.
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
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.
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.
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
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.
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.
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
Implement Hybrid Cache in .NET 9 + Redis Caching
12/9/2024 5:18:05 AM.
Hybrid cache simplifies .NET caching by unifying in-memory and distributed approaches. It supports extensible code, concurrency management, multi-source caching, Redis integration, serialization, and
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
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
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
Why You Should Participate in Hackathons
12/6/2024 9:24:53 AM.
Hackathons have become a cornerstone of innovation in the tech world. These dynamic events bring together like-minded individuals to collaborate, create, and solve real-world problems in a competitive
Design Pattern (5), Dependency Injection
12/5/2024 6:35:37 PM.
This article discusses Dependency Injection. This article series covers Design Patterns, starting with MVC. This specific article focuses on Dependency Injection (DI) in .NET, explaining the Dependenc
Getting Input From User in Java
12/5/2024 9:58:28 AM.
In this article, you will learn a way of getting input from users in Java. The Java Scanner class simplifies user input by parsing tokens with default whitespace delimiters. This article demonstrates
Palindrome Number in C#
12/5/2024 8:28:36 AM.
Learn to check if a number is a palindrome in C#. Understand what a palindrome number is and follow a step-by-step guide with code examples to implement it efficiently.
Palindrome String Program in C#
12/4/2024 10:58:47 AM.
Explore how to determine if a string is a palindrome in C#. Learn the concept and examples, and implement a simple solution to check palindrome strings for interview preparation.
Customized Authentication Filters in ASP.MVC Core 6
12/4/2024 9:34:59 AM.
Custom authentication filters in ASP.NET Core 6 allow you to implement personalized authentication logic. You can create custom attributes, middleware, or policy-based authorization to manage user acc
Create a Node.js API for Web 3.0: Simple Steps and Code Examples
12/4/2024 4:52:54 AM.
Explore step-by-step instructions, practical code examples, and integration tips for Web3.js to connect with blockchain networks. Build powerful APIs to interact with decentralized applications (dApps
Implementing Logging in C# 9.0
12/4/2024 4:22:37 AM.
This article explores the fundamentals of logging in C# 9.0, showcasing the importance of logging and how to implement it using different frameworks such as Microsoft.Extensions.Logging, NLog, and Ser
Crafting Resilient Integration Solutions
12/3/2024 11:10:55 AM.
This video will provide a technical deep dive into each pattern, discussing their implementation, benefits, and potential challenges.
How to Reverse Number in C#
12/3/2024 10:21:39 AM.
Learn two methods to reverse a number in C#: using arithmetic operations and `string.Reverse()`. This essential C# interview topic is explained with practical code examples and outputs.
How to Stay Organized with Microsoft Teams Calendar
12/3/2024 8:30:45 AM.
How to Stay Organized with Microsoft Teams Calendar is a guide that explores how to effectively manage your schedule using the built-in calendar feature in Microsoft Teams. The article explains how to
Scaffolding in C# 9.0: Building Fast & Efficient Code Structures
12/3/2024 8:19:58 AM.
Scaffolding in C# 9.0 streamlines application development by automating code generation for controllers, views, and models. It enhances productivity with simplified syntax, improved performance, and c
Cross Browser Compatible Applications
12/3/2024 6:47:43 AM.
Explore best practices, tools for browser compatibility testing, and techniques like responsive design, progressive enhancement, and code validation to enhance user experience and accessibility.
How to Reverse a String in C#?
12/3/2024 3:52:14 AM.
Explore four methods to reverse a string in C#: using string.Reverse(), Array.Reverse(), for loop, and foreach loop. Ideal for interview preparation with practical examples and outputs.
Understanding Domain-driven Design
12/2/2024 11:55:08 AM.
In this video, you will Understand Domain-driven Design.
Integration of Web 3.0 with Angular Framework
12/2/2024 5:28:32 AM.
Integrate Web 3.0 with Angular to build decentralized apps using blockchain technology. Leverage Web3.js for Ethereum interaction, smart contracts, and Angular’s dynamic features for transparent, secu
Python Functions and Variable Scope LEGB
11/29/2024 7:28:30 AM.
This article explores Python variable and function scopes, including the LEGB model: Local, Enclosing, Global, and Built-in. Learn practical examples and understand scope behavior for effective coding
When to Use Abstract Class vs Interface and Why?
11/29/2024 5:54:53 AM.
This article explains when to use abstract classes vs. interfaces in C# through two scenarios. The first scenario demonstrates how abstract classes help avoid code duplication, while the second shows
Optimizing Performance in Azure Cosmos DB: Best Practices
11/29/2024 5:20:56 AM.
Azure Cosmos DB optimization enhances performance, scalability, and cost-efficiency. Key practices include selecting the right partition key, customizing indexing, optimizing queries, tuning consisten
C# Foundation - Nullable Types
11/28/2024 11:22:29 AM.
This article covers the basics, syntax, and practical use cases of nullable types, enabling you to write safer, more reliable code by avoiding null reference errors effectively.
How to Configure Azure Cloud Backup Service to Windows 11
11/28/2024 9:39:46 AM.
This article guides you through configuring Azure Cloud Backup Service on Windows 11. It covers the entire process from creating a resource in the Azure portal to setting up backup with the MARS agent
C# Foundation - Implicitly Typed Variables
11/28/2024 6:08:47 AM.
Implicitly typed variables in C#, declared using the var keyword, let the compiler infer the data type from the initialization expression. This improves code readability and reduces verbosity, especia
Learning SEQUENCE in SQL Server
11/28/2024 6:02:51 AM.
A SEQUENCE in SQL Server is a user-defined object that generates a sequence of numeric values in a specified order. Unlike identity columns, SEQUENCE objects are independent of tables, offering flexib
Enhanced Exception Handling with IExceptionHandler in .NET Core 8
11/28/2024 5:49:02 AM.
Learn about IExceptionHandler in .NET 8, a robust interface for handling exceptions in ASP.NET Core. Streamline error handling with custom logic, modular design, standardized API responses, and enhanc
What is Params In C#?
11/28/2024 4:49:01 AM.
In C# programming, the "params" keyword plays a crucial role in enhancing flexibility and convenience when dealing with methods that accept a variable number of the same type of parameters.
High-Performance Apps Using C# Span<T>
11/27/2024 11:35:46 AM.
Often in application we come scenarios where we need to perform string manipulation operations. In such cases using string type take up huge memory as it is immutable. Instead Span can be used, which
Factory Design Pattern Using Delegates In C#
11/27/2024 9:52:19 AM.
Factory Pattern is a creational design pattern that provides a way to encapsulate object creation. Instead of directly instantiating objects, you delegate the creation process to a factory class.