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 (13)
Vijay Kumari (11)
Mark Pelf (9)
Aakash Chhillar (8)
Ziggy Rafiq (5)
Abiola David (4)
Dashrath Hapani (4)
Sarthak Varshney (4)
Ayush Gupta (3)
Viknaraj Manogararajah (3)
Babita (3)
Amirthathasan Jothikumar (2)
Raveena Attri (2)
Mohomed Shihan (2)
CSharp TV (2)
Sardar Mudassar Ali Khan (2)
Jayraj Chhaya (1)
Saksham Gupta (1)
Arumilli Yamini (1)
Nitin (1)
Mohamed Shifan (1)
Primal Lobo (1)
Tuhin Paul (1)
JT Ripton (1)
Mohamed Azarudeen Z (1)
Tural Suleymani (1)
Ishika Tiwari (1)
Vinodh Kumar (1)
Hitanshi Mehta (1)
Jaimin Shethiya (1)
Sreenath Kappoor (1)
Jignesh Kumar (1)
Mervyn Manilall (1)
Amit Mohanty (1)
Magnus Mårtensson (1)
Anoop Kumar Sharma (1)
Harsh Sharma (1)
Ck Nitin (1)
Lalit Bansal (1)
Related resources for v
No resource found
Copying All Elements of One Array to Another Array in Java with Code
1/21/2025 9:47:34 AM.
Learn how to copy arrays in Java using user input, iterative methods, and `System.arraycopy()`. This article demonstrates seamless duplication of entire arrays and subsets with practical examples.
Java Program to Rotate a Square Matrix by 90 Degrees
1/21/2025 8:30:23 AM.
Rotating a matrix by 90 degrees is a common problem in programming, often asked in coding interviews and competitions. The task involves changing the arrangement of elements in a square matrix such th
Introduction to Azure DevOps
1/21/2025 8:22:04 AM.
Azure DevOps is a SaaS platform from Microsoft offering tools for managing DevOps workflows. It integrates with popular tools, supporting CI/CD, version control, testing, and collaboration, available
Learn Quantifier Operations in LINQ
1/21/2025 6:26:36 AM.
Quantifier operations in LINQ simplify logical evaluations of collections using methods like `Any`, `All`, and `Contains`. They enhance readability, reduce boilerplate, and support efficient data vali
Deploy Azure Storage Account Using Bicep Template
1/21/2025 6:06:38 AM.
Explore the benefits of Infrastructure as Code (IaC) with Bicep, a simpler way to manage Azure resources. Understand key configurations, deployment steps, and best practices for efficient cloud automa
Working with gRPC API in .NET 8
1/21/2025 5:23:12 AM.
We create a simple gRPC service using .NET C# to perform CRUD operations on a book management system. Learn how to define a .proto file, implement server-side logic, and test with tools like Postman
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
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
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
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,
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
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
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 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
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.
.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
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
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
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
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
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
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 (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.
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.
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.
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.
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.
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.
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.
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
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 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
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
=== 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
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
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.
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
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.
Getting started with OpenCV
1/6/2025 5:56:33 AM.
Explore OpenCV, an open-source library for image processing and computer vision tasks. Learn installation, image reading, transformation, and display techniques with hands-on Python examples, includin
Understand the Concept of Shallow Copy and Deep Copy in C#
1/6/2025 4:50:04 AM.
Learn the difference between shallow and deep copying in C#. Explore their behavior, implementation, and use cases with practical code examples, helping you make informed decisions for object duplicat
What is Factory Method Design Pattern?
1/6/2025 4:13:55 AM.
Learn how to build an AI-powered birthday party planner using Copilot Studio and Microsoft OpenAI. Streamline theme selection, product management, and logistics with intelligent automation for efficie
Navigating Challenges: The Impact of Unmet Sprint Goals on Agile Projects
1/5/2025 12:44:39 AM.
The impact of not meeting a sprint goal can vary based on the project's nature, stakeholders' expectations, and the Agile team's ability to adapt. Here's a detailed look at the potenti
Checking Leap Year in Java with Code
1/3/2025 9:49:38 AM.
This article explains how to determine leap years in Java using conditional statements, ternary operators, functions, and Java's built-in `Year` class, with code examples and clear explanations fo
Blockchain Applications with Advanced Cybersecurity Strategies
1/3/2025 9:28:34 AM.
Blockchain security faces evolving cyber threats like phishing, smart contract vulnerabilities, and 51% attacks. Advanced strategies, including encryption, multi-signature wallets, and real-time monit
3 Easy Ways to Find the Missing Number in an Array in Java
1/3/2025 6:27:51 AM.
The article "3 Easy Ways to Find the Missing Number in an Array in Java" explains how to efficiently find the missing number in an array of numbers ranging from 1 to n. It presents three str
Advanced 4-Level CTEs using Fabric T-SQL Notebook
1/2/2025 12:47:52 PM.
In this episode, I demonstrated how to author 4-level advanced CTEs query using the new Microsoft Fabric T-SQL Notebook.