Click here to Skip to main content
15,890,897 members
Everything / Visual Studio / Visual Studio 2017

Visual Studio 2017

VS2017

Great Reads

by Nick Polyak
Dynamically compile and assemble code snippets into a dynamic assembly
by kusnaditjung
Web specification and framework
by Marc Clifton
Talk to your rPi over a Slack channel, getting status, controlling devices, and running shell (bash) commands and viewing the console output posted back to your Slack channel
by Mr. xieguigang 谢桂纲
How to build my own 3D graphics engine from ZERO step by step

Latest Articles

by Andreas Saurwein
Better recentlist, solutions and projects management for Visual Studio, not replacing the start window
by Andy De Filippo
Draw a shape-like editor implementing the use of anchors to resize and rotate a selection rectangle
by Nick Polyak
Dynamically compile and assemble code snippets into a dynamic assembly
by Private Dobbs
How to initialise a database and then automatically keep it up to date with version releases

All Articles

Sort by Updated

Visual Studio 2017 

9 Dec 2021 by Andy De Filippo
Draw a shape-like editor implementing the use of anchors to resize and rotate a selection rectangle
8 Apr 2020 by Gunnar S
Implementation of the Poisson Cumulative Distribution function for large Lambdas
23 Jan 2020 by Steffen Ploetz
Another fully functional ownerdraw menu with minimal effort - this time based on Win32, with icons instead of bitmaps, with accelerators and tested for ReactOS and WinNT 4.0 to Windows 10
11 Dec 2019 by Fabrice Lacharme
Yet another Knob Control in C#
13 Sep 2019 by honey the codewitch
A B-tree, an AVL tree, and a Splay tree in C#
11 Sep 2019 by honey the codewitch
A simple home HTTP server that works across all .NET platforms
30 Jul 2019 by Sunny Makode
There are several contents available on the internet that talk about injecting dependencies through .svc file's markup [in WCF service application] and it's easy when you have a WCF service application. But, it is equally easy to do that even in your WCF Library project (without .svc).
3 Jul 2019 by rohitsies
This article describes an advanced technique and configuration to automatically transform and run your all or selected T4 templates when a project is build.
2 Jun 2019 by DiponRoy
Utility class and model to manage range related operations
15 Jan 2019 by Shao Voon Wong
C++11 std::div() Benchmark
11 Jan 2019 by Harshit Gindra
Check and request for Permissions in Xamarin Forms mobile application
27 Dec 2018 by Alessio Aronica
Generate forms from MVC models in one simple line of code
24 Dec 2018 by Shao Voon Wong
It could be a hacking to crash your program.
18 Dec 2018 by jicking
This is written for devs who have no or little npm knowledge but would like to develop/tinker with expressjs (I used to be that guy too)
7 Dec 2018 by Dirk Bahle
Making better use of the available UI space.
30 Oct 2018 by Carsten Breum
Data Virtualization example with a pagesize and async data request
4 Apr 2018 by Clifford Nelson
This behavior will require that for any Group of ToggleButton/Checkbox controls that are associated together, the user cannot set all to not IsChecked.
3 Apr 2018 by Clifford Nelson
Normally a popup will stay open until explicitly closed. The Behavior will close the Popup if the mouse is clicked within or outside the Popup area or leaves the Popup area.
3 Dec 2017 by psatos
Make auto updater for UWP applications, because UWP doesn't have auto update functionality (like WPF ClickOnce).
17 Oct 2017 by Clifford Nelson
A Behavior is presented that will ensure that only one CheckBox (ToggleButton) will be checked with the same GroupName within the visual tree of the control to which this behavior is attached.
9 Oct 2017 by Georgeutc
Adding sliding functionality to UWP XAML SplitView
1 Oct 2017 by Iman Memarpour
How to set up your environment to use Angular CLI with your ASP.NET Core 2.0 Angular template
21 Aug 2017 by Mehdi Gholam
Cleanup the VS 2017 offline installation folder of old versions
29 Jun 2017 by Shashangka Shekhar
In this post, we are going to explore how to debug client side script in Visual Studio 2017 using Chrome and how to disable it.