Click here to Skip to main content
15,886,258 members
Everything / Visual Studio / Visual Studio 2015

Visual Studio 2015

VS2015

Great Reads

by Dmitriy Gakh
The perspectives of creating bots that write programs with two simple examples.
by Andrew Kirillov
The article demonstrates usage of ANNT library for creating convolutional ANNs and applying them to image classification tasks.
by Shmuel Zang
This article shows how we can implement a thread-safe events (similar to .NET events) mechanism using the standard C++ library.
by Marc Clifton
Hashcash is a proof-of-work system used to limit email spam and denial-of-service attacks, and more recently has become known for its use in bitcoin (and other cryptocurrencies) as part of the mining algorithm.

Latest Articles

by Petrov Vladimir
Build up our own AVI editing application and explore some fun techniques using simple code additions
by .dan.g.
A hierarchical task manager with native XML support for custom reporting
by vblover Programmer
Load Menu from Resource-Only DLL (created by VC++) and Set for Form As MainMenu by API Functions.
by Robert Gustafson
I've created an enhanced version of the Extended RichTextBox created by Razi Syed.

All Articles

Sort by Score

Visual Studio 2015 

5 Jan 2023 by vblover Programmer
Load Menu from Resource-Only DLL (created by VC++) and Set for Form As MainMenu by API Functions.
23 Jan 2016 by Igor_A
An architectural prototype of a business logic server as Windows Service. Sample service implementation and test utility.
11 Feb 2016 by Martin Gmuca
Quick guide to develop first app for Windows 10 IoT core
29 Sep 2017 by Kannan Ar
Implement an online HTML to Word converter using CKEditor and MariGold.OpenXHTML
19 Feb 2016 by Member 11246861
Raspberry master, Pic24 slave over SPI
9 Mar 2017 by Vladan.Obradovic
Display additional properties for each VM inside SCVMM 2012 R2 console (VLAn, IP addres, VM Path, Mounted ISO, Number of Checkpoint)
14 Apr 2016 by Alon Lek
Create a simple self hosted Web API service that runs as console and as service in just 2 minutes
2 Mar 2016 by ahmet_uzun
Audio pitch shifter application using the CSCore library
26 Jul 2016 by Yochai Timmer
Debugging C++ projects in release. Finding the lost object information
9 Apr 2018 by charles922
Easy to Use Plotting Utility
26 Aug 2016 by Javad Taheri (drjackool)
Creating Simple PNG Decoder/Encoder
17 Nov 2015 by flyhigh
SOUI is a directui library and had been used in many commercial softwares, which is published based on MIT and is completely free to any user.
25 Jan 2016 by Kenneth Haugland
Connect properties in different ViewModels using a Mediator
10 Mar 2017 by Southmountain
Gems for typedef and namespace in C
11 Nov 2015 by _Noctis_
This will let you start logging quickly with VS2015 and NLog 4.2.
24 Jul 2016 by SagSD
Adding dropdown item using bootstrap modal window and Ajax in ASP.NET webform and postioning the modal window
19 Aug 2016 by Adi_Mag
Step by step guide to configure gulp in ASP.NET MVC core 1.0
15 Nov 2015 by Nobuhiro Ida
How to build an in-line color picker control on MenuStrip or ContextMenuStrip
13 Mar 2016 by Juan AG
Let´s do unit testing in a C++ project inside Visual Studio 2015 quick and easy
16 Nov 2016 by shivendra pratik
Convert an Empty Web Application to MVC Web Application using VS 2015 IDE
22 Sep 2016 by frankvdhorst
A quick way to add a toast notification to uwp applications and remove when the app closes...
14 Mar 2017 by Vladan.Obradovic
Test Multicast IP network traffic passing through the firewall between the computers that are in different IP sub-nets
9 Dec 2016 by Shesh Lamichhane
Step by step to add the transformation files of app.config in your .NET Windows service
6 Dec 2015 by Bilal Çalım
Log transform, negative transform, power-law transform, gray transform, histogram stretching, drawing histogram, histogram equalization
18 Dec 2015 by Redgum
A customizable MessageBox() DLL and test application with dozens of built-in icons and color schemes
20 Jun 2016 by Zebedee Mason
Wrap writing to the test logger with std::streambuf then substitute in std::clog
5 Jul 2018 by Peter Sun (247)
Master-detail view navigation using manageable data-driven and code-behind techniques
3 Feb 2019 by Vahid Asbaghi
This tip describes one of the beneficial design patterns that is named Multiton. Multiton pattern is used when we want to have a singleton instance of our class for each key.
3 Sep 2018 by JakeG
WIX template for wrapping EXE with a MSI installer for easier deployment with group policy