10 TIPs - To Become a Good Developer/Programmer
Why Join
Become a member
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
TECHNOLOGIES
ANSWERS
LEARN
NEWS
BLOGS
VIDEOS
INTERVIEW PREP
BOOKS
EVENTS
Training
Live
JOBS
MORE
CAREER
MEMBERS
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 (10)
Alagunila Meganathan (7)
Munib Butt (7)
Nimit Joshi (7)
Shweta Lodha (5)
Suthahar Jegatheesan (4)
Prakash Kumar (3)
Rijwan Ansari (3)
Chittaranjan Swain (3)
Satyaprakash Samantaray (2)
Arun Potti (2)
Manikandan M (2)
Rohit Gupta (2)
Kirtesh Shah (2)
Ojash Shrestha (2)
Priyanka K S (2)
Mahesh Chand (2)
Prashant Bansal (2)
Satheesh Elumalai (1)
Jochen Bartlau (1)
Amit Choudhary (1)
Debendra Dash (1)
Ankit Nandekar (1)
Sarathlal Saseendran (1)
Harshad Tretiya (1)
Satya Karki (1)
Saravanan Ponnusamy (1)
Scott Lysle (1)
Arvind Yadav (1)
Vicente Gerardo Guzman Lucio (1)
Ganesan C (1)
Raj Kumar (1)
Amey Vartak (1)
Rikam Palkar (1)
Miguel Teheran (1)
Sardar Mudassar Ali Khan (1)
Abhishek Gupta (1)
Sudhir Kumar (1)
Rakeshkumar Desai (1)
Abhishek Mishra (1)
Daniel Gomez Jaramillo (1)
Varun Setia (1)
Satendra Singh (1)
Arnab Mukherjee (1)
Mahesh Verma (1)
Kamlesh Kumar (1)
Anoop Kumar Sharma (1)
Mudita Rathore (1)
Kalyan Bandarupalli (1)
Maragatha Mani (1)
Anmol Srivastava (1)
Related resources for Visual Studio
No resource found
How To Deploy An Angular Application Using Visual Studio Code
5/10/2022 12:53:44 PM.
In this article, you will learn how to deploy an Angular application using visual studio code.
Automating NuGet Package Uploads
5/4/2022 6:45:10 AM.
Maintaining a huge number of packages on NuGet can be a tedious task. Here's a slick shortcut for automating things.
How To Setup Visual Studio Community For Graphical Programming In C++
4/30/2022 5:49:55 AM.
In this article, you will learn how to setup visual studio community for graphical programming in c++.
Delegates And Async Programming
4/26/2022 10:46:02 AM.
The .Net delegate type is essentially a type-safe, object oriented, function pointer.
Manage GitHub Repository Using Visual Studio Code
4/18/2022 7:21:53 AM.
How to manage public and private repository using VS Code and Push Project Changes to Repo
How To Use Multiple Code Files (Custom Headers And Source) In C++
4/13/2022 1:05:01 PM.
In this article, you will learn how to use custom Headers and Source Files to organize your code.
How To Use Multiple Code Files In C++
3/31/2022 3:26:42 PM.
In this article, we will use multiple code files instead of just putting all the code in a single file.
Important Tips To Write Clean Code In C#
3/31/2022 9:18:33 AM.
In this article, we will see how to write clean code in C# .
Create Folder using C#
3/29/2022 10:19:09 AM.
This article provides a few steps to create a folder which will be easy to follow.
Pair To Mac M1 Chip From Windows Machine For MAUI iOS Development Using Visual Studio 2022 Preview
3/28/2022 3:34:15 PM.
In this article, you will learn how to pair to Mac M1 chip from Windows machine for MAUI iOS development using Visual Studio 2022 Preview.
Open Legacy Projects (4.5 Framework) In Visual Studio 2022
3/20/2022 4:42:39 PM.
In this post, we will see how to open legacy 4.5 framework projects in Visual Studio 2022.
How To Install Visual Studio 2022
3/19/2022 7:42:10 AM.
Step by step process to install Visual Studio 2022 on PC
How To Publish Outlook Add-Ins Using Visual Studio Code
3/17/2022 2:47:22 PM.
In this article, you will learn how to publish outlook add-ins using visual studio code.
Top 5 Visual Studio Code Extensions For Azure
3/16/2022 6:55:00 AM.
This article talks about Visual Studio Code Extensions for Azure.
How To Enable Preview Version In Visual Studio 2022
3/8/2022 2:43:39 PM.
This article explains the switching process from the current Visual Studio version to the Preview version with a demonstration of switching from Visual Studio 2022 17.1-Current version to the VS2022 1
Visual Studio Code Version 1.65 Released
3/8/2022 2:41:51 PM.
In this article, you will learn about Visual Studio Code v.1.65.
Create A Custom List View In React Native Using Mac Visual Studio Code
3/4/2022 7:44:25 AM.
React Native list view is a view component, and it contains list of items. ListView DataSource is the minimum API to create list view. It populates array of data blobs with list view components and it
Using the DocX DLL to Programmatically Create Word Documents
2/23/2022 11:04:10 AM.
The project offers a DLL which can be downloaded and added to a project and then used to programmatically create Word documents on the fly and without any reliance upon the Microsoft Office DLLs.
Entity Framework (0), Overview
2/22/2022 2:33:01 AM.
In this article, you will learn about entity framework (0), Overview, concept, and approaches.
Entity Framework (1), With .Net MVC, Code-First
2/22/2022 2:32:17 AM.
Setup Entity Framework with .Net MVC in Visual Studio 2019, with Code-First approach
Source Control (7), Git, Azure Repos, And Visual Studio
2/21/2022 4:44:55 AM.
This article discuss the process integrate Git, Azure Repos, and Visual Studio together.
Source Control (3), MS Azure DevOps
2/21/2022 4:43:40 AM.
This article introduce briefly MS Azure DevOps.
How To Create xUnit Test In Visual Studio 2022
2/18/2022 4:47:49 AM.
In this article, we will learn what unit testing is, the advantage of unit testing,why xUnit, and steps to create unit testing
Creating First Xamarin.Forms App On MacOS
2/17/2022 4:18:52 PM.
This article will make (create) our first Xamarin.Forms application using MacOS.
Switch HTTP To HTTPS In Visual Studio
2/13/2022 6:27:41 AM.
This article discusses the switch of the protocol from HTTP to HTTPS for Web application in Visual studio
Creating An Xamarin Project In Visual Studio 2019 Using Mac
2/9/2022 6:01:38 AM.
In this article, I have explained about creating a sample xamarin project and run the android/iOS app using visual studio 2019 using mac
Hidden Features Of Visual Studio That Developer Should Know
2/1/2022 10:46:48 AM.
In this article, we are going to explore about hidden features available in the Visual Studio.
How To Install Visual Studio Code On WSL
1/25/2022 12:06:56 PM.
In this article, you will learn how to install visual studio code in Windows Subsystem for Linux (WSL).
Learn Git Clone, Commit, Sync And Push Changes Using Visual Studio
1/15/2022 5:33:51 AM.
I will show you how to learn Git using Visual Studio. We start off getting code from a Git repository to our local computer and then we see how we can make changes and push code back up to the remote
Create Azure Function - CosmosDB Trigger In Visual Studio
1/2/2022 9:14:10 AM.
This article will help you learn how to create Azure Function - Cosmos Trigger in Visual Studio.
Deploy Azure Function - Blob Trigger From Visual Studio
1/1/2022 4:57:16 AM.
This article will help you learn how to Deploy Azure Function – Blob Trigger from Visual Studio.
Create Azure Function - Queue Trigger In Visual Studio
1/1/2022 4:54:53 AM.
This article will help you learn how to create Azure Function – Queue Trigger in Visual Studio.
Create Azure Function - Blob Trigger in Visual Studio
12/30/2021 4:29:01 PM.
This article will help you learn how to create Azure Function – Blob Trigger in Visual Studio.
Create Azure Function - Timmer Trigger In Visual Studio
12/28/2021 5:35:35 PM.
This article will help you learn how to Create Azure Function - Timmer Trigger in visual studio.
Visual Studio 2019 Professional/Enterprise Edition Installation
12/27/2021 6:15:24 AM.
In this article, you will learn about the installation of Visual Studio 2019.
Create Azure Function In Visual Studio
12/25/2021 4:02:43 PM.
This article will help you learn how to Create Azure Function in visual studio.
Create Durable Function In Visual Studio
12/24/2021 9:46:18 AM.
This article will help you learn how to create Durable Function in visual studio.
How To Setup Visual Studio Code For C# 10 And .Net 6.0
12/24/2021 5:12:08 AM.
How to Setup Visual Studio Code for C#10 and .net 6.0
How To Install Visual Studio Code
12/8/2021 2:51:12 PM.
In this article, you will learn how to install Visual Studio Code.
How To Install Visual Studio Code On Windows 11
11/30/2021 7:08:10 AM.
In this article, we will learn how to install and set up visual studio code, popularly known as VSCode.
How To Enable SSL In Visual Studio
11/24/2021 5:38:00 AM.
In this article, you will learn how to enable SSL in Visual Studio.
Getting Started With First Xamarin MAUI Application Using Visual Studio 2022
11/23/2021 5:41:13 AM.
In this article, you will learn about the first xamarin MAUI application using visual studio 2022.
Visual Studio 2022 Installation Step By Step
11/18/2021 2:57:08 PM.
In this article, you will learn about Visual Studio 2022 installation step by step.
Visual Studio 2022 - Do you need an upgrade
11/17/2021 4:34:20 PM.
Let’s discuss all about Visual Studio (VS) 2022, its features, benefits, and if you should be upgrading to the latest version.
Debugging The Hottest Release Of Visual Studio With Code Demos
11/13/2021 12:48:29 PM.
Microsoft released Visual studio 2022 on 8th November 2021. Let's unpack it's few features.
Getting Started With Visual Studio 2022 Community Edition
11/11/2021 1:40:55 PM.
In this article, you will learn about Visual Studio 2022 Community Edition.
How To Install Visual Studio 2022
11/10/2021 1:55:09 AM.
In this article, you will learn how to download and install Visual Studio 2022.
Most Popular And Useful Visual Studio Shortcut Keys
10/30/2021 5:24:47 PM.
Using shortcut keys and commands can help to save time and result in considerable improvement as well as productivity. In this article, I will share the most useful and trendy shortcut keys for visua
Visual Studio 2019 Vs Visual Studio 2022
10/29/2021 2:29:31 AM.
We will see how the UI looks in the new Visual studio 2022 in comparison with Visual Studio 2019.
How To Deploy ASP.NET Core 5 WebAPI Website On Server Using Visual Studio 2019
10/18/2021 3:28:33 PM.
In this article, you will learn how to deploy Asp.net Core 5 WebApi Website on Server Using Visual Studio 2019.
Windows Form Application C#
9/30/2021 12:12:21 PM.
In this article, we'll learn to create a windows from application in C# with Visual Studio 2019.
C# Connect To MySQL In Visual Studio 2019
9/27/2021 2:04:46 PM.
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
C# 10.0 - Here To Make Coding Simpler
9/27/2021 10:10:50 AM.
Along with the Visual Studio 2022 release later this year, another new version of C# in the form of C# 10.0 will be coming out and this article goes through some of the features that the devs will be
Triggers In SQL Server | SQL Interview questions and answers for freshers
9/22/2021 7:03:03 AM.
Understanding of triggers in SQL Server. Overview of trigger groups, magic tables, DML triggers with the use case, and real examples.A SQL Server trigger is like a stored procedure that executes whe
Creating A Web API Project In Visual Studio 2019
9/17/2021 2:36:29 PM.
In this article I will show how to write APIs - Get, Post, Put, Delete, and Scaffold DB context to connect database in .Net Core Web API project. Testing Api from Swagger.
Comapare Files (1), With TFS And Git GUI In Visual Studio
8/30/2021 7:46:24 AM.
This article will introduce the different ways to compare files in Visual Studio.
Compare Files (2), With Visual Studio Built In Tool
8/30/2021 7:45:54 AM.
This article will discuss compare files with Visual Studio Built-in Tool.
Compare Files (3), With Visual Studio Extension Or Other Apps
8/30/2021 7:44:57 AM.
This article discuss the way to compare files with Visual Studio extension or non Visual Studio.
What is Microsoft .NET?
8/23/2021 5:01:11 AM.
In this video I will elaborate about .NET. What is Microsoft .NET which is one of the most popular and used development platforms? .NET is a platform where we will have numerous libraries and use can
View Text For Any File In A Solution In Visual Studio
8/16/2021 4:06:56 AM.
In this article, you will learn about the ways to view text for any file in a solution in Visual Studio.
Creating a Docker containerized application and deploying it to an Azure app service
8/14/2021 4:47:24 AM.
In this video, we will create a Docker containerized application using Visual Studio 2022. Then we will publish this container to the Azure Container Registry (ACR) repository, and finally use it as a
Visual Studio 2022 With MAUI First Impressions
8/12/2021 6:52:14 AM.
In this article, you will learn about Visual studio 2022 with Maui First Impressions.
Visual Studio Code - Enable Debugger for Python Code in Jupyter Notebook
7/28/2021 4:17:57 AM.
This video will guide you in a step-by-step fashion, on how to debug Jupyter Notebook inside Visual Studio Code
Microsoft Visual Studio 2022 project templates
7/24/2021 2:36:04 AM.
Introduction to the Microsoft Visual Studio 2022 project templates
First Look At A .NET 6 Feature In Visual Studio 2022
7/20/2021 8:39:00 AM.
In this article, you will learn about the First look at a .NET 6 feature in Visual Studio 2022.
Build .NET 5 Console application using Visual Studio Code
7/20/2021 5:19:10 AM.
This video demonstrates how to build and debug .NET 5 applications using Visual Studio Code. They will learn how to set up the development and debug environment using VS Code.
What Is Azure Functions?
7/18/2021 12:44:12 PM.
In this article, you will learn what is Azure Functions.
Using Certificates For API Authentication In .NET 5
7/5/2021 11:39:27 AM.
In today’s article we will look at using certificates for protecting and providing authentication to our APIs in .NET 5. As we all know, security is particularly important for all applications especia
What Is New In Visual Studio 2022
6/23/2021 5:56:23 AM.
In this article, you will see what is New in Visual Studio 2022.
Hot Reload For .NET Developers
6/15/2021 2:47:09 PM.
In this article, you will learn about Hot Reload For .NET Developers. Hot Reload allows us to modify the source code of our application while it is running and visualize these changes in real-time wit
Tips For Building Blazor WebAssembly App In .NET 6 And Visual Studio Code
6/14/2021 8:45:22 AM.
In this article, you will learn how to build Blazor WebAssembly app in .NET 6 and Visual Studio Code.
How To Integrate Database Server With AppService Through The Private Virtual Network
6/2/2021 9:04:46 AM.
In this article, you will learn how to integrate database server with AppService through a private virtual network.
Getting Started With Visual Studio 2019 Community Edition For ASP.NET Core 5.0
5/29/2021 2:11:29 PM.
In this article, you will learn about Visual Studio 2019 Community Edition For ASP.NET Core 5.0.
Using The Hot Reload Feature In Visual Studio 2019
5/27/2021 2:12:07 PM.
In this article, you will learn how to use the Hot Reload feature in Visual Studio 2019.
Add Existing .NET Project With Multiple Class Library Folder Into A GitHub Repository Using Visual Studio 2019
5/26/2021 1:01:12 PM.
In this article, you will learn how to add an existing .NET project with multiple class library folder into a GitHub repository using Visual Studio 2019.
Getting Started With Web Forms Scaffolding in ASP.Net
5/14/2021 6:35:50 AM.
This article describes the working process and use of Web Forms Scaffolding in the ASP.NET Web Applications in Visual Studio 2013.
ASP.Net MVC 5 Using Visual Basic: Getting Started
5/14/2021 5:44:58 AM.
This article explains how to create an ASP.Net MVC 5 Web Application using Visual Basic in Visual Studio 2013.
Introducing Visual Studio 2022
5/7/2021 3:28:06 PM.
In this article, you will learn about Visual Studio 2022.
Thunder Client - An API Testing Extension
4/27/2021 8:32:56 PM.
Thunder Client is a lightweight API testing extension which a developer can use in Visual Studio code for testing API.
Learn how to connect to Azure from VS Code
4/25/2021 9:34:21 AM.
This video talks about how to connect to Microsoft Azure using Visual Studio Code and what all commands can be executed in order to interact with Azure.
How To Setup Visual Studio Code For Salesforce Development
4/23/2021 12:28:50 PM.
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
4/23/2021 12:28:25 PM.
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.
Azure Logic Apps - In Visual Studio Code
4/23/2021 4:21:23 AM.
In this video, we'll learn how to create Azure Logic Apps in Visual Studio Code. Login Apps in Visual Studio -- https://tinyurl.com/cd5c7wzb
Getting Started With MAUI Xamarin Forms Application Using Visual Studio 2019 Preview 16.10
4/18/2021 3:59:35 PM.
In this article, you will learn about MAUI Xamarin Forms Application using Visual Studio 2019 Preview 16.10.
CI/CD Setup with GitHub Repository using Visual Studio Code
4/14/2021 11:13:24 AM.
This video explains how to use Azure Static Web Apps (Preview) Extension to setup CI/CD with GitHub repository. It also explains about, how to push the code to GitHub, build and deploy it from VS Code
An Introduction To Using NDepend In Visual Studio
4/13/2021 12:38:44 PM.
In this article, you will learn how to use NDepend in visual studio.
Introduction Of .Net 5
4/12/2021 4:11:51 AM.
In this article, you will learn about .Net 5.
Introduction to MVC Web Site in Visual Studio
4/6/2021 10:18:26 AM.
This article describes creation of MVC Web Sites and use of them with the Visual Studio Template.
Create ASP.NET Core Web Application With Visual Studio Code
4/5/2021 3:53:25 AM.
In this article, we will see How to create an empty ASP.NET Web Application with .NET CLI and Visual Studio Code.
Visual Studio Code - How to get started with C# project
4/4/2021 2:43:36 AM.
In this video, you will learn from scratch on how and from to install VSCode, high level overview of VSCode editor, what all useful extensions are available for creating C# project, how to create and
Getting Started With BackboneJS in MVC 4
4/1/2021 10:10:56 AM.
This article explains the association of a Backbone Template with the ASP.NET MVC Web Application.
Introduction To Scaffolding in Visual Studio 2013 RC
3/26/2021 10:00:17 AM.
In this article, I am describing the new Scaffolding methodology used in Visual Studio 2013 RC.
Create A C# Azure Function Using Visual Studio 2019
3/24/2021 2:52:40 PM.
The azure function is a serverless concept of cloud native design that allows a piece of code to be deployed and executed without any need of server infrastructure, web server, or any configurations.
Social Provider Access in Web Application With MVC 5
3/24/2021 10:07:08 AM.
This article explains how to access the social providers in a MVC based ASP.NET Web Application. Facebook is used for the example of a social provider.
Using Web API With ASP.NET Web Forms
3/24/2021 5:53:06 AM.
In this article, we will define that how we can use Web API with ASP. Net Web Forms. For using the Web API in Web Forms There are various steps all these are as follows.
ASP.NET 4.5 New Features
3/17/2021 10:47:42 AM.
This article describes the new features of ASP.NET in ASP.NET 4.5.
Understanding the Core Reference in ASP.Net Web Application
3/9/2021 6:39:13 AM.
In this article, I am describing the availability of core references for the ASP.NET Web Application in Visual Studio 2013.
Debugging Angular 11 Application In Visual Studio Code
3/8/2021 6:54:04 PM.
In this article, you will learn how to debug an Angular 11 application in Visual Studio Code
Creating A WEB API Project In Visual Studio 2019 - ASP.NET Core And Swagger
3/4/2021 3:00:28 PM.
This article explains how to create a Web API project in ASP.NET Core from scratch.
Simple Scientific Calculator Using C# In Visual Studio
3/1/2021 5:13:54 PM.
In this article, you will see how we create a Scientific calculator using C#.