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 R
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 (19)
Mark Pelf (15)
Aakash Chhillar (6)
Ziggy Rafiq (6)
Vijay Kumari (5)
Sarthak Varshney (4)
Dashrath Hapani (3)
Tuhin Paul (3)
Kirtesh Shah (3)
Raveena Attri (2)
Abiola David (2)
Mohamed Shifan (2)
Lalit Bansal (2)
Amirthathasan Jothikumar (2)
Mohomed Shihan (2)
Viknaraj Manogararajah (2)
Rohit Gupta (2)
JT Ripton (2)
Babita (2)
Rodrigo Diaz (2)
Arumilli Yamini (1)
Nitin (1)
Emanuel Martins (1)
Jalpa Dhola (1)
Primal Lobo (1)
Magnus Mårtensson (1)
Sangeetha S (1)
Cristopher Coronado (1)
Ravinder Singh (1)
Shweta Lodha (1)
Mohamed Azarudeen Z (1)
Tural Suleymani (1)
Ayush Gupta (1)
CSharp TV (1)
Related resources for R
No resource found
Custom Bootstrap 5 Breadcrumbs - Ver 3
1/20/2025 12:00:35 PM.
This article covers how to design responsive, styled breadcrumb navigation to enhance user experience on your website. Customize your breadcrumbs easily using HTML, CSS, and Bootstrap components for b
Learn about Delegates And Events
1/20/2025 11:59:20 AM.
Delegates and events are key concepts in C#. A delegate is a variable that holds a reference to a method, allowing flexible method calls. Events use the publisher-subscriber model, where a publisher t
Java Program to Generate Pascal's Triangle
1/20/2025 11:18:12 AM.
A Java Program to Generate Pascal's Triangle creates a pattern of numbers where each number is the sum of the two numbers directly above it. The program allows the user to input the number of rows
Exploring The Metaverse Index (MVI)
1/20/2025 10:56:37 AM.
The Metaverse Index (MVI) is a decentralized token pool offering exposure to virtual economies, including NFTs, gaming, finance, and more. MVI simplifies Metaverse investments, minimizing risk and cos
Sum of Fibonacci Series Up to a Number N in Java with Code
1/20/2025 10:50:54 AM.
This article explains how to calculate the sum of Fibonacci numbers up to a given number \( N \) in Java, with step-by-step logic, code examples, and practical implementation details.
How to Create Flow Logs in AWS VPC
1/20/2025 9:57:59 AM.
This article covers setting up flow logs, configuring traffic types, using IAM roles, viewing logs in CloudWatch, and analyzing traffic data for improved security and troubleshooting.
Fabric Data Factory: On-Prems Folder to Fabric SQL Database
1/20/2025 9:45:15 AM.
In this Data Engineering episode, I covered how to connect to files resident in on-prems folder and transform the data using Factory Data Factory dataflow gen2 and publish to the new SQL Database for
Java Program to Check Whether a Number is a Strong Number
1/20/2025 9:39:00 AM.
A Strong Number, also known as a Krishnamurthy number, is a number where the sum of the factorials of its digits equals the number itself. For instance, the number 145 is considered a Strong Number be
Create Threat Policies in Microsoft Defender for Office 365
1/20/2025 9:25:02 AM.
This article covers setting up anti-phishing, anti-spam, malware protection, and other security settings to protect your organization from cyber threats and ensure a safe email environment.
Custom Bootstrap 5 Breadcrumbs -Ver 2
1/20/2025 9:03:21 AM.
This custom Bootstrap 5 breadcrumb solution enhances the basic breadcrumb feature with options for different sizes, icons, and multi-line text. It includes hover effects, and customizable colors, and
DeFi Use Cases: Bridging Traditional Finance and Blockchain
1/20/2025 8:09:11 AM.
Decentralized finance (DeFi) is revolutionizing financial services by leveraging blockchain for transparency, automation, and cost efficiency. With smart contracts, DeFi enables secure transactions, f
Locate and Enable Missing Copilot Button in Microsoft 365 Apps
1/20/2025 6:18:05 AM.
This article walks you through the steps to troubleshoot and activate the Copilot feature, ensuring seamless access to helpful AI-powered tools in your Microsoft 365 applications for enhanced producti
ASP.NET 8 – Using Bootstrap 5 Themes
1/20/2025 5:46:33 AM.
This article covers selecting and installing themes, configuring settings in appsettings.json, passing theme data to views, and managing UI consistency across different themes for a professional web a
Download and Installing Veeam Backup & Replication
1/20/2025 5:08:09 AM.
Veeam Backup & Replication is a program that helps you save and recover data from computers, servers, and the cloud. It lets you set up automatic backups, store the data safely, and restore it if
How to Import Azure Wiki Contents into a JSON File
1/20/2025 4:12:54 AM.
In today’s digital age, organizations often depend on collaborative tools like Azure Wiki to streamline knowledge sharing among team members. In this article, we’ll see how to import Azure Wiki conten
Creating a MAUI .NET 9 Project [GamesCatalog] - Part 1
1/19/2025 6:40:20 AM.
Create a mobile app with a C# .NET backend using the IGDB API for a game catalog and reviews. Features include search screens, XAML layouts, CommunityToolkit integration, .NET 9, and a refined, user-f
How GitHub Copilot Assists with Debugging
1/19/2025 6:21:43 AM.
GitHub Copilot aids debugging by suggesting code fixes, explaining errors, and providing test templates. It speeds up debugging, teaches better coding practices, and improves efficiency, but still req
Error handling in Angular
1/19/2025 6:12:09 AM.
Error handling in Angular ensures smooth user experiences and easier debugging. Techniques include HTTP errors, global handlers, interceptors, RxJS operators, guards for routes, user-friendly messages
Entity Framework (5-1), With .Net Core MVC, Database-First --- Scaffold-DbContext
1/18/2025 7:33:03 PM.
This article is to discuss the reverse engineering command Scaffold-DbContext by AI.
Entity Framework (5), With .Net Core MVC, Database-First
1/18/2025 6:49:50 PM.
This article will describe Entity Framework with .Net Core MVC, Database-First approach,
Angular Features (1) --- Data Binding: Data Transfer inside Component
1/18/2025 6:24:32 PM.
This article will discuss Data Binding in Angular
Upgrade Web App from .Net 5.0 (3.1) to 8.0 --- by MS Upgrade Assistant
1/18/2025 6:03:08 PM.
This article will discuss the Upgrading from .Net 5.0, 7.0 or 3.1 to .Net 8.0, following MS Upgrade Assistant.
Upgrade Web App from .Net 5.0 (3.1) to 8.0 --- Manually
1/18/2025 6:01:48 PM.
This article will discuss the Upgrading from .Net 5.0, 7.0 or 3.1 to .Net 8.0, following MS instructions.
Assigning Sequential IDs to Records in Dataverse Using Power Automate
1/18/2025 7:22:06 AM.
Learn how to create a Power Automate flow to assign sequential IDs to records in Dataverse. This guide covers setting up triggers, extracting numeric values, incrementing IDs, and ensuring unique IDs
Configuring Route Table in AWS
1/18/2025 6:54:27 AM.
Learn how to configure AWS VPC route tables to manage network traffic between subnets and gateways. This guide covers adding routes, selecting gateways, and verifying configurations to connect AWS and
Integrate GPT Models with Azure OpenAI Service
1/18/2025 6:33:14 AM.
Learn to set up Azure OpenAI Service: create an account, request access, deploy resources, obtain API keys, explore models like GPT-4, integrate via APIs, test, monitor usage, and scale for powerful A
Print Fibonacci Series in Java Using Different Methods
1/17/2025 9:34:07 AM.
This article explores four methods to generate the Fibonacci series in Java: iteration, recursion, dynamic programming (memoization), and Java streams, offering optimized, modern, and functional appro
The Cloud Show with Magnus Mårtensson ft. Maria-Anastasia - Ep: 52
1/17/2025 8:21:24 AM.
The show is about cloud leadership and all the important questions relating to cloud projects.
Java Program to Calculate the Sum of Odd Numbers in a Given Range
1/17/2025 8:15:26 AM.
This topic explains how to write a Java program to calculate the sum of all odd numbers within a specified range. The program takes a user-defined start and end value, then loops through the range to
Dynamic Rules Engine for User Workflows in .NET Financial Apps
1/17/2025 8:12:28 AM.
Implement a dynamic .NET Rules Engine for financial workflows with user-specific rules. Customize logic based on roles, transactions, and account types. Enable fraud detection, compliance, and real-ti
Python Testing Framework with Example
1/17/2025 5:04:45 AM.
This article covers popular frameworks like pytest and unit test, explaining their features, setup, and usage. Gain insights into automating tests for better reliability and efficiency in your project
Web3 Made Easy: Beginner to Pro Guide
1/17/2025 5:01:21 AM.
In this article, I will cover the journey from a beginner to a pro in web3. It simplifies blockchain, decentralization, and digital ownership. Learn Web3 basics, Polygon, tokens, smart contracts, and
Image Moderation System with AWS Rekognition, Nest.js, and React
1/17/2025 4:42:36 AM.
Automatic picture analysis is used by image moderation systems to find and mark potentially offensive or dangerous content. This post will discuss how to use AWS Rekognition, Nest.js, and React to cre
.NET8/9 – Testing Different Build/Deployment Modes – Part 6
1/17/2025 4:31:46 AM.
Learn how to configure and validate build pipelines, optimize deployment processes, and ensure application stability. This sixth installment dives deep into practical strategies for DevOps success.
Debug Angular (1), In VS Code by Debugger for Chrome
1/16/2025 5:27:30 PM.
Describe how to debug in VS Code, and give some basic discussion
Java Program to Implement Matrix Transposition
1/16/2025 11:13:00 AM.
Java Program to Implement Matrix Transposition involves writing a Java program that performs matrix transposition, a mathematical operation where the rows and columns of a matrix are swapped. In simpl
How to use SharePoint List Input Tool in Alteryx
1/16/2025 10:44:59 AM.
Use Alteryx Designer to connect to SharePoint lists across versions (2007 to SPO). Configure the SharePoint Site URL, and credentials, and select the desired list and view. Filter data, limit records,
.NET8/9 – Testing different Build/Deployment modes – Part 5
1/16/2025 9:16:16 AM.
Explore various .NET8/9 build, publish, and deployment modes, including single-file apps, AOT precompilation, and framework-dependent/independent setups. Learn about tools like dotnet restore, global.
How to Use Copilot in Microsoft Word
1/16/2025 8:41:27 AM.
Microsoft's Copilot for Word, powered by generative AI, enhances document creation with features like drafting, rewriting, summarizing, and transforming text. It offers intuitive access via ribbon
Building a Scalable Real-Time Animal Image Classification System on Azure
1/16/2025 8:12:52 AM.
This article covers leveraging Azure's cloud infrastructure, including Azure Machine Learning, Cognitive Services, and Azure Kubernetes Service, for efficient and fast image processing.
How To Find All Possible Subsets of a String Using C#
1/16/2025 8:07:21 AM.
This article covers step-by-step implementation, explaining algorithms like recursion and iteration to generate subsets effectively. Perfect for beginners and developers, enhance your string manipula
Site to Site VPN Connection Between AWS and Azure
1/16/2025 6:38:23 AM.
Learn how to establish a secure Site-to-Site VPN connection between AWS and Azure to enable seamless communication across cloud environments.
How to Use Google Gemini with Semantic Kernel
1/16/2025 6:11:54 AM.
This article explains the integration between Google Gemini and Semantic Kernel. Combine Google Gemini's multimodal AI with Microsoft's Semantic Kernel for seamless integration in your .NET ap
Step by Step Guide to Deploying Containers in Cloud
1/16/2025 5:22:07 AM.
This article provides a step-by-step guide to mastering cloud containerization, helping you understand the process and its benefits while ensuring your applications run smoothly in the cloud.
.NET8/9 – Testing different Build/Deployment modes – Part4
1/16/2025 4:17:27 AM.
Explore various .NET8/9 build modes, including framework-dependent, self-contained, single-file deployments, AOT compilation, trimming options, and more, using Microsoft tools and dotPeek decompiler f
How Using Features-as-a-Service Makes App Development Faster and Easier
1/16/2025 3:48:59 AM.
While coding can be an art form, the point of most software development is getting something done. Coding is fundamentally about solving a problem, and that privileges code reuse, software libraries,
Introduction to Fabric Notebook and Data Visualization
1/15/2025 7:15:41 PM.
In this video, I covered introduction to Microsoft Fabric Notebook talking about the different features and functionalities. I also demo how to use the notebook to implemment data visualization
.NET8/9 – Testing Different Build/Deployment Modes – Part 3
1/15/2025 9:42:57 AM.
This article explores 15 different build modes in .NET 8/9, including framework-dependent, framework-independent, single-file bundling, trimming unused libraries, and Ahead-of-Time (AOT) precompiling.
Java Program to Check Whether a Number is a Perfect Square
1/15/2025 9:14:30 AM.
The topic "Java Program to Check Whether a Number is a Perfect Square" focuses on creating a Java program that checks if a given number is a perfect square. A number is considered a perfect
Can Huawei's HarmonyOS Challenge Microsoft and Apple? (November 2024)
1/15/2025 8:18:06 AM.
This article explores how HarmonyOS could challenge the dominance of Windows and iOS, examining its features, market potential, and impact on the global tech landscape as of November 2024.
.NET8/9 – Testing Different Build/Deployment Modes – Part 2
1/15/2025 4:50:51 AM.
This article explores testing various build and deployment modes in .NET 8 and .NET 9. It delves into advanced techniques, comparisons, and optimization strategies to ensure seamless application deplo
Let's Play with ServiceNow Table API Using Postman
1/15/2025 3:39:16 AM.
Learn how to create and test a POST Table API in ServiceNow using Postman. Step-by-step guide covers API setup, JSON payload, authentication, headers, and testing, ensuring secure and efficient data h
Global Exception Handling in ASP.NET Core Web API
1/15/2025 3:20:27 AM.
Learn how to implement Global Exception Handling in Asp.Net Core WebAPI using Custom Middleware. Handle errors efficiently with ExceptionMiddleware, register it in program.cs, and see how to manage ex
SQL Server – Query Performance – Database Maintenance can Help
1/15/2025 3:19:58 AM.
To improve query performance in an ASP.NET MVC application using SQL Server, periodic database maintenance steps like updating statistics and defragmenting indexes are essential. This includes manual
Farewell to an Era: Is CodeProject.com Really Shutting Down?
1/14/2025 10:43:07 AM.
This article explores whether the site is really shutting down, the impact on the developer community, and what alternatives exist for those looking for similar resources.
Checking Two Matrices Are Equal in Java or Not
1/14/2025 9:58:37 AM.
Learn how to compare two matrices in Java by implementing a `Matrix` class to handle creation, input, and comparison. This article covers object-oriented concepts, user input, and array manipulation.
How to Configure Security Groups in AWS VPC
1/14/2025 8:43:39 AM.
A Security Group in AWS is a virtual firewall controlling inbound/outbound traffic for resources like EC2 and RDS. It defines rules for IPs, ports, and protocols, ensuring secure access within your Vi
How to Set Up Lifecycle Rules for AWS S3 Bucket
1/14/2025 8:33:50 AM.
This article covers transitioning objects to cheaper storage, setting expiration actions to delete old files, and managing versioned objects, helping you save costs and keep your S3 bucket organized e
Java Program to Find the Average of Array Elements
1/14/2025 8:21:44 AM.
"Java Program to Find the Average of Array Elements" refers to a Java program that calculates the average of the numbers stored in an array. The program adds up all the elements of the array
Breaking Changes in .NET Build Tools 8.0.0 to 8.0.11
1/14/2025 6:42:50 AM.
This article explains the cause, including breaking changes in build tools, and provides solutions using updated build configurations and global.json settings.
Enterprise Text-to-Speech System: Architecture, HLD and UI
1/14/2025 6:21:32 AM.
Explores the architecture, high-level design (HLD), and user interface (UI) of an enterprise text-to-speech (TTS) system. It delves into the technical aspects of integrating speech synthesis into ente
.NET 8/9 – Testing Different Build/Deployment Modes – Part 1
1/14/2025 5:48:22 AM.
Learn how to test various configurations, optimize deployment pipelines, and enhance the build process for efficient development workflows. Part 1 covers essential setup and testing strategies for .NE
What We Didn't Know About C# 13
1/14/2025 4:21:39 AM.
Ziggy Rafiq shows us how to leverage C# 13's hidden gems, including advanced pattern matching and performance enhancements that allow for faster and more effective development.
Debug Angular (1-1), In VS Code by Debuggers for Chrome New
1/13/2025 9:18:06 PM.
This article is a supplement of the article of Debug Angular (1-1), In VS Code by Debuggers for Chrome
Best way of implementing Domain-driven design, Clean Architecture and CQRS
1/13/2025 11:58:28 AM.
Domain-Driven Design (DDD), Clean Architecture, CQRS, and software design principles emphasize building scalable, maintainable systems. Key concepts include aggregates, events, repositories, and facto
Google Chrome AI Upgrades Enhance Your Browsing Experience
1/13/2025 11:23:27 AM.
Discover 11 AI-powered Google Chrome features, including Google Lens, tab organizers, and enhanced security, designed to streamline searching, browsing, and productivity while personalizing and protec
How to Create an User in AWS
1/13/2025 10:39:20 AM.
Learn how to create an IAM user in AWS to manage resources securely. This article covers the steps to configure user details, set permissions, add tags, and ensure proper access control for an organiz
The Role of DeFi Solutions in the Future of Global Finance
1/13/2025 9:47:15 AM.
The Role of DeFi Solutions in the Future of Global Finance explores how Decentralized Finance (DeFi) is transforming traditional financial systems. By using blockchain technology, DeFi provides secure
Working with GraphQL API in .NET 8 Using HotChocolate
1/13/2025 7:06:02 AM.
This article covers setting up a GraphQL server, defining queries and mutations, integrating with .NET 8 applications, and optimizing your API development process. Explore HotChocolate’s features for
Local and Global Temporary Tables in SQL Server
1/13/2025 6:55:28 AM.
Discover the differences between local and global temporary tables in SQL Server. Learn how to create, use, and manage temporary tables effectively.
Workaround for macOS Malware Alert Blocking Docker Desktop
1/13/2025 6:39:22 AM.
Are you Facing a false malware alert blocking Docker Desktop on macOS? Learn how to fix it with a step-by-step workaround and get back to development.
Installing and Running Visual Studio Code on Docker
1/13/2025 6:07:30 AM.
Learn step-by-step how to install and run Visual Studio Code in Docker using Play with Docker. Includes setup commands, examples, and optimization tips.
Testing Speed of Modern External SSD Backup
1/13/2025 6:02:25 AM.
Discover how modern external SSDs perform in terms of speed and efficiency for data backups. This article explores key metrics like read/write speeds, real-world performance, and benchmarking tests.
Transaction in SQL Server
1/13/2025 5:32:43 AM.
This article covers the basics of SQL transactions, including BEGIN, COMMIT, and ROLLBACK commands, ACID properties, isolation levels, and error-handling techniques for effective database management.
Installing Additional SSD on LENOVO ThinkBook 16 G7 IML
1/13/2025 4:49:01 AM.
I installed a Samsung SSD 990 PRO 2TB in my Lenovo ThinkBook 16 G7 laptop with a 155H processor, 16 cores, 22 threads, 32GB RAM, and 1TB SSD. Steps included opening the back, adding the SSD, and verif
Mac Blocks Docker Desktop: False Malware Alert Disrupts Developers
1/12/2025 7:56:48 AM.
A false malware alert on macOS is blocking Docker Desktop, causing disruptions for developers. Learn what caused it and how to resolve the issue quickly.
Remove IIS Log Files (4) --- Deploy PowerShell Automation by Pipeline
1/11/2025 2:54:37 PM.
This article is to discuss the automation by PowerShell pipeline
Remove IIS Log Files (3) --- Deploy VBScript Automation by Pipeline
1/11/2025 2:51:18 PM.
This article is to discuss the deploying VBScript automation by pipeline
Remove IIS Log Files (2) --- Automation by Windows Task Scheduler
1/11/2025 2:50:51 PM.
This article is to discuss Automation by Windows Task Scheduler
Remove IIS Log Files (1) --- Manually
1/11/2025 2:49:28 PM.
This article will discuss a way to remove the IIS Log Files, including locate the log file directory.
Database Dictionary (2) --- Extended Properties
1/11/2025 2:47:23 PM.
This article will discuss Data Dictionary, Extended Property
Database Dictionary (1-2) --- Create a System Data Dictionary Database
1/11/2025 2:47:05 PM.
This article will create a System Data Dictionary Database
Database Dictionary (1-1) --- Server, Database, Schema, Table and Column
1/11/2025 2:46:44 PM.
This article is to discuss the major schemata in SQL server.
Database Dictionary (1) --- Schema
1/11/2025 2:46:24 PM.
This article will discuss the database schema.
Basic Authentication in Asp.NET Core Web API
1/11/2025 6:29:54 AM.
This article explains implementing Basic Authentication in ASP.NET Core WebAPI using .NET Core 8. It covers authentication concepts, step-by-step implementation, and demonstrates a practical example w
How to Dockerize Your Django App
1/11/2025 6:00:08 AM.
This beginner-friendly article teaches you how to Dockerize your Django app. With Docker, you can simplify development, ensure consistency, and optimize deployments.
AI Roadmap: How to Go from Beginner to Intermediate
1/10/2025 4:57:30 PM.
This article covers essential Python concepts, libraries (NumPy, Pandas, Scikit-learn, Matplotlib, SciPy), and machine learning frameworks (PyTorch, HuggingFace & Gradio), helping beginners progre
Vertical Slice Architecture with Code Examples in C# 12
1/10/2025 3:09:45 PM.
Get an overview of vertical slice architecture in C# 12 with Ziggy Rafiq. Build maintainable, scalable applications using feature-based organization with code examples, MediatR, and record types.
What is Angular
1/10/2025 1:50:45 PM.
This article is about Angular
NVM --- Node Version Manager
1/10/2025 1:50:23 PM.
This article is to discuss NVM --- Node Version Manager.
Angular New Devlopment Site
1/10/2025 1:48:49 PM.
This article is about the Angular new Development Site.
What is React
1/10/2025 1:32:09 PM.
This article is about React
iOS 18 Release: New Features and Enhancements
1/10/2025 12:10:21 PM.
Apple's iOS 18, launched on September 16, 2024, introduces groundbreaking features like app locking, eye control, satellite messaging, and enhanced AI, redefining personalization, security, and pr
What is the Bindings Building Block: Dapr in Action - Ep. 5
1/10/2025 11:51:29 AM.
In this episode, you will understand what the Bindings building block is, the difference between input and output bindings, some of its concrete component implementations, and how you can use it in yo
Architectural Design Patterns for Applications Leveraging LLMs
1/10/2025 11:48:00 AM.
This video will talk about bridging natural language queries into structured queries.
What the State Management Building Block: Dapr in Action - Ep. 4
1/10/2025 11:41:49 AM.
In this episode, you will understand what the State management building block is, what are some of its concrete component implementations and how you can use it in your own applications.
The Ultimate Guide to Writing NUnit Unit Tests in .NET 9
1/10/2025 10:54:39 AM.
Demonstrates how to write robust and reliable unit tests in .NET 9 using NUnit. This article teaches developers how to write effective unit tests in .NET 9 using NUnit, covering test setup, assertions
A Comprehensive Guide for Enterprise Developers on .NET 9
1/10/2025 10:21:59 AM.
Ziggy Rafiq explains how enterprise developers can leverage high-performance APIs, real-time dashboards, and advanced security features using practical examples and best practices.
Bringing Legacy .NET Framework Applications into the Modern Era
1/10/2025 10:21:36 AM.
With this guide, you'll learn how to migrate your legacy .NET Framework apps to .NET 9, without refactoring code. It also discusses namespace updates, error handling improvements, and unit testing
Advanced C# 13 and .NET 9 Features for Expert .NET Engineers
1/10/2025 10:20:34 AM.
With this guide, you will learn about enhanced pattern matching, static abstract members, Native AOT, and much more in C# 13 and .NET 9. Written by Ziggy Rafiq, this is the best resource for experienc