Click here to Skip to main content
15,896,526 members
Everything / Visual Studio

Visual Studio

Visual-Studio

Great Reads

by Szymon Roslowski
Just another approach to understanding communication between HID devices and C#.
by Martin Mitáš
How to support scrolling within your controls.
by Hans Dietrich
XColorSpectrumCtrl displays a color spectrum that allows user selection, and provides APIs for color based on RGB and HSL color models.
by Hans Dietrich
XQueue implements a shared-memory first-in first-out (FIFO) queue, based on memory-mapped files, that works on all versions of Windows.

Latest Articles

by Shao Voon Wong
C++ SAX library to simplify XML parsing
by Yevgeniy Shunevych
An introduction to Atata C#/.NET web UI test automation full-featured framework based on Selenium WebDriver
by PJ Arends
How to use a .props file for your custom user settings across all your projects
by Dan Letecky
Weekly HTML5 event calendar with CSS themes, drag and drop support, date navigator. PHP and ASP.NET Core REST API backends.

All Articles

Sort by Updated

Visual Studio 

19 Jan 2021 by YawerIqbal
How Fiddler for model driven apps works and getting started
4 Sep 2020 by Sandeep Mewara
This is another one of the common errors developers get and ask about: vshost32.exe has stopped working.
31 Jul 2020 by Chinmoy Mohanty
How to upload/download a file using WCF REST service in .NET 3.5
5 Jun 2020 by morzel
Safer Binding due to TypeScript's keyof Operator
21 May 2020 by Vlad Neculai Vizitiu
Null-object pattern in C# 8
10 May 2020 by Gaston Verelst
How to send out regular notification updates using Azure Notification Hub
10 Mar 2020 by John Pili
A simple example of how to use SQLite in Golang
4 Mar 2020 by Lee P Richardson
How to provide strongly typed, cross platform, dependency managed access to all 2,935 Azure CLI commands in C#
9 Feb 2020 by Vlad Neculai Vizitiu
Hello and welcome, In this post, we are going to talk about how we can automate part of the windows desktop environment using AutoItX. What is AutoItX? Before we can talk about AutoItX first we need to talk a little bit about AutoIt.
9 Feb 2020 by OwenDavies
Instructions detailing creation of an Azure Virtual Machine using ARM templates in PowerShell, emphasizing steps from setting up the ARM template to deploying it
7 Feb 2020 by OwenDavies
Unhelpful error message received while trying to move VSTS (Visual Studio Team Services) account from one Resource Group to another
27 Jan 2020 by 10xlearner
How to format CMake files
2 Jan 2020 by Petru Faurescu
Best way, performance wise, to paginate results in MongoDB
20 Nov 2019 by Jeremy Likness
How to customize the new Windows Terminal for Windows 10 for custom font, look and feel, as well as setup terminals for git-bash, Node.js, PowerShell, and Azure Cloud Shell.
2 Nov 2019 by Shun Huang
How to use Visual Studio code with Windows subsystem for Linux
16 Oct 2019 by Simon Jackson
Hints, tips and advice for working well with Android in Unity
22 Sep 2019 by Shameel
This article describes a simple and elegant way to allow write access to ASP.NET apps to the App_Data folder. This is required for applications to work properly when deployed in AWS Beanstalk.. The post Granting write access to ASP.
26 Aug 2019 by DotnetShtien
Building a data form with validation in 3 minutes using xamarin and postsharp. Having a data form is very common in modern mobile applications , and of course in most cases you will need to validate user input before allowing him to submit the form..
15 Aug 2019 by Ryan Peden
How to customize the URLs of your Azure Functions
19 Jul 2019 by timtocci
Originally this application was a console application that I developed to get the music off of my iPod. After my post on transparent forms in VIsual Basic I decided to port it to a Widget format to make it easier to use and demonstrate what goes into creating a transparent Windows Forms application.
24 May 2019 by Andrew Blank
A bit about this project I was asked by a co-worker for an example of using Selenium Web Browser Automation with C# so I wrote a quick example in C# with MSTest and DotNet Core and I posted it to Github. https://github.com/andyrblank/Selenium-C-Sharp-Example What is Selenium?
15 May 2019 by Simon Jackson
The eternal battle with disk space
29 Apr 2019 by Lee P Richardson
Private NuGet Feeds in Azure DevOps
26 Apr 2019 by Benktesh Sharma
Here is a simple branching strategy to work in CI/CD and code review policy in Agile
8 Apr 2019 by Jeremy Hutchinson
Test Explorer in Visual Studio
4 Apr 2019 by Jeremy Hutchinson
Window Management in Visual Studio
1 Apr 2019 by Jeremy Hutchinson
Few tricks about data tips, the Visual Studio feature that allows you to hover over a variable and see its value while debugging
26 Mar 2019 by thoughts-on-coding
Introduction into an Automated C++ Build Setup with Jenkins and CMake
17 Mar 2019 by Madhur Kapoor
One of the quickest way to get your code up and running in Azure is to use Azure Functions which makes use of the serverless architecture. When we say serverless, it means that we don’t have to worry about the provisioning and maintaining of virtual machines or servers.
14 Mar 2019 by Martin Vorbrodt
Memory barriers and thread synchronization
11 Feb 2019 by frez
In Azure your web app is written to the “d:\home\site\wwwroot” folder, and if you deploy with Visual Studio and choose “Remove additional files at destination” anything not in your project will be removed from “d:\home\site\wwwroot”.
27 Jan 2019 by Gaston Verelst
In this post, I show how to create an image from a VM in Microsoft Azure, and use this to create identical VMs.
17 Jan 2019 by Rion Williams
Tools to test security, a plan on how to secure your system and building good habits to help ensure you stay protected
25 Dec 2018 by n.podbielski
This article is first part of the series of three. Next ones you can find here and here.. Code for all three articles, with new features and bug fixes is available on GitHub and as Nuget package.. Why not Reflection?. If you working with .
14 Nov 2018 by Vlad Neculai Vizitiu
A basic console application that copies all the files from the source path to destination path, checking if there are files already present at the destination path and doing a simple comparison
14 Nov 2018 by Vlad Neculai Vizitiu
Modifiers in C# - use and abuse
14 Nov 2018 by Vlad Neculai Vizitiu
FileSystem syncher
31 Aug 2018 by Sander Rossel
Set up Continuous Integration and Deployment to Azure in VSTS using Azure and Visual Studio. The post Azure Deployment using Visual Studio Team Services (VSTS) and .NET Core appeared first on Sander's bits.
29 Aug 2018 by Sander Rossel
Get started with Azure Functions and serverless computing in Azure. We'll see what serverless computing is and how it's implemented in Functions.
16 Aug 2018 by Sander Rossel
Taking Continuous Deployment one step further by deploying your infrastructure to Azure using Azure Resource Manager Templates, or ARM Templates. The post ARM Templates to Deploy your Resources to Azure appeared first on Sander Rossel.
31 Jul 2018 by YasIkeda
If you run msbuild and get an error message that points out Microsoft.PackageDependencyResolution.targets(198,5)., then this article may help you and your build. The problem is so simple, but if you are new with building .NET code without Visual Studio, it would not look such simple.
26 Dec 2017 by Rion Williams
Visual Studio 2017 has certainly been a major improvement over previous iteration of the flagship IDE; however, it isn't without its flaws.
7 Jun 2017 by Kamran Bilgrami
Exception helper in Visual Studio 2017
22 May 2017 by Kamran Bilgrami
A quick tip on how the new Exception Helper feature in Visual Studio 2017 can make your debugging experience a little quicker.
19 Mar 2017 by Mohit1110
In this article, we would learn to publish the local repository to the Git Server using Visual Studio code.
15 Mar 2017 by Sibeesh Passion
Some features of the brand new Visual Studio 2017
15 Mar 2017 by Simon Jackson
MonoGame (for those of you not yet aware) is a Game Building Framework / API born from the ashes that was the Microsoft XNA Framework that provides a very easy to use API to build games.
7 Mar 2017 by Sibeesh Passion
Some live actions of the brand new Visual Studio 2017
17 Feb 2017 by Rion Williams
How to resolve Installation Issues with Visual Studio 2017
21 Jan 2017 by Anton Angelov
Create item template for generating multiple files page objects consisting of separate files for the element maps, page's logic and the asserts.
17 Jan 2017 by Anton Angelov
Learn how to create Visual Studio item templates. Create faster WebDriver Page Objects through item templates. Download the full set of Pages item templates.
6 Jan 2017 by Mark Vinod Sinnathamby
This post is a tutorial that is complimentary to the session I did, demonstrating the steps of how a simple holographic application can be built and deployed in the HoloLens emulator.
5 Jan 2017 by levelnis
How to deploy your ASP.NET website to Microsoft Azure
1 Dec 2016 by Sujay Sarma
How to remove Visual Studio Bloatware
10 Oct 2016 by Rion Williams
Here are some common Visual Studio Extension woes
3 Sep 2016 by Mohit1110
How to configure Git with Visual Studio code
31 Jul 2016 by Bahrudin Hrnjica
Visual Studio vNext – The New Installer
25 Jul 2016 by santosh.yadav198613
In this post, we will see how we can get benefits from several Microsoft services offered to developers for free.
22 May 2016 by Afzaal Ahmad Zeeshan
In this post, I am writing about the procedure to set up a home server using IIS and ASP.NET; IIS as the web server, ASP.NET as web scripting framework.
21 Mar 2016 by Afzaal Ahmad Zeeshan
In this post I am talking about the "R Tools for Visual Studio" plugin, and how it can be used to make Visual Studio your default IDE for R programming.
25 Feb 2016 by Anton Angelov
If you need to rerun Failed Tests (MSTest), you can download the application that I wrote. Examples how to use it and code snippets.
25 Feb 2016 by Anton Angelov
A short list of keyboard shortcuts for things you probably do often in Visual Studio
25 Feb 2016 by Anton Angelov
A short list of keyboard shortcuts for things you probably do often in Visual Studio
26 Jan 2016 by Afzaal Ahmad Zeeshan
This post is about C# 6 usage in ASP.NET 5 web applications to fine tune applications for more readability and better performance.
23 Jan 2016 by Afzaal Ahmad Zeeshan
C# 6 has been available for a long time, by now! Many developers have written many guides to "list" the features. I have written this post to explain those features, and to explain whether they are actually new or are they just sugar coating to the compiler.
23 Jan 2016 by Simon Jackson
7 Jan 2016 by levelnis
I've been using ReSharper for the last 4 years and consider it to be the most useful tool I have yet come across. The purpose of this article is to highlight some of my favourite features.
7 Jan 2016 by levelnis
This article assumes the reader is familiar with James Kovac's PowerShell based build language, PSake, and explains how to pass parameters from the command line and use them within a PSake build script.
7 Jan 2016 by levelnis
How to configure IIS Express so that it runs from Visual Studio without needing Visual Studio to be run with Admin rights.
7 Jan 2016 by levelnis
Article discussing how to run a local Continuous Integration build via a Visual Studio shortcut key, with a focus on PSake
7 Jan 2016 by levelnis
Quick overview of searching and filtering Team Foundation Server changesets
7 Jan 2016 by levelnis
I often get developers who are unfamiliar with the branching and merging process within TFS asking me how it works, so I've put together a short guide that explains the basics.
3 Jan 2016 by Bartlomiej Filipek
Maybe I’ll be boring with this note, but again I need to write that this was another good year for C++! Read my report from 2015.
16 Dec 2015 by Bill Wagner
Visual Studio 2015 is here!
15 Dec 2015 by Afzaal Ahmad Zeeshan
This is part 1 of the articles that I want to write for ASP.NET beginners, who want to build their own personal web sites, that mimic characteristics of blog. It covers the ASP.NET web application part.
30 Sep 2015 by Tadit Dash (ତଡିତ୍ କୁମାର ଦାଶ)
This blog will take you through the steps to call a simple WebMethod to get the details of one record shown on a Repeater and show the retrieved details on jQuery Dialog popup.
20 Sep 2015 by Robert Hoffmann
Finds unused files and images in your website projects.
9 Sep 2015 by ZteffDK
IIS is dead - Long live IIS!
5 Sep 2015 by Pragmateek
Introduction If you've already developed COM APIs with .Net, typically in C# with VBA as the consuming language, you've probably leveraged two powerful features: by-reference parameter passing that allows the API to change the input object itself, not only its ... Continue reading ...
29 May 2015 by Tadit Dash (ତଡିତ୍ କୁମାର ଦାଶ)
This blog will take you through the steps to create an ASP.NET Repeater and show the details of a particular row on jQuery Dialog popup.
12 May 2015 by rahulsahay20
Publishing your ASP.NET app to Linux in 5 minutes with Docker
8 May 2015 by rahulsahay20
Visual Studio code in action
22 Apr 2015 by Bartlomiej Filipek
PDB Was Not Found - Linker Warning
21 Apr 2015 by Vasil Trifonov
Small Helper Tool for Configuration Transformations
21 Apr 2015 by Vasil Trifonov
Securing a WCF Service with self signed certificates programmatically
6 Apr 2015 by Naveen
An improvisation to boost unit test frame work that will let you run unit test cases in parallel.
21 Feb 2015 by Anton Angelov
This post gives some hints for arranging usings in Visual Studio efficiently.
20 Feb 2015 by Anton Angelov
Specify Assembly References Based On Build Configuration in Visual Studio
12 Feb 2015 by Afzaal Ahmad Zeeshan
This article provides an overview of the DateTime object in ASP.NET website, and a source code and example of a few scenarios in which using DateTime would be easy and simple, but tricky.
30 Jan 2015 by Afzaal Ahmad Zeeshan
This article provides a brief description and overview of ASP.NET's MVC framework, and how developers can covert their real-world objects into MVC framework, to create web applications.
18 Jan 2015 by Kunal Chowdhury «IN»
What’s New in C# 6.0? - Dictionary Initializer
10 Jan 2015 by izualx
First, let me introduce my development enviroment. I’m using Visual Studio 2010 with Office 2010 and all my VSTO applications are basing on VSTO 4.0 and .Net Framework 4.0. All my demo code is basing on them and if you are using VS 2008, you can port these code to VS2008 very easily.
4 Jan 2015 by Kunal Chowdhury «IN»
What’s new in C# 6.0? - await in catch and finally blocks
27 Dec 2014 by Kunal Chowdhury «IN»
What's new in C# 6.0? - Expression bodied function
13 Dec 2014 by Kunal Chowdhury «IN»
7 Dec 2014 by Kunal Chowdhury «IN»
Null conditional operators in C# 6.0
3 Dec 2014 by Kunal Chowdhury «IN»
nameof expressions in C# 6.0
30 Nov 2014 by Tadit Dash (ତଡିତ୍ କୁମାର ଦାଶ)
How to get the current Row of GridView inside the SelectedIndexChanged Event of a DropDownList present on the GridView itself and then find the other DropDownList and bind that