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 (13)
Vijay Kumari (10)
Mark Pelf (6)
Ziggy Rafiq (6)
Sarthak Varshney (5)
Babita (4)
Dashrath Hapani (4)
Magnus Mårtensson (3)
Aakash Chhillar (3)
Tuhin Paul (3)
Kirtesh Shah (3)
Raveena Attri (3)
CSharp TV (3)
Viknaraj Manogararajah (2)
JT Ripton (2)
Abiola David (2)
Rodrigo Diaz (2)
Sangeetha S (2)
Praveen Sreeram (2)
Sardar Mudassar Ali Khan (2)
Cristopher Coronado (1)
Ravinder Singh (1)
Amirthathasan Jothikumar (1)
Shweta Lodha (1)
Mohamed Azarudeen Z (1)
Tural Suleymani (1)
Lalit Bansal (1)
Ayush Gupta (1)
Rohit Gupta (1)
Ishika Tiwari (1)
Vinodh Kumar (1)
Hitanshi Mehta (1)
Jaimin Shethiya (1)
Sai Kumar Koona (1)
Sreenath Kappoor (1)
Jignesh Kumar (1)
Harsh Sharma (1)
Mervyn Manilall (1)
Amit Mohanty (1)
Navin Vanga (1)
Related resources for c #
No resource found
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
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
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
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,
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.
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
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.
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
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 (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
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 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
How to Create a Virtual Private Cloud (VPC) in AWS
1/10/2025 9:30:12 AM.
Learn how to create and configure a Virtual Private Cloud (VPC) with subnets in AWS. This guide covers VPC setup, subnet creation, route table management, internet gateway configuration, and testing y
Sorting Array in Ascending and Descending order in Java
1/10/2025 5:26:50 AM.
Learn to sort arrays in Java using built-in methods like `Arrays.sort()` for ascending order and `Arrays.sort()` with `Collections.reverseOrder()` for descending order, complete with examples and expl
Migrating Azure ExpressRoute Gateway
1/10/2025 4:46:46 AM.
Discover best practices, step-by-step instructions, and tips to ensure a smooth transition. Explore key considerations, minimize downtime, and optimize your Azure network for enhanced performance and
What is Docker and Its Components?
1/10/2025 3:56:55 AM.
Docker is an open-source platform that automates the deployment, scaling, and management of applications using containers.
How to Add Tags to an S3 Bucket in AWS
1/9/2025 11:56:44 AM.
This simple article walks you through the steps to log into AWS Console, choose an S3 bucket, add tags, and efficiently track and categorize your resources. Start using tags today to improve your clo
Implementing Azure Private Link for Microsoft Fabric
1/9/2025 11:29:30 AM.
Azure Private Link integrates with Microsoft Fabric to secure data by enabling private access within Azure’s network. It ensures compliance, prevents data leaks, supports services like Power BI, and b
A Complete Java Classes Tutorial
1/9/2025 10:07:50 AM.
Java class is a basic concept of object-oriented programming. Java is an object-oriented programming language, so Everything in java is associated with java classes. In this article, we will learn abo
Feeling Overworked? Meet Your Secret Santa
1/9/2025 9:46:32 AM.
Feeling overwhelmed by work? Discover the magic of a Secret Santa! This article explores how the simple tradition of giving and receiving surprise gifts can boost morale, reduce stress, and foster str
Printing Different Types of Star Patterns in Java with Code
1/9/2025 6:36:53 AM.
Star pattern programs in Java demonstrate the use of nested loops and control structures, creating shapes like squares, pyramids, diamonds, and hollow squares with illustrative code examples and outpu
Learn Access Modifiers in .NET Core
1/9/2025 5:50:15 AM.
Learn how these modifiers control access to classes, methods, and variables, enhancing encapsulation and security in C#. Perfect for developers looking to master access control in .NET Core.
Python Data Analysis Package Example
1/9/2025 5:44:10 AM.
Learn how to perform data analysis in Python using powerful packages like Pandas, NumPy, and Matplotlib. This example-driven guide demonstrates key steps, including data loading, cleaning, processing,
Configure Build Environments With Angular
1/9/2025 4:45:01 AM.
Configuring build environments in Angular involves managing settings for development, staging, and production. Use angular.json for file replacements, environment files for variables, and --configurat
Accordion Pattern
1/8/2025 6:55:43 PM.
This article will discuss Accordion Pattern.
Understanding JIT Tiers, Dynamic PGO, and AOT
1/8/2025 11:29:24 AM.
This article explains how JIT compilers optimize code with tiered compilation, profile-guided optimization (PGO), and Ahead-of-Time (AOT) compilation in .NET. It also demonstrates enabling AOT in a Vi
Calculate Simple Interest in Java with Code
1/8/2025 9:59:13 AM.
Learn how to calculate simple interest in Java using user input, exception handling, and validation. This article includes step-by-step explanations, example code, and techniques for handling invalid
How to Enable Cross-Region Replication in Amazon S3
1/8/2025 9:35:08 AM.
Learn how to enable Cross-Region Replication (CRR) in Amazon S3 to automatically replicate your data across AWS regions for better availability, disaster recovery, and compliance.
How to Create a Usergroup in AWS
1/8/2025 6:58:43 AM.
Creating a group in AWS simplifies user permission management by assigning shared access policies to multiple users. It streamlines access control, enhances security, and supports efficient user role
How to use Databricks AI Mask Function To Protect Sensitive Data
1/8/2025 6:10:51 AM.
In this video, I demo how to use the powerful Databricks AI_Mask Function to obfuscate sensitive data
Python Import Modules with Example
1/8/2025 4:27:37 AM.
Learn Python's import module concepts, including importing entire modules, specific functions, and aliasing. This article demonstrates creating, reading, and writing employee data to a JSON file w
Database Dictionary (3) --- Loop Databases and Servers by AI
1/7/2025 3:34:49 PM.
This article will discuss to loop databases and servers
filter(x => !!x) in typescript
1/7/2025 2:38:43 PM.
a feature of TypeScript.
=== vs == in javascript
1/7/2025 2:38:06 PM.
This article discusses javascript === and ==, from a angle of AI
Check Input Character is a Vowel or Consonant in Java With code
1/7/2025 11:23:25 AM.
Learn how to identify vowels and consonants in Java using if-else and switch statements. This article explains character validation and control flow and provides example programs for clarity and pract
Learn =, == and === in Javascript
1/7/2025 9:42:30 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
Azure SQL Database - Configure Job using Elastic Agents
1/7/2025 8:41:35 AM.
This article covers setting up Elastic Job agents, creating jobs, and automating tasks across multiple databases. Streamline database management, schedule tasks efficiently, and enhance performance wi
10 Key Resolutions to Master .NET Development in 2025
1/7/2025 7:18:35 AM.
Discover the top 10 resolutions to elevate your .NET development skills in 2025. From mastering .NET 8 features and C# updates to exploring ASP.NET Core, Blazor, and microservices, this guide helps yo
The Cloud Show with Magnus Mårtensson ft. Kuljot Bakshi - Ep: 51
1/7/2025 7:06:22 AM.
The show is about cloud leadership and all the important questions relating to cloud projects.
Bootstrapping a Tech Stack Architecting for Agility and Growth in Small Businesses
1/7/2025 7:01:04 AM.
In this video, you will learn about Bootstrapping.
What’s the Difference Between localhost and 127.0.0.1?
1/7/2025 6:08:53 AM.
Understand the difference between localhost and 127.0.0.1, their roles in networking, and when to use each for development, testing, or troubleshooting.
Why we need Abstract Factory Design Pattern ?
1/7/2025 6:05:14 AM.
Explore the Abstract Factory Design Pattern in Java, a creational pattern ideal for creating families of related objects. Learn its components, benefits, and implementation with real-world UI examples
Crafting Clean and Efficient Angular Apps with Pipes
1/7/2025 5:48:22 AM.
In Angular, one of the most powerful features for transforming and formatting data within templates is the use of "pipes". Pipes provide a declarative way to process data before it is displa
The Importance of Unit Testing in .NET Applications
1/7/2025 5:16:22 AM.
Unit testing is a crucial practice in .NET applications that helps ensure code reliability, maintainability, and efficiency. By using frameworks like NUnit, MSTest, and XUnit, developers can automate
The Cloud Show with Magnus Mårtensson ft. Nitin Pandit - Ep: 50
1/7/2025 4:14:49 AM.
The show is about cloud leadership and all the important questions relating to cloud projects.
Understanding Domain-driven Design
1/7/2025 4:14:21 AM.
In this video, you will Understand Domain-driven Design.
Optimize Relationships Migrations Performance in ASP.NET Core MVC
1/6/2025 10:00:24 AM.
This article covers Entity Framework Core, query optimization, caching strategies, lazy and eager loading, and best practices to enhance your MVC application's efficiency.
Understanding Connected Disconnected Scenarios in EF Core MVC
1/6/2025 9:41:53 AM.
This article explains the connected and disconnected scenarios in Entity Framework Core for ASP.NET Core MVC applications. It covers how EF Core handles data in these scenarios, including change track
Check Armstrong Numbers Between Two Integers in Java with Code
1/6/2025 9:16:22 AM.
Learn to identify Armstrong numbers in a given range using Java. This article explains logic, digit manipulation, and mathematical operations, with an example program to detect and display Armstrong n
SharePoint Data from Azure Function using Self Signed Certificate
1/6/2025 8:20:45 AM.
This article covers configuring Azure Functions, setting up certificate-based authentication, and connecting to SharePoint Online, enabling secure integration for seamless data access.
API Versioning In ASP.NET Core
1/6/2025 8:17:23 AM.
This article covers versioning strategies, best practices, and configuration methods, ensuring backward compatibility and smooth upgrades for your RESTful APIs. Perfect for developers of all levels.
Create Database-Scoped Users for Microsoft Entra Security Groups
1/6/2025 7:24:39 AM.
In modern cloud environments, managing access to databases at scale can be challenging. By integrating Azure SQL with Microsoft Entra (formerly Azure Active Directory) Security Groups, you can streaml