Want to become a Vibe Coder? Join Vibe Coding Training here
x
C# Corner
Tech
News
Videos
Forums
Jobs
Books
Events
More
Interviews
Live
Learn
Training
Career
Members
Blogs
Challenges
Certifications
Bounties
Contribute
Article
Blog
Video
Ebook
Interview Question
Collapse
Feed
Dashboard
Wallet
Learn
Achievements
Network
Refer
Rewards
SharpGPT
Premium
Contribute
Article
Blog
Video
Ebook
Interview Question
Register
Login
Tags
No tag found
Content Filter
Articles
Videos
Blogs
Resources
News
Forums
Interviews
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Aakash Chhillar(7)
Vijay Kumari(6)
Vithal Wadje(4)
Vulpes (4)
Onkar Sharma(4)
Kirtesh Shah(3)
Vijay Yadav(2)
Rikam Palkar(2)
Vijayaragavan S(2)
Anubhav Chaudhary(2)
Rahul Bansal(2)
Rohatash Kumar(2)
Abhimanyu K Vatsa(2)
Vishal Yelve(2)
Gowtham Rajamanickam(1)
Amirthathasan Jothikumar(1)
Prakashkumar Sahoo(1)
Shiv Gupta(1)
Ng Cheehou(1)
Uday Dodiya(1)
Alisha Singh(1)
Chris Love(1)
Deepak Tewatia(1)
Abhishek Yadav(1)
Asma Khalid(1)
Dhruvin Shah(1)
Ahsan Siddique(1)
Mohamed Elqassas (1)
leonid osmolovski(1)
Anand Narayanaswamy(1)
Rion Williams(1)
Sibeesh Venu(1)
Pranay Rana(1)
Joginder Banger(1)
Abhijeet Singh(1)
Mudita Rathore(1)
Ahmar Husain(1)
Satya Prakash(1)
theLizard (1)
Kirtan Patel(1)
Bechir Bejaoui(1)
Antonio Cangiano(1)
Robert Rybaric(1)
Saravanan Ponnusamy(1)
Waqas Sarwar(1)
Gagan Sikri(1)
Kannan Sudhakaran(1)
Sahil Sharma(1)
Abhishek Jaiswal (1)
Imran Ghani(1)
Marcus (1)
Mohammad Elsheimy(1)
Jignesh Kumar(1)
Sigar Dave(1)
Devesh Omar(1)
Raveena Attri(1)
Satish B(1)
Hadshana Kamalanathan(1)
Rajeev Kumar(1)
Ashutosh Singh(1)
Kanishk Kumar(1)
Sanwar Ranwa(1)
Allam Purushotham(1)
Rinki (1)
Satyaprakash Samantaray(1)
Dr Gomathi(1)
Alagunila Meganathan(1)
Rathrola Prem Kumar(1)
Keyur (1)
Chintan Malvaniya(1)
Resources
No resource found
🎲 How to Generate a Random Number or List of Random Numbers in Power Automate Desktop
Jun 10, 2025.
Learn how to generate single or multiple random numbers in Power Automate Desktop for testing, simulations, or dynamic inputs—perfect for RPA, Excel automation, chatbots, and Indian IT project scenarios.
Essential Port Numbers for DevOps Engineers
Feb 01, 2025.
DevOps engineers must understand essential port numbers for seamless system communication. This article categorizes ports for web services, databases, messaging, monitoring, security, CI/CD, and cloud tools, ensuring efficient configuration and troubleshooting.
Java Program to Calculate the Sum of Odd Numbers in a Given Range
Jan 17, 2025.
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 identify odd numbers (numbers not divisible by 2).
Check Armstrong Numbers Between Two Integers in Java with Code
Jan 06, 2025.
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 numbers efficiently.
How to Generate Random Numbers in Java with Code?
Dec 27, 2024.
Discover multiple techniques to generate random numbers in Java using `java.util.Random` and `Math.random()`, with detailed explanations, code examples, and practical use cases for simulations, gaming, and cryptography.
Displaying All Prime Numbers from 1 to N Using Java with Code
Dec 26, 2024.
Explore three methods to display prime numbers in Java: Simple Loop, Square Root Optimization, and Sieve of Eratosthenes, with detailed explanations, code examples, and efficiency comparisons for each approach.
AngularJS: Numbers Text Validation and cbTooltip in ASP.NET
Jul 04, 2024.
"In AngularJs applications, custom directives like allowOnlyNumber and allowOnlyText ensure input validation for numeric and text data, enhancing user interaction. Implementing cbTooltip with Bootstrap enriches UX by providing tooltips.
Identifying Missing Sequence Numbers in SQL
May 31, 2024.
In this article, we explore a method to identify missing sequence numbers in a database table using SQL. SQL code utilizes window functions and CTEs to efficiently find gaps in the sequence of region IDs by generating a complete range of potential IDs and comparing it against the existing values.
Print Output of First n Natural Numbers in UI Screen in Unity 3
Feb 28, 2024.
To print the output of the first 'n' natural numbers on the UI screen in Unity 3, you can create a simple script and attach it to a Text UI element.
Why Ignoring Your Order Numbers Could Be A Costly Oversight
Oct 03, 2023.
This article is about how Order No can reveal the vital information of a company, and how programmer can help to protect it
Converting Strings to Numbers in C#
Aug 04, 2023.
In this article we learn about how to convert string to numbers in c#
Palindrome Numbers in Python
May 05, 2023.
In this article, we'll talk about palindrome numbers in Python and how to code them. We'll also look at some intriguing mathematical characteristics of palindrome numbers and how they're used in computer science.
The Ultimate Guide to Converting Strings to Numbers in JavaScript
Mar 12, 2023.
Looking to convert strings to numbers in JavaScript? Our comprehensive guide covers various methods, including type coercion, parseInt, and more! Perfect for software developers.
How to enable line numbers in SQL Server Management Studio (SSMS)
Jan 11, 2023.
We will be discussing how to enable line numbers in SSMS, as well as other related tips and best practices. We will be going over the step-by-step instructions on how to enable line numbers in the query window and explaining the benefits of using line numbers in your SQL script development. Additionally, the article will also show an alternative way to achieve the same result in case if someone wants to use that.
Convert Numbers To Roman Characters In C#
Mar 22, 2022.
This is medium level problem to Convert Numbers To Roman Characters In C# on leetcode.
Convert Roman To Numbers In C#
Mar 21, 2022.
In this article, you will learn how to convert roman to numbers in C#.
How To Create Subsets Using Positive Numbers In R
Feb 09, 2021.
In this article, I am going to demonstrate how to create subsets of data using positive numbers for analysis of dataset.
Swapping Two Numbers Using UiPath Studio
May 19, 2020.
Reading this article, you can learn How to perform Swapping Two Numbers with WriteLine and Assign activity using UiPath Studio Pro Community.
Adding Two Numbers With Arguments Using Uipath Studio
May 18, 2020.
Reading this article, you can learn How to use Argument to perform Addition operation using UiPath Studio Pro Community.
ASP.NET - jQuery Datatables Plugin With Dynamic Numbers Of Columns
Aug 08, 2019.
This article is about dynamic number of columns loading using Jquery Datatables plugin with ASP.NET MVC5 platform
How To Format Phone Numbers In Power BI
May 11, 2018.
In this article, we will learn how we can apply formatting to a Phone Number column in Power BI.
Alphabets to Numbers Translator For Calling In Xamarin.Android
Nov 07, 2017.
In this article, we will learn how to build Call Translator App for Xamarin Android. This is a simple app for learning some basics for beginners and you can also create it in Android Studio but I like to make it in Visual Studio, therefore I developed it in Xamarin.
T-SQL - Display Decimal Numbers As Money
Oct 17, 2017.
In this article, we will show how to display decimal numbers as money with and without cents
NumericalBox - WPF TextBox's Subclass That Accepts Well-Formed Decimal Numbers Only
Apr 10, 2016.
In this article you will learn WPF TextBox's subclass that accepts well-formed decimal numbers only in NumericalBox.
C# FAQ 6 - How Do I Display Numbers In Different Formats
Jan 01, 2016.
This article examines the various ways by which you can display numbers in C#.
Validating Social Security Numbers Through Regular Expressions
Nov 09, 2015.
In this article you will learn how to validate Social Security numbers through Regular Expressions.
Show Or Hide Line Numbers In Documents In Visual Studio
Sep 10, 2015.
In this article we will see how can we show or hide line numbers in documents in visual studio.
Directive to Allow Decimal Numbers With a Single Decimal Point (.) Using AngularJS
Jul 12, 2015.
This article explains how to create a Directive to allow decimal numbers with only a single decimal point (.) using AngularJS.
Directive to Allow Only Numbers Using AngularJs
Jul 12, 2015.
This article explains how to create a directive to allow only numbers using AngularJs.
How to Generate Random Numbers Within a Specific Range
Mar 09, 2015.
This article explains how to generate random numbers within a specific range.
How to Generate Random Numbers in C# and ASP.NET
Mar 05, 2015.
Sometimes developers need to generate random numbers in a Web page or website. This article demonstrates how to create a simple Web page using ASP.NET and generates and displays a random number using the Random class available in C# and .NET.
Random Numbers in Multithreading
Feb 12, 2015.
In this article you will learn about random numbers in multithreading.
Sorting Numbers in SQL Server Without A Sorting Function
Nov 14, 2014.
How to sort numbers in SQL Server. It's not a difficult task but not an easy way. In the front end are many functions that for sorting values but SQL Server has no predefined function available.
A simple program to add two numbers in android
Mar 01, 2014.
This article shows how to add two numbers in Android.
Increment and Decrement of Numbers Using Event in Backbone.js
Jan 27, 2014.
In this article, we create a simple application using Backbone.js to increment and decrement numbers with event handling. By adding two buttons, users can click to increase or decrease a number.
Display Line Numbers in Visual Studio 2010 Editor
Jun 12, 2013.
In this article we have a look at how to enable line numbers in Visual Studio 2010 Source Editor Window.
Display Line Numbers in SQL Server Query Window
May 31, 2013.
In this article, we have a look at how to enable line numbers in the SQL Server Query Window.
Nested Collection Models in MVC to Add Multiple Phone Numbers - Part 1
Apr 18, 2013.
This article explains how to create an MVC application using the Nested Model concept, allowing users to add or remove multiple phone numbers for an employee. It covers database setup, model creation, prepopulating input fields, and dynamic form handling using Entity Framework and View templates.
Find LCM of Two Numbers Using C#
Mar 31, 2013.
In this article I will explain how to determine the Lowest Common Multiples of two numbers in a C# console application.
Convert Comma-Separated Numbers Into Comma-Separated Weekday Name in SQL
Mar 08, 2013.
Today I was given a task to convert comma-separated numbers into comma-separated weekday names in SQL.
Add Two Numbers Without Using Addition Operator in Windows Store App
Jan 31, 2013.
In this article I describe how to add two numbers without using the addition operator in a Windows Store app.
Generating Random Numbers Using ASP.NET C#
Oct 29, 2012.
In this article I have explained how to use the Random function of C# with an exmaple.
Converting Numbers To String Using ASP.NET
Oct 25, 2012.
In this article I will explain how to convert any number into a string within a sample application
Print Fibonacci Numbers Below 200 Using ASP.NET C# Console Application
Oct 19, 2012.
I will explain in this article how to print the Fibonacci numbers in an ASP.Net console application using C# with a basic Introduction.
Converting Cardinal Numbers to Ordinal using C#
Apr 09, 2012.
A problem which often arises in practice is how to convert a cardinal number to its ordinal equivalent.
Contact Numbers (An E-Diary) Application in ASP.NET using SQL Server and Access Databases
Oct 08, 2011.
This is a daily use application developed in ASP.NET to manage the contact numbers, birthday, email etc. This article will guide using step by step approach to create such applications. I am using SQL Server and Access Databases separately, any one may be used by the user of this application.
Converting Numbers To Words Using The Indian Numbering System
May 22, 2011.
In this article, I'd like to present a similar program using the Indian numbering system. This system differs from the US/UK systems in that it doesn't use 'millions' but instead uses 'lakhs' and 'crores' to represent multiples of 100 thousand and 10 million respectively.
Dealing With Ranges of Numbers in C#
Apr 20, 2011.
The .NET Framework does have the Enumerable.Range() method, which is used mainly in conjunction with LINQ queries.
How do you convert numbers to words
Mar 29, 2011.
There are many solutions to converting numbers to words, the best one is a matter of choice, the bigger the number, the more you have to deal with, or do you!
Converting Numbers to Words in C#
Mar 24, 2011.
This article shows how to convert a number to words.
Arithmetic Operations on Numbers Bigger than Permissible Limits
Apr 08, 2010.
In this article I will show you about using BigInteger Class of the framework 4.0.
How to add numbers to the Visual Studio 2008 text editor
Feb 17, 2009.
In this small video I'll demonstrate how to add a numbers to the text editor lines of the Visual Studio 2008 orcas
Evaluating Neper's Numbers in C#
Jul 22, 2002.
One of the most interesting number in mathematics is the Neper's number : e.
Complex Numbers Class
Mar 20, 2001.
This small example demonstrates using some of the interesting language elements of the C# language.
JavaScript Code For Validating U.S. Format Phone Numbers
Aug 21, 2017.
In this article, we shall learn how to do client side validation of US format phone numbers in three textbox fields. It means the application will be more responsive because the load on the server is reduced. JavaScript uses the client machine processing power.
SharePoint 2016 Build Numbers
Jul 15, 2017.
SharePoint Server 2016 released on March 14, 2016. So let's try to track all the version numbers, Build numbers, and Issue lists.
Jump Start With Python - Part 5 (Numbers)
Dec 29, 2015.
This article explains how to get started with programming in Python. This is part 5 of the series focusing on numeric data types in Python.
Writing Clean Code and Magic Numbers
Jul 27, 2015.
In this article you will learn how to write clean code and Magic Numbers.
The Fibonacci Numbers
Oct 03, 2014.
This article helps you to understand Fibonacci Numbers and also provides various ways to generate a Fibonacci series in C#.
Numbers in C#
Mar 30, 2014.
This article explains numbers in C#. Afterwards I’ll discuss two major numbers and compare those that are used in C#.
JavaScript - Validating Letters and Numbers
Mar 06, 2013.
So, in this web development article, I am trying to present some requirement to limit the scope of the article.
Java: Armstrong, Palindrome & Prime Numbers
Aug 03, 2011.
Learn Armstrong, palindrome, and prime numbers in Java.
Refactoring: Magic Numbers
Sep 14, 2009.
Learn how to improve your code using Magic Numbers refactoring.
Various Methods to Count Occurrences of Each Number in Array or List
Feb 17, 2025.
In this article, I'll show you different ways to count how often a number appears in C#. We'll look at methods like LINQ, Dictionary, GroupBy, and Parallel.ForEach, and see which ones work best for small and large datasets.
Building a Number Guessing Game in Java
Feb 10, 2025.
Learn how to create a number guessing game in Java. This beginner-friendly project covers random number generation, user input handling, loops, and conditionals, with enhancements like difficulty levels and input validation.
The Modern Number Input Control in Power Apps
Feb 10, 2025.
Master the Number Input Control in Power Apps for accurate data entry. Learn its benefits, including easy adjustments, validation, custom step values, and responsive design, to enhance user experience across devices.
Java Program for Counting the Number of Vowels in a String
Jan 28, 2025.
This article explains how to count the number of vowels (a, e, i, o, u) in a given string using Java. It covers two approaches: a simple method using loops and conditional statements, and a more optimized approach utilizing a Set for quick vowel lookups.
Java Program to Count the Number of Even and Odd in an Array
Jan 27, 2025.
The title "Java Program to Count the Number of Even and Odd Numbers in an Array" refers to a Java program that demonstrates how to count how many numbers in an array are even and how many are odd. The article explains the concept of even and odd numbers, and provides a step-by-step guide on implementing a Java solution using simple loops and conditional statements.
Java Program to Generate Pascal's Triangle
Jan 20, 2025.
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 they want for the triangle.
Java Program to Check Whether a Number is a Strong Number
Jan 20, 2025.
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 because the factorial of 1 is 1 (1!), the factorial of 4 is 24 (4!), and the factorial of 5 is 120 (5!).
Sum of Fibonacci Series Up to a Number N in Java with Code
Jan 20, 2025.
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.
Java Program to Check Whether a Number is a Perfect Square
Jan 15, 2025.
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 square if it can be expressed as the square of an integer (e.g., 16 is a perfect square because it is 4 × 4).
3 Easy Ways to Find the Missing Number in an Array in Java
Jan 03, 2025.
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 straightforward methods to solve the problem.
Checking if a Number is Odd or Even in Java with Code
Dec 31, 2024.
Learn three methods to check odd or even numbers in Java using modulus, bitwise, and ternary operators with clear examples, explanations, and practical insights for beginners.
Twisted Prime Number in C#
Dec 30, 2024.
In this article, I will explain how to determine whether a given number is a twisted prime number or not, and provide a comprehensive guide to do so, covering essential concepts, methods, and examples.
Binary To Decimal Conversion in C#
Dec 27, 2024.
This article explains how to convert a binary number to a decimal number in C#. It covers two methods for the conversion, providing examples and code snippets. It's a helpful resource for beginners and intermediate programmers learning C#.
Check Armstrong Number in Different Ways Using C#
Dec 26, 2024.
In this article, we will create a program in C# to check if the entered number is an Armstrong number or not. Explore various methods to check Armstrong numbers in C#, including while loops, for loops, recursion, LINQ, and finding numbers within a range.
Explaining Duck Number in C#
Dec 16, 2024.
In this article, I will discuss the Duck Number in C# with various examples. It includes detailed explanations and practical C# implementations.
Explaining Palindrome Program in C#
Dec 09, 2024.
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.
Palindrome Number in C#
Dec 05, 2024.
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.
How to Reverse Number in C#
Dec 03, 2024.
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.
Rank Functions in SQL server
Nov 26, 2024.
In this article, we will learn about Rank functions in SQL Server, like RANK(), DENSE_RANK(), ROW_NUMBER(), and NTILE(), are used to assign rankings to rows within a result set.
Build Your Own Number to Words Converter
Nov 06, 2024.
This tutorial guides you through setting up the HTML structure, styling the converter for an attractive look, and implementing JavaScript to convert numeric input into its word representation. Perfect for beginners wanting to enhance their coding skills.
Rank and Dense_Rank Function in SQL Server
Sep 30, 2024.
RANK and DENSE_RANK functions in SQL Server assign sequential numbers to rows based on ordering. RANK skips numbers for ties, while DENSE_RANK does not. Both can partition results using the PARTITION BY clause. These functions are commonly used to rank rows, find highest salaries, and more.
Create Visual Reports in Power BI with Microsoft Cost Management Connector
Sep 02, 2024.
The Microsoft Cost Management connector for Power BI Desktop enables customized visualizations of Azure spending. It supports customers with Direct Microsoft Customer Agreements, Enterprise Agreements, and Microsoft Partner Agreements.
Mask an Aadhar Number into Blocks of 4 Digits Each
Jul 30, 2024.
This C# code demonstrates how to mask sensitive numbers, like Aadhar or account numbers. It validates input length, uses StringBuilder to format Aadhar numbers with spaces, and shows account number masking via substring, regex, and string formatting.
How to Seed Identity in SQL Server
Jul 03, 2024.
Discover SQL Server's IDENTITY columns for automatic unique number generation. Learn to create tables with IDENTITY, insert data without specifying IDs, seed values with DBCC CHECKIDENT, manage explicit ID insertions with IDENTITY_INSERT, and reset identity seeds using TRUNCATE TABLE.
Ranking Functions in SQL: RANK, DENSE_RANK, and ROW_NUMBER
Jul 03, 2024.
Learn how these powerful functions operate within SQL queries to assign ranking values based on specified criteria, enhancing your ability to analyze and manipulate data efficiently in relational databases.
Social Security Number Masking in Angular
Jun 27, 2024.
Learn how to implement Social Security Number (SSN) masking in Angular applications to enhance data security and user privacy. This tutorial covers techniques for masking SSNs in user input fields using Angular forms and provides methods for validating and handling masked input.
Biggest Data Breach in India's History
Jun 24, 2024.
On October 9, 2023, a Dark Web ad revealed a database breach involving Aadhaar numbers, passports, and contact details of 815 million people, originating from ICMR. The breach, linked to a sophisticated cyber-attack, prompted US cybersecurity firm confirmation and government investigation.
How Do You Implement Number Localization in Vue.js
Mar 28, 2024.
In Vue.js applications, number localization ensures numerical data aligns with users' language and region preferences. Utilizing the Intl.NumberFormat API, Vue components dynamically format numbers for a culturally sensitive user experience.
Create Auto-Numbering in Microsoft Dynamics 365 Entities
Feb 29, 2024.
Automate entity numbering effortlessly in Microsoft Dynamics 365 with no code required. Utilize system settings, business rules, and workflow automation to generate unique serial numbers for records, enhancing data management and streamlining processes.
[Solved]: Permission to send an SMS has not been enabled for the region indicated by the 'To' number in Twilio
Feb 28, 2024.
In this article, we will see how to resolve the Twilio error: Permission to send an SMS has not been enabled for the region indicated by the 'To' number in C#
Mobile Number Validation Using Angular and Bootstrap
Feb 19, 2024.
This article illustrates the implementation steps for 10-digit mobile number validation in an Angular app using reactive forms and Angular's phone number validation pattern. It guides us through setting up the reactive forms module
Number Guessing Game in Python
Jan 19, 2024.
In this article, you will learn how to write a Guess-the-number game in Python using a Google Colab. You will learn three different ways to implement it.
How to create a Logic App to insert Page number into PDF
Jan 03, 2024.
In this article, we are going to learn about How to create a Logic App to insert Page number into PDF
Smart Sorting: Finding the Middle Number of Two Ordered Lists
Dec 11, 2023.
Efficient C# code uses a binary search approach to find the median of two sorted arrays. The algorithm intelligently partitions arrays, ensuring logarithmic runtime complexity (O(log(min(m, n)))).
Number Methods in JavaScript
Nov 29, 2023.
Number Methods in JavaScript. This article delves into JavaScript Number Methods, offering insights into their functionalities. These methods, akin to tools, empower developers to perform various operations on numbers, enhancing precision and versatility in JavaScript code.
How to Convert a Month Number to Month Name in PostgreSQL
Nov 28, 2023.
Learn how to convert a month number to a month name in PostgreSQL using the versatile to_char function. Explore format strings like 'Month' and 'Mon' for full and abbreviated names.
Data Types In JavaScript
Nov 10, 2023.
Data types is most important concept in javascript and very useful logic in programming.Best concepts for fresher interview questions.