C# Corner
Tech
News
Videos
Forums
Trainings
Books
Live
More
Interviews
Events
Jobs
Learn
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]
Praveen Kumar(31)
Abhishek Yadav(10)
Uday Dodiya(2)
Abhishek Yadav(2)
Sriganapathi Sekar(2)
Rohit Gupta(2)
John Godel(2)
Sardar Mudassar Ali Khan (2)
David Mccarter(2)
Lou Troilo(2)
Mahesh Chand(2)
Rikam Palkar(1)
Sandhiya Priya(1)
Tanuj (1)
Guest User(1)
Gautam Singh(1)
Ayush Kumar Gupta (1)
Vijay Kumari(1)
Rinki (1)
Mohammad Hasan Hosseini(1)
Sarthak Varshney(1)
Rajeev Kumar(1)
Lokendra Singh(1)
Dinesh Gabhane(1)
Rajashekar Syereddy(1)
George (1)
Abhijeet Jadhav(1)
Sanwar Ranwa(1)
Shikha Tiwari(1)
Tuhin Paul(1)
Ziggy Rafiq(1)
Ravikant Sahu(1)
Rathrola Prem Kumar(1)
Ravinder Singh(1)
Fuad Hasan(1)
Ashish Bhatnagar(1)
Archie Vankar(1)
Prasham Sabadra(1)
Ravishankar N(1)
Vijayaragavan S(1)
Vijayakumar S(1)
Noble Dhas(1)
Aashina Arora(1)
Amit Kumar(1)
Sarathlal Saseendran(1)
Kapil Gaur(1)
Ankur Mistry(1)
Sibeesh Venu(1)
Arvind Singh(1)
Raj Kumar(1)
Rupesh Kahane(1)
Rahul Kumar Saxena(1)
Resources
No resource found
From Stack Overflow to AI Arguments: Evolution of a Developer
Apr 01, 2026.
The software development journey has evolved significantly—from relying on community-driven platforms like Stack Overflow to interacting with modern AI tools such as ChatGPT. This article explores how developers have transitioned from searching and analyzing solutions to generating and refining code through AI. It highlights the benefits, challenges, and risks of this shift, emphasizing the importance of maintaining strong fundamentals, critical thinking, and debugging skills in the AI era. Through relatable insights and real-world observations, the article provides a balanced perspective on how developers can effectively use AI as a powerful assistant—without becoming overly dependent on it.
GraphQL with .NET & React | Part 2: Query (Arguments, Aliases & Fragments)
Feb 19, 2026.
Master GraphQL queries in .NET & React! Learn arguments, aliases, fragments, directives, and HotChocolate filtering for efficient data fetching. Build dynamic UIs!
Creating Dynamic Data-Style Cards Using ASP.NET
Feb 17, 2026.
Dynamically load article cards from your database with this efficient setup! Features include SEO-friendly URLs, consistent UI, and easy CMS control. Two-column layout.
The ubiquitous Database:An article on SQLITE
Feb 06, 2026.
Explore SQLite, the ubiquitous, serverless SQL database engine. Discover its features, uses (IoT, apps, websites), and limitations. A lightweight, powerful solution!
An article on C#programming
Jan 27, 2026.
Explore C#, a powerful and modern object-oriented language by Microsoft. Part of the .NET ecosystem, it's versatile for apps, games, and cloud services. Learn key OOP principles!
Earn Crypto by Writing Articles in 2026: How Developers & Students Can Get Sharp Token Rewards on C# Corner
Jan 12, 2026.
Turn your tech writing and community help into crypto: learn how developers and students globally can earn Sharp Token on C# Corner via Learn-to-Earn contributions.
String Methods in JavaScript – A Complete Article
Nov 15, 2025.
Master JavaScript strings! This guide covers essential methods like slice, replace, trim, and more, with examples for efficient text manipulation. Perfect for learning!
Functions in JavaScript – Complete Article
Nov 15, 2025.
Master JavaScript functions! Learn about declarations, expressions, arrow functions, parameters, scope, hoisting, and more. Write cleaner, reusable code today!
Python - Importance of Function and Operations
Nov 04, 2025.
Explore Python functions: syntax, parameters, variable arguments, and return statements. Learn to build practical tools like temperature converters and password checkers.
Article Explainer: AI-Driven Tool for Simplified Knowledge Structuring
Oct 20, 2025.
Learn how Article Explainer transforms complex GitHub articles into structured, explainable formats using AI and NLP principles for education, SEO, and GEO optimization.
LLMs, Tokens, Weights, Vectors, Embeddings — A Practical Article
Oct 12, 2025.
Unlock the power of LLMs! This practical guide demystifies tokens, vectors, embeddings, and weights, revealing how they work together in RAG/agent applications. Learn to optimize your LLM systems for speed, cost-effectiveness, and reliability through better token management, strategic retrieval, and clear prompt contracts. Improve your LLM performance today!
n8n Social Media Automation Made Easy (2025)
Sep 20, 2025.
Automate social media posting with n8n! This guide provides a cost-effective workflow to transform a single article URL into optimized content for LinkedIn, Reddit, and X/Twitter, complete with AI-generated images. Learn to build a robust, scalable 8-node system using OpenAI and web scraping techniques for efficient content repurposing and distribution.
Can AI Summarize Long Articles or Emails Efficiently?
Sep 01, 2025.
Tired of information overload? Discover how AI summarization tools use NLP to condense lengthy articles and emails into concise summaries, saving time and improving retention. Explore the benefits, limitations, and best practices for using AI to efficiently manage digital information. Learn about extractive and abstractive summarization and the future of LLMs in this field. A game-changer for productivity!
Vibe Coding in LegalTech: Building Autonomous Case Law Researchers
Aug 13, 2025.
Claude’s safeguards ensure AI remains safe, ethical, and aligned with human values by using advanced oversight, bias checks, and transparent decision-making to prevent harmful or unintended outcomes.
Auto-Post New Blog Articles to LinkedIn via RSS Feeds
Aug 09, 2025.
If you're a content creator, blogger, or marketer, you know that publishing a blog post is only half the job. Getting eyeballs on it is the rest—and that usually means promoting it across channels like LinkedIn.
Destructuring and Spread/Rest in JavaScript
Jul 22, 2025.
Destructuring, spread, and rest operators in JavaScript simplifies code by extracting values, merging arrays/objects, and handling unknown function arguments efficiently. These ES6 features improve readability and reduce repetition.
Understanding in, ref, and out Parameter Modifiers in C#
Mar 09, 2025.
Learn how to use in, ref, and out parameter modifiers in C# with practical examples. Understand their differences, use cases, and best practices for passing arguments efficiently.
How to Install Docker Engine on Ubuntu
Jan 21, 2025.
Learn how to install Docker Engine on Ubuntu with this step-by-step article. Simplify containerized app development and deployment effortlessly.
Learn Higher Order Functions in JavaScript
Sep 18, 2024.
A higher-order function in JavaScript is a function that takes another function as an argument, returns a function, or both. This allows for reusability, code abstraction, and functional programming. Common examples include map(), filter(), and reduce(), which simplify complex tasks.
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.
Difference Between args and kwargs in Python
Jun 05, 2024.
Learn the difference between args and kwargs in Python. This article explains how *args handles a variable number of non-keyword (positional) arguments as a tuple, while kwargs manages keyworded (named) arguments as a dictionary.
UnderStanding nameof Operator in C#
May 28, 2024.
The nameof Operator retrieves names of variables or members dynamically, aiding in code maintenance. Raising PropertyChanged Event notifies property changes in INotifyPropertyChanged implementations. Argument Checking and Guard Clauses ensure robust code by validating inputs.
Reversing Parameter Order with Named Arguments in C#
Apr 24, 2024.
In C#, methods often take parameters that are passed in a specific order defined by their method signature. However, there are cases where you might want to reverse the order of parameters when calling a method. One approach to achieve this is by using named arguments.
Configure Knowledge Management for Customer Service D365
Apr 18, 2024.
Configure knowledge management in D365 for efficient customer service. Establish a robust knowledge base, optimize search functionalities, manage content lifecycle, and ensure secure access. Implement collaboration features, streamline workflows, and utilize analytics for continuous improvement.
Git GUI Clients (4-1), SVN and TortoiseSVN
Apr 18, 2024.
This article is to discuss Git GUI Client.
A guide to display ServiceNow Knowledge articles in Copilot for Microsoft 365
Feb 20, 2024.
Copilot Extensibility: Step by Step guide to display ServiceNow Knowledge articles in Copilot for Microsoft 365
What Are the Directive Hook Arguments in Vue.js
Feb 13, 2024.
In this article, we will understand the lifecycle of Vue.js directives through their hook arguments. Explore how these parameters facilitate interactions and manipulations within the directive's lifecycle, enhancing control and customization in Vue.js applications.
Command Line Arguments in C Programming
Jan 30, 2024.
Programming can be powerfully customized with command line options without requiring changes to the code. In this article, we will learn how command line arguments in C programming empower users to modify a program's behavior, providing flexibility and adaptability without altering the source code.
Exploring Function Behavior in C#
Jan 11, 2024.
Understanding the nuances of function behavior in C# is vital for crafting well-structured and efficient code. Whether dealing with functions that involve no arguments, no return values, or exploring the versatility of function overloading, developers can leverage these concepts to create modular, readable, and adaptable code.
Using HTML5, CSS3, and JavaScript to their full potential
Dec 28, 2023.
Crafting dynamic and engaging web journeys: HTML5, the cornerstone of web architecture, has evolved to embrace semantic elements such as <header>, <nav>, <section>, <article>, and <footer>. Replacing generic <div> tags, these elements imbue meaning and enhance accessibility. - Ziggy Rafiq
How to Write an Article That Attracts More Viewers?
Sep 09, 2023.
This article will explain how you can write a better article that attracts more viewers.
Let's Talk about IAM User in AWS
Aug 22, 2023.
In our system, user management involves two key profiles: the Root User and IAM Users. Each serves distinct purposes in maintaining system integrity and security. This presentation outlines the differentiation between these user types, demonstrates how to transition from the Root User to an IAM User, and emphasizes the significance of controlled access.
Passing an argument by reference in C#
Aug 20, 2023.
This article contains useful information about how to use ref keyword in your C# program with the proper and easy to understand example.
Flurl API Integration Tutorial for ASP.NET Core Web API with Advanced Concepts
Jul 31, 2023.
Flurl is a popular and easy-to-use library for working with HTTP APIs in .NET applications. It provides a fluent API for building and sending HTTP requests, as well as handling the responses in a convenient way.
Use Of Invoke Workflow File And Arguments In UiPath
Dec 22, 2022.
Simple explanation of Invoke Workflow File activity and use of Arguments in UiPath
Coding Faster With dotNetTips Spargine 6 - Validating Arguments Made Easy
May 01, 2022.
In this article, you will learn how to code faster with dotNetTips Spargine 6: Validating Arguments Made Easy
Command Line Arguments In Java
Feb 16, 2022.
In this article, you will learn about the command line arguments in Java
What Are The Key Features For Editing In Writing
Oct 07, 2021.
In this article, you wil learn what are the key features for editing in writing.
Python - Importance Of Function✍️
Jul 20, 2021.
In this article, you will learn about the importance of Function in Python.
How To Evaluate Variables On The Basis Of Dependent Variables In R
Jan 29, 2021.
In this article, I am going to demonstrate how to evaluate variables as a function of two dependent variables from a dataset together in a model.
How To Calculate The Mode Of Variables In R
Jan 28, 2021.
In this article, I will demonstrate how to calculate the mode of observations in a variables of a dataset.
How To Implement Models Together With Variables And Dependencies In R
Jan 28, 2021.
In this article I am going to demonstrate how to add variables and dependencies between variables from dataset together in a model.
How To Calculate The Median Of Variables In R
Jan 25, 2021.
In this article, I will demonstrate how to calculate the median of observations in variables of a dataset.
How To Calculate The Mean Of Variables In R
Jan 22, 2021.
In this article, I will demonstrate how to calculate the mean of variables of a dataset.
How To Insert Multiple Variables For A Model In R
Jan 21, 2021.
In this article I am going to demonstrate how to insert relevant variables from dataset for a model in R.
How To Represent Variables As Function For Model In R
Jan 21, 2021.
In this article I am going to demonstrate how to select and represent relevant variables as a function for a model in R.
How To Evaluate Dependency Among Variables In R
Jan 20, 2021.
In this article I am going to demonstrate how to evaluate dependency between variables from dataset.
How To Remove Unnecessary Variables For A Model In R
Jan 20, 2021.
In this article I am going to demonstrate how to remove irrelevant variables from dataset for creating a model in R.
How To Create A Function In R
Dec 04, 2020.
Learn how to create and use functions in R with this comprehensive guide. Understand the syntax for defining functions, specifying arguments, and defining default values. Explore examples demonstrating function calls, handling return values, and utilizing return functions.
Microsoft Teams - Adding "Share To Teams" Embedded Button On The Site / Articles / Intranet
Oct 01, 2020.
In this article I'll discuss how to add "Share to Teams" button on our site or pages in site or in article or in blogs so that respective page/article will be share in Microsoft Teams
Azure Storage CORS Concepts - CORS Rules Concepts - Part Six
Sep 29, 2020.
In this article, you will learn how to create CORS rules for Azure Storage using AllowedOrigins, AllowedMethods, AllowedHeaders, ExposedHeaders, and MaxAgeInSeconds properties.
Geekstory - My First Magazine Article And The Power Of Networking
Sep 04, 2020.
In this article, you will learn about Geekstory - My First Magazine Article and the Power of Networking.
Top 10 Most Popular Articles Of Cosmos DB
Jul 16, 2020.
This article lists the top 10 most-read articles of the Cosmos DB category.
Top 10 Most Popular Articles of Cognitive Services
Jul 13, 2020.
This article lists the top 10 most-read articles of Cognitive Services category
Top 10 Most Popular Articles of Big Data
Jul 08, 2020.
This article lists the top 10 most-read articles of the Big Data category.
Top 10 Most Popular Articles of Artificial Intelligence
Jul 03, 2020.
This article lists the top 10 most-read articles of Artificial Intelligence Category.
Top 10 Most Popular Articles of Xamarin
Jun 29, 2020.
This article lists the top 10 most-read articles of Xamarin category.
Top 10 Most Popular Articles of Unity
Jun 25, 2020.
This article lists the top 10 most-read articles of the Unity category.
Top 10 Most Popular Articles of React
Jun 23, 2020.
This article lists the top 10 most-read articles of React category.
Top 10 Most Popular Articles of R
Jun 22, 2020.
This article lists the top 10 most-read articles of R category.
Top 10 Most Popular Articles of Python
Jun 19, 2020.
This article lists the top 10 most-read articles of Python category.
Top 10 Most Popular Articles of Power BI
Jun 18, 2020.
This article lists the top 10 most-read articles of Power BI category.
Top 10 Most Popular Articles of PowerApps
Jun 17, 2020.
This article lists the top 10 most-read articles of the PowerApps category.
Top 10 Most Popular Articles of PHP
Jun 16, 2020.
This article lists the top 10 most-read articles of PHP category.
Top 10 Most Popular Articles of MongoDB
Jun 15, 2020.
This article lists the top 10 most-read articles of MongoDB category.
Top 10 Most Popular Articles of Machine Learning
Jun 12, 2020.
This article lists the top 10 most-read articles of machine learning category.
Top 10 Most Popular Articles of Kotlin
Jun 11, 2020.
This article lists the top 10 most-read articles of Kotlin category.
Top 10 Most Popular Articles of Ionic
Jun 10, 2020.
This article lists the top 10 most-read articles of Ionic category.
Top 10 Most Popular Articles of DevOps
Jun 09, 2020.
This article list the top 10 most read articles of the DevOps category
Top 10 Most Popular Articles of Crystal Reports
Jun 08, 2020.
This article provides the list of top 10 most read articles of Crystal Report category.
Top 10 Most Popular Articles of Cloud
Jun 04, 2020.
This article list the top 10 most read articles of Cloud category.
Top 10 Most Popular Articles of C#
Jun 02, 2020.
This article lists the top 10 most-read articles of C# category
Top 10 Most Popular Articles of Bot Framework
Jun 02, 2020.
This article list the top 10 most read articles of Bot Framework category.
Top 10 Most Popular Articles of Bootstrap
Jun 01, 2020.
This article lists the top 10 most viewed articles of the Bootstrap category.
Top 10 Most Popular Articles of Blazor
May 28, 2020.
The article contains a list of top 10 most popular articles of Blazor.
Top 10 Most Popular Articles of AWS
May 25, 2020.
This article contains a list of Top 10 most read articles of AWS, till date.
Top 10 Most Popular Articles Of Flutter
May 20, 2020.
The article contains the top 10 most popular articles of Flutter
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.
Type Conversions in JavaScript
Apr 12, 2020.
In this article, you will learn about type Conversions (or) casting in JavaScript and its types.
What is Intelligence in AI?
Apr 04, 2020.
This article explains the history of AI and where the word intelligence was coined.
Top 10 Articles Of Year 2019
Jan 07, 2020.
This article shows the list of the top 10 articles published on the C# Corner website in the year 2019.
Book Club Article 017 - Dare to Disagree | Margaret Heffernan
Oct 11, 2019.
Book Club Article 017 - Dare to Disagree | Margaret Heffernan
Learn About Functions In Python
Oct 09, 2019.
This article illustrates the use of functions in Python. We will learn about different types of arguments and functions in Python and their uses.
Book Club Article 16 - Simon Sinek - Why Good Leaders Make You Feel Safe
Aug 22, 2019.
By Monday, September 30, 2019, watch the following video and please respond with a take-away and, if possible, a real-life example of one thing you will try to do differently.
How Can You Use Optional Parameters In C#
Apr 10, 2019.
C# Optional parameters allows us to define methods with optional arguments that are not required to pass by the caller. Learn how to pass optional parameters in C#.
How To Install Python And Configure It With Visual Studio Code Editor With Git Bash
Jan 28, 2019.
In this article, we will learn what Python is and how to install and execute it using IDLE IDE. We will see how to configure Python with Visual Code and Git Bash.
Create A Simple 📈Chart By Date For The Latest C# Corner Article Count
Dec 31, 2018.
We will create a simple Line Chart in Blazor using Chart JS. We will show the latest C# Corner article count by date in this chart.
Do You Know The Most Popular Websites In The World
Dec 21, 2018.
Internet is growing everyday. But do you know who are the largest contributors to the people being on internet? What are the most used websites over the internet? We will try to know about these internet players, little bit about their business and other stats in this article.
How To Clone An Existing Git Repo In Azure Repos
Sep 26, 2018.
Learn how to clone an existing Git repository in Azure DevOps for collaborative work. Follow step-by-step instructions to create a local copy, make changes, and sync with the team. Enhance your understanding of Azure DevOps by referring to previous articles.
One Tip To Boost Your Career To The Next Level
Jul 13, 2018.
Here in this article, I am going to say about one thing which can boost your career to the next level. Trust me, this is going to work. I am Sibeesh Venu, I have been in the software development industry for the past 7 years now. I have worked with many companies now, including a small company with 5 – 10 members and multinational companies. Let’s skip the introduction for now, and jump into the contents. I hope you will like this article.
Angular From Basic To Expert - Day Four
Mar 18, 2018.
In this article, we will learn, Scope in AngularJS and Data binding in AngularJS. AngularJS provides One way data binding and Two way data binding.
Auto Complete with ngTagInput using Web API in AngularJS
Nov 16, 2017.
AutoComplete,ngTagInput,Web API,AngularJS,AutoComplete in AngularJS using Web API
ASP.NET MVC Ajax.BeginForm AjaxOptions OnSuccess, OnFailure
Feb 21, 2017.
ASP.NET MVC Ajax.BeginForm AjaxOptions custom arguments for OnSuccess, OnFailure.
C# Out Parameter: Usage, Syntax, and Updates
Jan 04, 2017.
C# out parameters facilitate passing method arguments' references. Unlike ref, they need not be initialized. With C# 7.0, parameters can be directly defined in the method, streamlining code. A wildcard feature may be introduced to ignore out parameters.
Top 10 Most Popular Articles Of iOS
Oct 17, 2016.
Here is the compiled list of top 10 most popular iOS articles.
Article Management System Using ASP.NET MVC
Oct 16, 2016.
In this article, you will learn about Article Management System, using ASP.NET MVC.
Top 10 Most Popular Articles Of TypeScript
Sep 27, 2016.
Here is the compiled list of top 10 most popular TypeScript articles.
Top 10 Most Popular Articles Of Knockout.js
Sep 06, 2016.
We have compiled a list of top 10 most popular Knockout articles.
Top 10 Most Popular Articles Of Java
Aug 30, 2016.
We have compiled a list of top 10 most popular Java articles.
Top 10 Most Popular Articles Of ADO.NET
Aug 19, 2016.
We have compiled a list of top 10 most popular ADO.NET articles.