Click here to Skip to main content
15,884,739 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 Updated

Visual Studio 2015 

17 Sep 2023 by .dan.g.
A hierarchical task manager with native XML support for custom reporting
27 Dec 2015 by 0xC0000054
A C# library to host Photoshop-compatible filters in .NET 2.0 and later
18 Feb 2016 by Admir Tershalla
Learn how to control Windows services via ServiceController in Windows Forms Application
15 Feb 2016 by Ahmed Amer Jaf
Fast n Easy Way to parse Json data
4 May 2016 by Akhil Mittal
In this section of the series I’ll cover how development with Visual Studio 2015 can increase your productivity to n times and enables you to write cleaner and more optimized code.
6 May 2016 by Akhil Mittal
In this article, we’ll cover another interesting and very useful featureof Visual Studio 2015: Live Static Code Analysis.
9 May 2016 by Akhil Mittal
Renaming assistance in Visual Studio 2015
10 May 2016 by Akhil Mittal
In this article I show how you can leverage the capability of Visual Studio 2015 in optimizing your code.
25 May 2016 by Akhil Mittal
This article covers the debugging improvements that Visual Studio 2015 has come up with.
14 Jun 2016 by Akhil Mittal
This article will cover other debugging improvements of VisualStudio 2015 like the tool window support for LINQ and Lambda expressions, the newperftips, and the new diagnostic tool window.
8 May 2017 by Akhil Mittal
How to create API with ASP.NET Core
16 Dec 2017 by aleksey_m_t
MSVS2015 chart view trace extension
9 Mar 2019 by AlexeyYakovlev
This paper demonstrates a technique of building Sprache parsers using grammar inheritance.
24 Jul 2016 by Ameet Parse
Solving Producer Consumer Problem - Thread Safe Data Access for Shared Data
7 Jun 2016 by Andreas Michael Kreuzer
This article is about collision detection for convex polytopes using the simplex method.
28 Oct 2018 by Andrew Kirillov
The article demonstrates usage of ANNT library for creating convolutional ANNs and applying them to image classification tasks.
11 Aug 2018 by Andrew Wood
A WPF localization solution with runtime updating and design-time support in Visual Studio
1 Dec 2015 by Android on Intel
Targeting Android Apps on x86- and ARM-Based Devices with Visual Studio 2015
11 Jul 2017 by Ansel Castro
Develop SOLID back-ends exposed through a REST API with ODATA support and DTO mapping using Enterlib.NET.
31 Oct 2018 by Aydin Homay
Internet of Things requires fully decentralized platforms which can be developed, deployed, discovered, and requested more easily.
27 Oct 2015 by Bill Menees
AT&T’s vertical and horizontal coordinates can be used to calculate the latitude and longitude for rate centers and wire centers as well as the distances between them.
20 Apr 2019 by BrainlessLabs.com, sibani.p
Creating a simple ORM for C++ on-top of SQL database
1 Apr 2016 by Carey Payette
The problem I am looking to solve while evaluating the LEADTOOLS SDK is to use a photo of a hard copy page of text taken with my phone, have it processed and displayed in the document viewer, then have it converted to Word format so that it can be easily edited.
19 Apr 2018 by charles922
AngularJS and REST API Tutorial - Part 2
27 Apr 2018 by charles922
AngularJS and REST API Tutorial: Part 3
22 May 2018 by charles922
Math Function Tutor, Part 2
31 May 2018 by charles922
Math Function Tutor: Part 3
18 Jun 2018 by charles922
Games/Fun with Programming
12 Jul 2018 by charles922
AngularJS and REST API Tutorial - Part 4
30 Jul 2018 by charles922
Introduction to Numerical Methods and Updated Polynomial Class
14 Aug 2018 by charles922
Demonstrate Clipping Plane in WPF 3D
21 Aug 2018 by charles922
Demonstrate Clipping Plane in WPF 3D, Part 2
5 Feb 2019 by charles922
Demonstrate Clipping Plane in WPF 3D - Part 3
23 Dec 2018 by charles922
Introduction to Orbital Mechanics - 2 Body Problem
23 Mar 2019 by charles922
WPF 3D Graphics Program to solve Soma Cube Puzzle
13 May 2016 by Christ Akkermans
This article in the FORTRAN Interoperability with .NET series explains how to exchange complex data between C# and FORTRAN.
7 Mar 2016 by dale.newman
Importing Excel & Delimited Files into a Junk Database
9 Feb 2017 by dale.newman
An alternative to .NET Configuration Handler
25 Jan 2019 by David Lafreniere
Simplify passing data between threads using this multithreaded, portable C++ asynchronous callback framework
23 Oct 2019 by David Lafreniere
A framework combining state machines with asynchronous multicast delegates
26 Jan 2019 by David Lafreniere
A framework combining state machines and multicast asynchronous callbacks
25 Oct 2015 by defwebserver
In this tutorial, we will cover creating a simple number guessing game. The user will guess a number between 1 and 10.
30 Nov 2016 by Dino Konstantopoulos
Running Theano with an Nvidia 1070 GPU on Windows 10, with CUDA 8 and Visual Studio 2015
3 May 2017 by dmihailescu
A Visual Studio add-in that inserts some commonly known OO patterns into your working project and searches your highlights online.
10 Apr 2016 by Dmitriy Gakh
One new method of explaining of boxing and unboxing
15 Dec 2018 by Dmitriy Gakh
An introduction to Genetic Algorithms with brief reference to biology and example of finding one solution for complex mathematical equation
6 May 2019 by Dmitriy Gakh
Three state (ternary) logical type implemented using C# programming language
14 Dec 2018 by Dmitriy Gakh
The perspectives of creating bots that write programs with two simple examples.
11 Jul 2017 by Doug Duerner, Yeon-Chang Wang
In this article we explored a theory; would it be better to not utilize a heap construct when dealing with very large objects in .NET, in order to avoid Large Object Heap (LOH) fragmentation?
19 Jul 2016 by Duncan Edwards Jones
A quick example of how to use the Microsoft Orleans library to develop a distributed, fault tolerant fund accounting system
20 May 2017 by Duncan Edwards Jones
How Microsoft Orleans can facilitate a very highly scalable CQRS and event sourcing based system
31 Jan 2018 by Ehsan Sajjad
This article demonstrates how to implement advanced search on a gird using JQuery DataTables in asp.net mvc 5
31 Jan 2018 by Ehsan Sajjad
In this post, I will be addressing this problem and we will learn that how can implement CRUD using JQuery DataTables in one page without any full page reloads.
14 Jun 2017 by Ehsan Sajjad
A guide on how to implement gridview in ASP.NET MVC 5
12 Mar 2017 by firas sawaf
A small single dialog utility for recording from the sound card in MP3 format
27 Sep 2015 by Fiyaz Hasan
Building a technical event management application with ASP.net 5 MVC and Entity Framework 7
26 Jan 2017 by Fred Song (Melbourne)
From this article, I’d like create ASP.NET Core (Net Core) application with Angular 2.
10 May 2017 by Fred Song (Melbourne)
Inthis article, I talk about how to use ASP.NET Core MVC, Entity Framework Coreand Angular 2 to implement a CRUD SPA (Single Page Application).
5 May 2018 by George Swan
This article illustrates how to solve the Dining Philosophers' Problem using the Task Based Asynchronous Pattern
29 Oct 2016 by HadyAllam
Describe Website deployment on Azure App Service and manage your Website.
13 Feb 2018 by Halil ibrahim Kalkan
A step by step guide to create a web application based on ASP.NET Core, Entity Framework Core and ASP.NET Boilerplate frameworks with automated tests.
13 Feb 2018 by Halil ibrahim Kalkan
A step by step guide to create a layered web application based on ASP.NET Core, Entity Framework Core and ASP.NET Boilerplate frameworks with automated tests.
6 Mar 2016 by Hiske Bekkering
A simple explanation of how to synchronize custom painting with a ProgressBar's default painting.
23 Oct 2016 by hoanganhtdh1
This article demonstrates some techniques to automate Word 2016 using Visual C++ MFC in Visual Studio 2015.
7 Nov 2017 by Howard 9448490
Two classes for easy access to system information using OpenHardWareMonitor and Windows System.Management.
1 Dec 2016 by Igor Ladnik
Software for large image smart viewing, mark out and annotation
22 Dec 2015 by Intel
This guide will get you up and running quickly with the Intel® RealSense™ SDK on your Windows 10 equipped computer.
8 Oct 2015 by Irina Pykhova
This article describes the implementation of an extended GridView control for the Universal Windows Platform (UWP).
9 Jan 2017 by Jack Xu, USA
This article demonstrates how to convert the WinForm version of the Microsoft chart control into a WPF and MVVM compatible chart control and how to use it to create various charts in a WPF application.
11 Jun 2017 by Jasper Lammers
Using Autocomplete in Windows Console Applications without losing key functions when using Console.Readkey().
19 Aug 2017 by Jasper Lammers
Using multithreading in Windows Console Applications without interrupting user input.
6 Jun 2017 by Jasper Lammers
Retaining default functions when using Console.ReadKey() and customizing console key actions
3 Jan 2018 by Jasper Lammers
A method to easily toggle the way exceptions are being handled (either being thrown or handled by custom code), while still conserving the stack trace when exceptions are not being thrown.
20 Feb 2019 by JL Doty
Minimalist app to monitor a system's sensors
20 Feb 2019 by JL Doty
App to monitor a system's sensors, with added features
9 Sep 2016 by Jose A Pascoa
SIMD instruction sets may expect a special alignment of memory, but when that memory is on the stack MASM does not provide alignment facilities.
11 Apr 2017 by Juan Francisco Morales Larios
Collection Visualizer for Visual Studio 2015 and Visual Studio 2017. Preview your collections in debug mode.
25 Nov 2016 by kannankeril
This article is an attempt at splitting out the controller layer to reduce its complexity and improve quality and maintainability of the resulting code.
10 Sep 2015 by Kenneth Haugland
Create HLSL files, compile them and use them in a WPF appliction. A light Shazzam Shader Editor tool for Visual Studio
2 Jul 2013 by kevin delafield
A Windows Forms based text editor with HTML output, implemented with a browser control in edit mode.
16 Aug 2016 by Kirill S. Gomenyuk
The article is about creating ASP.NET web form, which has d3js pie chart in it.
16 Nov 2016 by Lars Hove Christiansen
XML Visualizer v.2 improves the standard XML Visualizer in Visual Studio 2005, 2008, 2010, 2012, 2013 and 2015.
4 Jul 2016 by Mahsa Hassankashi
This article is a practice for nodejs on Microsoft .net platform with javascript language
12 Dec 2004 by Manish K. Agarwal
An article demonstrating how to run a single instance of an application and activate previous one if already running.
24 Feb 2017 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.
31 Dec 2016 by Marc Clifton
A Diagramming Tool
13 Aug 2016 by Mark J. Caplin
Developing a web application front-end with Angular 2
1 May 2017 by Matthew Mansfield
Writing Your Own Voice Recognition Software
29 Jan 2016 by Md. Samiul Hoque
intros_ptree: A library that lets you populate your structure or class from XML file (or json or ini file) automatically, and vice versa
24 Jul 2019 by Mehdi Gholam
NoSql, JSON based, Document store database with compiled .net map functions and automatic hybrid bitmap indexing and LINQ query filters (now with standalone Server mode, Backup and Active Restore, Transactions, Server side queries, MonoDroid support, HQ-Branch Replication, working in Linux, .net
17 Oct 2016 by Mehedi Shams
Design to scale automatically to different screen resolutions
21 Feb 2017 by Member 1895422
This article discusses bridging from Fortran to the .NET language C#.
15 Sep 2017 by Meshack Musundi
WPF-MVVM weather forecast application that displays weather data using the OpenWeatherMap API
7 May 2017 by Michael Lockwood
How to call a web service using SSIS, store XML results and then query XML using XQuery
29 Jan 2017 by Miguel Diaz Kusztrich
Demonstrate or refute a conclusion automatically from a series of premises
16 Oct 2015 by Mike (Prof. Chuck)
Easier than MemoryCache, less distraction
28 Jun 2016 by Mohamed Kalmoua
This article describes how to create a UWP application that uses a Window Runtime Component.
12 Aug 2019 by Mohammed Dawood Ansari
"How to export the List into an Excel file" in a generic way using NPOI with .NET/.NET Core WEB API