TECHNOLOGIES
ANSWERS
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 Visual Studio
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 (8)
Satya Karki (6)
Praveen Kumar (4)
Jefferson S. Motta (3)
Prashant Bansal (3)
Alkesh Bijarniya (3)
Sardar Mudassar Ali Khan (2)
Geo J Thachankary (2)
Arjun Panwar (2)
Vahid Farahmandian (2)
Mahesh Chand (2)
Vijai Anand Ramalingam (2)
Jaydeep Patil (2)
Miguel Teheran (2)
Rijwan Ansari (2)
Nitin (2)
Agnieszka Stec (2)
Raj Kumar (2)
Harshal Limaye (2)
C# Corner Live (2)
Alpesh Maniya (1)
Mobeen Rashid (1)
Ramchand Repalle (1)
Keyur (1)
Jithu Thomas (1)
Prakash Tripathi (1)
Vithal Wadje (1)
Ankur Mistry (1)
Bala S (1)
Varun Setia (1)
Khoday Akilesh (1)
Nimit Joshi (1)
Munesh Sharma (1)
Anoop Kumar Sharma (1)
Piyush Kumar (1)
Gaurav Kumar Arora (1)
Sanjay Kumar (1)
Rehman Shahid (1)
John Charles Olamendy (1)
Amit Mohanty (1)
Ziggy Rafiq (1)
Evgeniy Gribkov (1)
Vishal Yelve (1)
Michal Habalcik (1)
Syed Shakeer (1)
Kajul Nisha (1)
Ajay Kumar (1)
Sangeetha Sundaramoorthy (1)
Sanwar Ranwa (1)
Viknaraj Manogararajah (1)
Pravallika Varada (1)
Mohamed Azarudeen Z (1)
Munib Butt (1)
Ali Benchaaban (1)
Dharati Patel (1)
Yogeshkumar Hadiya (1)
Sanjeev rajput (1)
Habib Ul Rehman (1)
Naimish Makwana (1)
Maniteja Vegi (1)
Ojash Shrestha (1)
Vinay Ayinapurapu (1)
Arun Potti (1)
Jorge Levy (1)
Satyaprakash Samantaray (1)
Related resources for Visual Studio
No resource found
ASP.NET Core Web API for CRUD Operations with MySQL
9/25/2023 8:20:01 AM.
Creating a CRUD (Create, Read, Update, Delete) API in ASP.NET Core with a MySQL database is a common scenario in web development. In this article, we'll walk through building a complete ASP.NET Co
Enhancing Code Quality with SonarLint
9/21/2023 6:25:44 AM.
In today's software development landscape, code quality is essential for success. It ensures smooth application functioning, simplifies maintenance, and enhances security. SonarLint is a vital too
String Interpolation In C#
9/20/2023 6:22:00 AM.
C# String Interpolation concatenates strings. In this article, I'll explain how to implement string Interpolation in C#.
Creating And Managing Digital Certificates In C# Using Visual Studio
9/19/2023 6:41:51 AM.
In this article, you will learn about creating and managing digital certificates In C#.
Primary Constructor is Removed From C# 6.0
9/17/2023 10:55:45 PM.
We can now get a Primary Constructor by using the auto-implemented properties initializer.
Getting Started with xUnit.Net for .NET Core Unit Testing
9/15/2023 6:42:40 AM.
Discover the importance of unit testing in software development and its benefits over manual testing, and explore popular testing frameworks in .NET Core, with a focus on xUnit.net for automated testi
Parameterized Unit Testing with xUnit in .NET Core
9/15/2023 6:16:40 AM.
Unit Testing in .NET Core series, we delve into parameterized unit testing using the xUnit.Net testing library. Parameterized unit testing involves defining a single test method and supplying it with
Update to the Microsoft Teams Toolkit
9/15/2023 6:03:59 AM.
Visual Studio 17.8 Preview 2 Update to the Microsoft Teams Toolkit
AI Code Assistance in Visual Studio 2022
9/13/2023 10:35:06 AM.
The AI engine in visual studio detects our code context like including variable names, functions, and the type of code, we are writing based on that it gives you best suggestions.
C# Dev Kit for VS Code
9/13/2023 6:25:05 AM.
Discover how C# Dev Kit, a Visual Studio Code extension, enhances your C# development experience. It offers solution management, streamlined testing, and AI-powered code suggestions for increased prod
.NET Ecosystem
9/8/2023 4:11:37 AM.
The .NET ecosystem is a versatile collection of tools, libraries, and services forming the Microsoft .NET platform. It enables developers to create diverse applications, including web, desktop, mobile
Real-time Monitoring with Azure Application Insights in ASP.NET Core Web API
9/6/2023 8:40:36 AM.
Azure Application Insights is a powerful tool for monitoring and diagnosing applications, including ASP.NET Core Web APIs. It provides real-time telemetry data, performance metrics, and logging capabi
Working With Async Main In C# 7.1
9/5/2023 9:53:04 AM.
This article explains the async main feature introduced as part of C# 7.1 and demonstrates how to use it in application development.
New Feature of C# 6.0: Nameof Operator
9/5/2023 6:41:50 AM.
In this article we will learn about the nameof operator, one of the new features of C# 6.0.
React (1) - Installation and Environment Setup
9/5/2023 5:54:41 AM.
This series of articles delves into React, a popular choice for Single Page Applications (SPAs). As a former Angular developer, I found React's training courses beneficial in understanding key con
Find LCM of Two Numbers Using C#
9/5/2023 4:50:59 AM.
In this article I will explain how to determine the Lowest Common Multiples of two numbers in a C# console application.
How To Enable C# 6.0 / VB 14 In Visual Studio
9/2/2023 11:21:55 AM.
In this article we will learn how to enable C# 6 / VB 14 settings in Visual Studio.To enable C# 6.0 (or VB 14) features in Visual Studio, you need to ensure that you are using a version of Visual Stud
Console Application Add, Mul, Div, Sub
9/1/2023 5:16:30 AM.
adding, subtracting, multiplying and dividing of three numbers which will be entered by the user
Run JavaScript outside a Browser
8/28/2023 7:21:57 AM.
This article will discuss running JavaScript outside a Web Browser.
Exception Filter in C# 6.0
8/28/2023 4:33:29 AM.
Exception filters were introduced in C# 6.0 as a feature that allows you to specify additional conditions within a catch block. These conditions, known as exception filters, determine whether the catc
How to use Telerik Private NuGet Package in Visual Studio 2022 and .NET 7 Project
8/25/2023 9:01:14 AM.
NuGet is the most useful and essential tool for modern software development platforms via which developers can create, share and consume reusable code. NuGet is a package manager for the software deve
Tips For Building Blazor WebAssembly App In .NET 6 And Visual Studio Code
8/24/2023 9:09:30 AM.
In this article, you will learn how to build Blazor WebAssembly app in .NET 6 and Visual Studio Code.
Generating Certificate and Private Key Files
8/24/2023 6:23:10 AM.
Create local certificates with ease using Visual Studio 2017 Developer Command Prompt. Generate certificate and private key files, then install them locally for enhanced security. Simplify your authen
Creating Web Forms Application Using Visual Studio 2013
8/23/2023 6:40:13 AM.
In this article I am creating the Web Forms Application by using the Empty Project Template in Visual Studio 2013.
Visual Studio 2022 V17.7 Now Available
8/14/2023 10:19:18 AM.
Discover the latest enhancements in Visual Studio 2022 version 17.7, including C++ build insights, user-friendly updates, debugger improvements, and more. Optimize your development workflow with these
How .Net MAUI Works
8/14/2023 8:37:27 AM.
In this article, you will learn how to get started with .NET MAUI.
Source Control (4-9-2), Git - Merge in Client Side
8/14/2023 5:05:36 AM.
Explore a comprehensive series of articles on Source Control, ranging from standalone apps like MS SourceSafe to web services like GitHub, Azure DevOps, and Git. Understand merging methods, integratio
Convert Excel Data Into DataTable
8/8/2023 5:21:43 AM.
Learn to leverage the .NET Excel framework for effortless handling of Microsoft Excel files in your .NET applications. Discover conversion techniques, API integration, and practical implementation for
Display Data In GridView Using MySQL
8/6/2023 8:53:15 AM.
In this article we have to create an ASP.NET website using the DropDownList with the help of the GridView.
Step-by-step Create CLR Stored Procedure
8/4/2023 9:36:21 AM.
In this article we will create a CLR stored procedure step by step.
Install MySQL Connector in Visual Studio 2012
8/3/2023 9:33:13 AM.
This article shows you how to install the MySQL Connector, create a MySQL database and check the MySQL version.
Salesforce REST API: The Login Request (Authentication Step)
8/2/2023 8:59:37 AM.
In this article, we will discuss the detailed steps on how to authenticate REST-based requests against Salesforce Org. We will explore the REST payloads for the Request & Response cycle for the re
Working With MySQL to Visual Studio 2010
8/2/2023 8:20:18 AM.
To work with MySQL in Visual Studio 2010, you can use the MySQL Connector/NET, which is a fully-managed ADO.NET data provider for MySQL. This connector enables you to interact with MySQL databases in
How to Create Slider in React Application?
7/31/2023 9:48:38 AM.
Learn how to create a React Slider using Material UI in this step-by-step guide with code examples and prerequisites.
Create A WCF Service Client In Visual Studio
7/27/2023 8:30:19 AM.
This article will demonstrate how to create a client for consuming WCF web service by using Visual Studio 2015
Visual Studio Builds and Key Features
7/26/2023 5:00:57 AM.
Visual Studio Builds Since 2005 and main key features.
Debug Applications using Visual Studio Dev Tunnels
7/25/2023 11:59:32 AM.
Learn how Dev Tunnels in Visual Studio enable a seamless connection between machines, easing remote teamwork and simplifying debugging processes in web and mobile applications.
Increasing your application performance with the client result_cache feature and ODP.NET
7/25/2023 10:07:43 AM.
In this article, I want to explain how to improve your application performance using Oracle Data Provider for .NET (ODP.NET) and the new features exposed by the underlying Oracle Call Interface.
Remote Debugging ASP.NET Core Application on a Remote IIS
7/24/2023 9:26:55 AM.
Enhance ASP.NET Core Debugging with Remote Debugger: Debug your applications hosted on IIS by connecting Visual Studio to Remote Debugger, ensuring efficient debugging and issue resolution.
What Is Azure Functions: A Beginner's Tutorial
7/24/2023 9:05:09 AM.
In this article, you will learn what Azure Functions is, how to create Azure Functions using Visual Studio, and how to deploy Azure Functions to Azure cloud.
How To Setup Visual Studio Code For Salesforce Development
7/21/2023 8:52:42 AM.
In this post, we will look into detailed steps to setup Visual Studio Code as IDE for Salesforce code development.
How to Enable Intellisense Support for Salesforce Apex Code in Visual Studio Code
7/21/2023 8:45:05 AM.
In this blog, we will look into how to enable Intellisense support for Salesforce metadata. Enabling this feature will increase code writing capability and accuracy exponentially for a developer.
Creating Custom Components in Blazor
7/21/2023 6:46:23 AM.
Building Custom Components in Blazor: Create Reusable UI Elements Using C# and .NET. Learn to build interactive web apps with Microsoft's open-source framework.
Unlocking the Power of Serverless Computing with Azure Functions
7/16/2023 4:48:47 AM.
Azure Functions are a serverless computing service provided by Microsoft Azure. They allow developers to write and deploy small units of code called functions that can be triggered by various events.
How to Add Tooltip in React Application
7/11/2023 9:19:54 AM.
This article demonstrates how to implement tooltips in a React application using Material UI. It covers the prerequisites, setting up a React project, installing Material-UI, creating a tooltip compo
Compare And Find Data Differences Between Two Tables In SQL Server
7/7/2023 5:01:44 AM.
This article provides a step-by-step guide to finding data differences between two tables in MS SQL Server
How to Access AWS Systems Manager Parameter Store using Python?
7/2/2023 7:09:49 PM.
Learn how to access AWS Systems Manager Parameter Store using Python. Set up the project folder, install required packages, and retrieve parameter values using the boto3 library. Test the code to acc
LINQ Methods
6/16/2023 6:47:15 AM.
Linq Methods
How To Minimize Application To System Tray In C#
6/9/2023 7:20:48 AM.
Minimizing the application to the system tray (officially known as the Notification Area) is a great alternative to a standard behavior we are accustomed to. Only a few basic steps are necessary to do
Test HTTP API Endpoint in Visual Studio without using Postman
6/4/2023 7:12:06 AM.
Test HTTP API Endpoint in Visual Studio without using Postman
Endpoints Explorer in Visual Studio 2022
6/1/2023 6:42:30 AM.
Let's review the new feature endpoints explorer in Visual Studio 2022
How to calculate total at the Backend using Trigger
5/31/2023 6:05:33 AM.
How to do Some Backend Calculations Using Triggers for Increased Security
How to Add Material-UI in React?
5/30/2023 5:12:44 AM.
This article provides a step-by-step guide on how to add Material-UI to a React application. It begins by listing the prerequisites, which include familiarity with HTML, JavaScript, and Bootstrap, as
How to Generate a Standalone Executable File from C# Project in Visual Studio 2022
5/29/2023 10:58:23 AM.
In this article, we will explore the process of generating a standalone executable file from a C# project in Visual Studio 2022. A standalone executable file allows you to distribute your application
Getting Started with Unity Game Development
5/27/2023 4:22:50 PM.
This article explains Unity, its uses for application development, and prerequisites and environment setup for development as well as demonstrates how to get started with game development with an exam
Building a C# and ChatGPT Translator
5/23/2023 1:07:38 PM.
Building a C# and ChatGPT Translator
GitHub Copilot - Your AI Pair To Write Code Faster and Efficiently
5/22/2023 10:58:29 AM.
GitHub Copilot is a new AI tool that helps developers to write code faster and better. Indeed, it is an AI coding partner that provides suggestions to your code and can write code based on description
Encryption and Decryption in ASP.NET Windows Console Application using C#
5/22/2023 10:09:44 AM.
In this article, I have explained how to encrypt and decrypt the text using the AES Encryption standard. Open Visual Studio, Create a new console application.
How To Use Syncfusion Autocomplete In Vue.js Application
5/19/2023 7:01:30 AM.
Deploying Azure Infrastructures using Terraform
5/9/2023 7:10:56 AM.
Deploying Azure infrastructures using Terraform is a powerful and flexible method for managing cloud resources. Terraform is an open-source infrastructure as code tool that allows users to define, pro
Tips and Tricks for using Visual Studio efficiently
5/9/2023 5:23:36 AM.
⌨️Azure Tools for Developers: Maximizing Cloud Efficiency and Streamlining Development
5/5/2023 10:29:42 AM.
This article provides an overview of the top Azure tools for developers. Azure offers a wide range of features for building and deploying cloud-based applications and services, and these tools can hel
Testing REST APIs From Visual Studio 2022
4/27/2023 5:59:44 AM.
Today, we will look into a very useful feature just introduced with Visual Studio 2022 version 17.5. In the past we would test our APIs using tools like Swagger or my favorite Postman.
New Features In C# 12
4/22/2023 11:34:16 AM.
We're excited to show you three new features for C# 12:
Add ChatGPT functionalities within Visual Studio
4/21/2023 6:40:01 AM.
Add ChatGPT functionalities within Visual Studio
Create Your First Visual Studio Extension
4/15/2023 5:28:38 PM.
Create Your First Visual Studio Extension
Creating PowerPoint Add-in using VSTO
4/14/2023 8:25:51 AM.
This article explains how we can create PowerPoint Addin using VSTO and how to access the PowerPoint objects like slides/shapes
Source Control (8), Git, Azure Repos, And Visual Studio
4/4/2023 5:05:00 AM.
This article discuss the process integrate Git, Azure Repos, and Visual Studio together.
Source Control (3), MS Azure DevOps
4/4/2023 5:04:38 AM.
This article introduce briefly MS Azure DevOps.
Comapare Files (1), With TFS And Git GUI In Visual Studio
4/4/2023 5:04:23 AM.
This article will introduce the different ways to compare files in Visual Studio.
Stratis Smart Contract Development using Visual Studio Code
3/29/2023 11:56:01 AM.
This article elucidates how we can develop s Smart Contract in Visual Code and C# with all the necessary steps and a sample code example. 
Discovey Rainbow Braces A Visual Studio 2022 Extension
3/27/2023 1:57:09 PM.
In this article, you will learn about rainbow braces, a visual studio 2022 extension.
Share Your Work In Progress In Real Time From VS Code
3/23/2023 4:53:55 AM.
Need to ask a teammate for some help with your code, but don’t want to push broken changes to GitHub? GitLive has a solution ??
How to Create and Test NuGet Package Locally in Visual Studio 2022
3/17/2023 10:24:21 AM.
This article describes how we can create a NuGet package using Visual Studio and configure the NuGet manager for local testing before publishing it to nuget.org. Additionally guides for developers to
Which version of C# am I using in Visual Studio 2019
3/12/2023 2:31:20 AM.
Learn how to find the version of C# language your Visual Studio is using and how to change it.
Debug .NET Core Project In Mobile Or Tablet Using Dev Tunnels
3/10/2023 9:07:21 AM.
In this article we will explore the new feature of Microsoft Visual Studio 2022 which allows you to test your Web Application on other PC, Mobile or Tablets while you are debugging your project. This
Instant Merge Conflict Detection In VS Code
3/6/2023 10:52:36 AM.
Would you like to know if your branch has conflicts before you go to merge it in? ??
Create A New Console Project In Visual Studio Code
3/6/2023 5:37:05 AM.
In this article, you will learn how to create a new C# Console project using Visual Studio Code using command prompt.
How to Configure Reports on SQL Server?
3/3/2023 4:40:21 AM.
How to configure reports on server and with ASP.NET.
Sharing Web Apps Using Dev Tunnels In Visual Studio 2022
2/13/2023 10:37:04 AM.
Let's learn how to share our web apps using dev tunnels in Visual Studio 2022.
Compare And Update SQL Server Database Project With Visual Studio
2/10/2023 7:28:00 AM.
In this article, you will learn how to create a SQL Server Database project using Visual Studio 2019 and how to compare and update the SQL Server Database Project from the remote SQL Server Database a
How To Compare Two Databases, Find Differences And Update Using Visual Studio
2/10/2023 7:01:44 AM.
In this article, you will learn how to compare Two databases, find differences and update using SQL server database project in Visual Studio.
How To Use Visual Studio Code For .NET Development With .NET 7
2/3/2023 10:30:53 AM.
This article describes the full utilization of Visual Studio code for .NET development. Additionally, the article demonstrates how to create a console app, class library project, solution, and ASP.NET
How To Change The VSCode Terminal Font Size
1/23/2023 7:00:02 AM.
In this short post, we're going to understand how we can change the font size for the terminal that comes bundled with Visual Studio Code. We'll take a look at both ways we can update the font
Helpful Tips To Increase Productivity In Visual Studio
1/17/2023 9:35:57 PM.
In this article, We will discuss some Tricks which will help developers to increase their productivity.
How To Create and Publish NuGet Package Using Visual Studio With .NET 7
1/16/2023 11:25:25 AM.
This article explains what is NuGet package, how to create a NuGet package using Visual Studio 2022 with .NET Class library project in .NET 7 framework.
Integrate Chat Bots In Azure DevOps Extensions - Chat Bot Adoptions
1/8/2023 1:15:52 PM.
In this article, we’re learning basic information about Extension development, Microsoft Chat Bot Integration in Extensions, Web Chat Enabling for your DevOps organization. It’s an idea about to adopt
Creating Your Own Visual Studio Code Extension | A Step By Step Guide
1/6/2023 8:52:36 AM.
In this step-by-step guide, we'll understand how we can create a very basic Visual Studio Code extension from scratch.
C# Connect To MySQL In Visual Studio
1/4/2023 9:31:14 AM.
In this article, we’ll learn to connect the MySQL Database with C# .NET Framework application in Visual Studio 2019. This is a foundational hand-on article which will help beginners to connect a widel
How To Open The VS Code From The MAC OS Terminal
12/29/2022 6:02:42 AM.
This article details the steps to set up PATH for VS CODE .
How To Enable SSL In Visual Studio
12/27/2022 2:24:50 AM.
In this article, you will learn how to enable SSL in Visual Studio.
Entity Framework (1), With .Net MVC, Code-First
12/16/2022 5:03:00 AM.
Setup Entity Framework with .Net MVC in Visual Studio 2019, with Code-First approach
Entity Framework (0), Overview
12/16/2022 4:59:22 AM.
In this article, you will learn about entity framework (0), Overview, concept, and approaches.
How To Install SQL Server Data Tools In Visual Studio 2019
12/8/2022 6:18:22 AM.
In this article, you will learn about step by step details to install SQL Server Data Tools in Visual Studio 2019.
'Dev Tunnels' In Visual Studio 2022 For Azure Functions
11/18/2022 10:28:16 AM.
'Dev Tunnel' in Visual Studio has been announced as public preview, in this article we'll learn how to configure it for Azure Functions.
Differences between Blazor Server and Blazor WebAssembly App
11/14/2022 11:04:42 AM.
Differences between Blazor Server and Blazor WebAssembly App.
Introduction to Razor - Blazor Framework Learning Series Ep. 2
11/9/2022 6:30:52 AM.
Watch this session by Debasis Saha on Introduction to the Blazor Framework - Blazor Framework Learning Series - Ep. 2
Containers as a Development Environment
11/3/2022 9:20:56 AM.
In this session, you will learn how to use Docker containers as a full-featured development environment using Visual Studio Code and docker desktop for Linux containers.
How To Publish ASP.NET Core Web API To Amazon ECS Fargate Using Visual Studio 2022
11/1/2022 6:25:01 AM.
In this article, you will learn how to publish ASP.NET Core Web API to Amazon ECS Fargate using Visual Studio 2022.
Learn Git Clone, Commit, Sync And Push Changes Using Visual Studio Code
10/15/2022 11:46:42 AM.
We will learn how to use GIT with VSCode, we will see how to perform GIT Clone, Commit & Push.