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

8 Feb 2024 by Petrov Vladimir
Build up our own AVI editing application and explore some fun techniques using simple code additions
17 Sep 2023 by .dan.g.
A hierarchical task manager with native XML support for custom reporting
11 Nov 2022 by Robert Gustafson
I've created an enhanced version of the Extended RichTextBox created by Razi Syed.
15 Jun 2020 by Vadim Loboda
ADO.NET Micro-ORM to SQL Server
4 Jun 2020 by Vincent Maverick Durano
This article will talk about how to implement a custom wrapper for your ASP.NET Core and Web API applications for managing exceptions, providing meaningful and consistent responses to consumers.
23 Oct 2019 by David Lafreniere
A framework combining state machines with asynchronous multicast delegates
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
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
6 May 2019 by Dmitriy Gakh
Three state (ternary) logical type implemented using C# programming language
20 Apr 2019 by BrainlessLabs.com, sibani.p
Creating a simple ORM for C++ on-top of SQL database
7 Apr 2019 by Stefan Timovski
A short tutorial on how to get started with creating SSMS extensions
23 Mar 2019 by charles922
WPF 3D Graphics Program to solve Soma Cube Puzzle
17 Mar 2019 by Nitin_Rajurkar
ASP.NET Multiple Selection Drop Down List using C# and ASP.NET
9 Mar 2019 by AlexeyYakovlev
This paper demonstrates a technique of building Sprache parsers using grammar inheritance.
24 Feb 2019 by WhiskeyBeforeWater
An unbalanced basic recursive Binary Search Tree for Excel VBA with functions (insert, search, delete, in order, pre-order, post-order, minimum, and maximum)
20 Feb 2019 by JL Doty
App to monitor a system's sensors, with added features
20 Feb 2019 by JL Doty
Minimalist app to monitor a system's sensors
5 Feb 2019 by charles922
Demonstrate Clipping Plane in WPF 3D - Part 3
26 Jan 2019 by David Lafreniere
A framework combining state machines and multicast asynchronous callbacks
25 Jan 2019 by David Lafreniere
Simplify passing data between threads using this multithreaded, portable C++ asynchronous callback framework
17 Jan 2019 by Ramon F. Mendes
Create HTML/CSS/script based cross-platform desktop apps in C# with Sciter engine!
9 Jan 2019 by steveb
Describes all aspects of MFC serialization mechanism
31 Dec 2018 by Randy Kroeger
This article provides an example on how you can change application configuration settings within an existing ClickOnce publish, update the manifest files, followed by using the Mage utility for updating the manifest using the existing cert file.
23 Dec 2018 by charles922
Introduction to Orbital Mechanics - 2 Body Problem
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
14 Dec 2018 by Dmitriy Gakh
The perspectives of creating bots that write programs with two simple examples.
17 Nov 2018 by Terence Wallace
A brief article on how to utilize NBA Stats API in a WinForm application
31 Oct 2018 by Aydin Homay
Internet of Things requires fully decentralized platforms which can be developed, deployed, discovered, and requested more easily.
28 Oct 2018 by Andrew Kirillov
The article demonstrates usage of ANNT library for creating convolutional ANNs and applying them to image classification tasks.
21 Aug 2018 by charles922
Demonstrate Clipping Plane in WPF 3D, Part 2
14 Aug 2018 by charles922
Demonstrate Clipping Plane in WPF 3D
13 Aug 2018 by Shmuel Zang
This article shows how we can implement a thread-safe events (similar to .NET events) mechanism using the standard C++ library.
11 Aug 2018 by Andrew Wood
A WPF localization solution with runtime updating and design-time support in Visual Studio
30 Jul 2018 by charles922
Introduction to Numerical Methods and Updated Polynomial Class
12 Jul 2018 by charles922
AngularJS and REST API Tutorial - Part 4
18 Jun 2018 by charles922
Games/Fun with Programming
5 Jun 2018 by Shao Voon Wong
Implementing string_view conversion to integral types using Boost Spirit Qi v2
1 Jun 2018 by User 6679439
31 May 2018 by charles922
Math Function Tutor: Part 3
22 May 2018 by charles922
Math Function Tutor, Part 2
5 May 2018 by George Swan
This article illustrates how to solve the Dining Philosophers' Problem using the Task Based Asynchronous Pattern
27 Apr 2018 by charles922
AngularJS and REST API Tutorial: Part 3
19 Apr 2018 by charles922
AngularJS and REST API Tutorial - Part 2
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.
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.
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.
31 Jan 2018 by Pawel idzikowski
How to replace the web API request query string to provide case insensitive OData search
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.
27 Dec 2017 by Petrov Vladimir
Simple solution for small avi demo performance from Image files of any kind
16 Dec 2017 by aleksey_m_t
MSVS2015 chart view trace extension
2 Dec 2017 by User 6679439
Library extending the .NET numeric support
21 Nov 2017 by Wojciech Nagórski
Extended XML Serializer for .NET 4 and .NET CORE with WebApi and ASP Core integration.
14 Nov 2017 by Nick Polyak
Describe VS2015 extension for generating sub-enumerations (akin to sub-classes)
7 Nov 2017 by Howard 9448490
Two classes for easy access to system information using OpenHardWareMonitor and Windows System.Management.
15 Sep 2017 by Valerii Tereshchenko
The article presents idea and implementation of class to manage selection of only one element in different linear and hierarchical structures
15 Sep 2017 by Meshack Musundi
WPF-MVVM weather forecast application that displays weather data using the OpenWeatherMap API
19 Aug 2017 by Jasper Lammers
Using multithreading in Windows Console Applications without interrupting user input.
17 Jul 2017 by Vadim Loboda
Combine Id-ParentId and HierarchyId approaches to keep and fetch the data in hierarchical and alphabetical order
11 Jul 2017 by Ansel Castro
Develop SOLID back-ends exposed through a REST API with ODATA support and DTO mapping using Enterlib.NET.
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?
14 Jun 2017 by Ehsan Sajjad
A guide on how to implement gridview in ASP.NET MVC 5
11 Jun 2017 by Jasper Lammers
Using Autocomplete in Windows Console Applications without losing key functions when using Console.Readkey().
6 Jun 2017 by Jasper Lammers
Retaining default functions when using Console.ReadKey() and customizing console key actions
20 May 2017 by Duncan Edwards Jones
How Microsoft Orleans can facilitate a very highly scalable CQRS and event sourcing based system
10 May 2017 by Petrov Vladimir
Former NeHe OpenGL Lessons adapted to MSVS-15 pro MFC in INICODE and the samples of the Joystick implementation
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).
8 May 2017 by Akhil Mittal
How to create API with ASP.NET Core
7 May 2017 by Michael Lockwood
How to call a web service using SSIS, store XML results and then query XML using XQuery
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.
1 May 2017 by Matthew Mansfield
Writing Your Own Voice Recognition Software
11 Apr 2017 by Juan Francisco Morales Larios
Collection Visualizer for Visual Studio 2015 and Visual Studio 2017. Preview your collections in debug mode.
24 Mar 2017 by Steffen Ploetz
This article introduces a small tool (much simpler than sandcaste help file builder) to create HTML help for .NET/MONO assemblies and reviews the XAML based approach to create GUI application with the Roma Widget Set XrwXAML.
16 Mar 2017 by Sean Rand
Testing using Chrome, Internet Explorer, Edge, and Firefox!
12 Mar 2017 by firas sawaf
A small single dialog utility for recording from the sound card in MP3 format
10 Mar 2017 by Sergey Alexandrovich Kryukov
A description of techniques based on context-sensitive conditions
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.
23 Feb 2017 by Pete O'Hanlon
Templates and how we can use them to support developing MVVM applications
21 Feb 2017 by Member 1895422
This article discusses bridging from Fortran to the .NET language C#.
14 Feb 2017 by Steffen Ploetz
Currently none of the big Linux/Unix (X11) GUI application frameworks (GTK+, KDE) support XAML based application development. The Moonlight project (including XAML support) was abandoned on May 29, 2012. This article reviews a XAML based application utilizing the DrawingBrush with offset and tiles.
9 Feb 2017 by dale.newman
An alternative to .NET Configuration Handler
1 Feb 2017 by Mr. xieguigang 谢桂纲
How to build my own 3D graphics engine from ZERO step by step
29 Jan 2017 by Miguel Diaz Kusztrich
Demonstrate or refute a conclusion automatically from a series of premises
26 Jan 2017 by Fred Song (Melbourne)
From this article, I’d like create ASP.NET Core (Net Core) application with Angular 2.
25 Jan 2017 by Nesreen Maged
Angular 2 Type Script Custom Controls Integrated with ASP.NET Core web API
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.
5 Jan 2017 by Pete O'Hanlon
Learning MVVM from the nuts and bolts
31 Dec 2016 by Marc Clifton
A Diagramming Tool
25 Dec 2016 by syed shanu
In this article, let’s see how to create our first ASP.NET Core Angular 2 Starter Application (.NET Core) using Template pack using Entity Framework 1.0.1 and Web API to display data from the database to our Angular2 and ASP.NET Core web application.
14 Dec 2016 by Rahul Sabharwal
Setting up Angular2 in Visual Studio 2015 update 3
1 Dec 2016 by Igor Ladnik
Software for large image smart viewing, mark out and annotation
30 Nov 2016 by Dino Konstantopoulos
Running Theano with an Nvidia 1070 GPU on Windows 10, with CUDA 8 and Visual Studio 2015
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.
16 Nov 2016 by syed shanu
In this article, we will see in detail how to create ASP.NET Core with Repository pattern in the WEB API.
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.
29 Oct 2016 by HadyAllam
Describe Website deployment on Azure App Service and manage your Website.
27 Oct 2016 by syed shanu
Tutorial for creating a simple web based Hotel Room Booking System using MVC, AngularJS, and WebAPI
23 Oct 2016 by hoanganhtdh1
This article demonstrates some techniques to automate Word 2016 using Visual C++ MFC in Visual Studio 2015.
17 Oct 2016 by Mehedi Shams
Design to scale automatically to different screen resolutions