Click here to Skip to main content
15,885,141 members
Everything / Visual Studio / Visual Studio 2013

Visual Studio 2013

VS2013

Great Reads

by Martin Mitáš
How to support scrolling within your controls.
by Higty
This article describes the mail sending process using the SMTP mail protocol.
by David Rogers Dev
Learn how to load related entities using the Entity Framework with simple examples
by Sergey Alexandrovich Kryukov
Derived work based on the article by Sergey Ryazanov "The Impossibly Fast C++ Delegates": this good solution is fixed and further developed using C++11.

Latest Articles

by Michael Chourdakis
Use your sensors for identification and verification
by KristianEkman
A comparison of Dijkstra and Astar
by Akhil Mittal
Directly check in VS extension to Git repo and automatically deploy to staging server via continuous integration
by Shao Voon Wong
Example of making HTTP REST Request in C++

All Articles

Sort by Title

Visual Studio 2013 

12 Dec 2014 by Yuriy Magurdumov
Calling native methods from .NET application via standard Windows Named Pipes
6 Jan 2014 by Assil
This article describes asynchronous patterns in .NET and how to do them.
4 Nov 2016 by Mr. xieguigang 谢桂纲
.NET language Canvas control for Interactive visualizing network data.
24 Nov 2016 by Shashangka Shekhar
In this article we are going to explore .Net Core, Know how to use MVC6 & AngularJS2, how to manage client side dependencies with Node package manager (NPM).
25 Oct 2015 by Greg Nutt
This is a VB.NET Version for ".NET Remoting Events Explained"
26 Mar 2016 by Amit Kumar Tiwari
.NET to Hadoop connection using Keytab file
9 Oct 2014 by Louie Bacaj
Web API was introduced and was recently streamlined into Web API 2.0. This framework is heaven for C#/.NET services developers. It allows you to get a RESTful API in .NET up and running in less than an hour. As you'll see it's also just as easy to consume that API in another programming language.
14 Sep 2014 by padmore
How to call Nest API from .NET using FirebaseSharp
10 Nov 2016 by Mehedi Shams
Coding a simple magic with cards!
21 Dec 2014 by arussell
How to use C# to create WPF 3D graphics.
15 Jul 2014 by Vasily Tserekh
A simple 3D exploration of a plaza in OpenGL and C#
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
31 Jul 2015 by Jesse Glover
Breaking down the MVVM pattern
19 Jan 2016 by Rahul Rajat Singh
In this article we will try to understand the service locator pattern.
4 Oct 2018 by Rahul Rajat Singh
In this article we will look at how Dependency Injection works in ASP.NET Core.
17 Mar 2017 by Leif Simon Goodwin
How to create a basic system tray app in C# and WPF
23 Jan 2018 by Cem KARACA
An article on how to combine Slider Controls and Progress bar into one class using custom draw
24 Jan 2016 by Duncan Edwards Jones
A class to add to your application to generate nicely formatted prints from a DataGrid.
8 Jun 2017 by Clifford Nelson
The DatePicker, in my mind, is a partial fix to many of the problems with a simple TextBox date entry. How would you like to be able to type “66” in a text box that takes a date and have it interpret it as “June 6th”? Or enter “FR” and have it interpreted as the previous Friday. Or enter “thanks” an
1 Mar 2018 by Omar Saad (IREQ), Eric Ouellet
A very fast Convex Hull algorithm and its implementation in O (n log h)
2 Aug 2013 by Syed M Hussain
This article explains how to develop a custom message box in C#.
17 Jan 2018 by Shenwei Liu
Custom model binder for passing query strings as nested objects or collections to Web API GET or POST methods, also updated for ASP.NET Core
3 Mar 2017 by wim4you
Launch additionally a limited number of hand picked Programs, Documents or Folders from the taskbar
12 Jun 2016 by David A. Gray
What happens when you have more items in your list than you have items in your control string?
31 Jul 2014 by Michael Gazonda
A Fundamental Lock-Free Building Block - The Lock-Free Stack
27 Apr 2015 by Jörgen Andersson
A high performance extension for creating a DataTable from a Generic collection.
20 Nov 2014 by Juan Ignacio Tel
Development of a new generic lattice noise algorithm that advances beyond perlin noise and expands the possibilities of textural noise creation.
17 Dec 2015 by webmaster442
A brief explanation of why 2d array is slow, and why not to use jagged array and howto overcome the problems using the dense array storage
21 Jun 2016 by fede.net
The article describes the basic to build a custom HTML control with JavaScript OOP programming and jQuery
11 Oct 2016 by #realJSOP
A GPS class with a coordinate parser, distance calculation, and bearing calculation.
1 Sep 2015 by David Maw
A way to embed help pages within a Windows RT or Phone program
22 Jan 2018 by Dirk Bahle
Implementing text highlighting in a WPF TextBlock control with MVVM
12 Oct 2018 by Vikas K Gupta
Illustration of factory method pattern among various approaches
25 Jun 2018 by David Serrano Martínez
A lazy stream has been implemented in C++11, so as to highlight the functional capabilities of this new specification
21 Mar 2016 by Marc Clifton
Based on Razor template engine syntax, a straightforward, extensible, easy to maintain implementation of a templating engine.
19 Mar 2017 by marcel heeremans
An introduction as to how to create a semi-advanced extendible HTML5 grid from scratch. This really isn't as daunting a task as many think!
3 Oct 2014 by SarmadAsghar
This is the second lock-free implementation (first is by H°akan Sundell) that only needs the single-word compare-and-swap atomic primitive.
22 Jul 2016 by Mohamed Kalmoua
In this article, I will create a master-detail view using the Entity Framework.
27 Jan 2016 by wells cheung
AJAX Progress Bar for ASP.NET.
7 Dec 2015 by Tim Bomgardner
A CheckedListBox with dynamic foreground, background, and font
14 Oct 2014 by Shenwei Liu
A sample shows approaches of creating WiX installers and a bootstrapper bundle for the deployment of business applications with multiple and selective configurations.
26 Nov 2014 by Jeremy Falcon
Provides a base to use when programming OpenGL-enabled applications for the real world, rather than a simple hello world.
15 May 2015 by Lộc Nguyễn
Example of data binding for nested tree structure, and MVVM pattern.
25 Jan 2018 by KristianEkman
Can we write a new better hash function?
7 Mar 2017 by Dr. Song Li
This is a note on how to bootstrap multiple apps in a single HTML page.
16 Jan 2017 by Dr. Song Li
This is a note on Angular 2 container components. 
17 Dec 2016 by Dr. Song Li
This is a note on a stupid, brutal force, terrible, yet not very horrible method to deploy the big Angular 2's 42.8 MB "node_modules" folder.
11 Dec 2016 by Dr. Song Li
This is a note on setting the environment for Angular 2 & Typescript in Visual Studio.
18 Jun 2017 by Dr. Song Li
This is a note on Owin (Open Web Interface for .NET) hosted services.
27 Oct 2016 by Dr. Song Li
This is a quick note on SignalR.
2 Aug 2017 by Andrew Rissing
GenericParser is a C# implementation of a parser for delimited and fixed width format files.
10 Jan 2016 by debashishPaul
This article discusses the Decorator Design Pattern. The approach taken in this series is how a pattern of problem can be identified, analysed and solved with a suitable design pattern.
1 Mar 2017 by Clifford Nelson
This is a more comprehensive example of how to implement a project with MVVMLight
17 Oct 2016 by Mehedi Shams
Design to scale automatically to different screen resolutions
6 Apr 2016 by UberGeoff
A reusable jQuery popup message box with Ajax functionality - that can bind to any model
18 Sep 2018 by Ben Hall (failingfast.io)
This is a robust solution for FileSystemWatcher firing events multiple times
11 Mar 2016 by Masoud Zehtabi Oskuie
A real code assessment for a senior C#.NET role
23 May 2020 by Toby Patke
Clearcove.Logging is a very simple logging library designed to meet most logging needs with straight-forward licensing terms.
4 Sep 2014 by Zimmermann Stephan
An easy to use C# library for quick and simple graph plotting.
5 Aug 2014 by Babu_Abdulsalam
A Simple Profiler for C++ apps on x64 platform
25 Jun 2014 by Philipp Katscher
How to draw a compass and feed it with NMEA device data (i.e. a GPS Compass)
10 Apr 2018 by Igor Ladnik
The sample provides Web access to devices status and displays dynamic metrics charts with ASP.NET Core 2.0, SignalR, Angular 5 and Chart.js.
25 Apr 2016 by Igor Ladnik
ASP.NET Web API, SignalR and AngularJS / Angular 2 work together
7 Sep 2018 by Robert Vandenberg Huang
Experiment, run and compare different pathfinding algorithms and heuristic functions
3 Oct 2014 by kb-boxer
A simple tree list view .NET WinForms control
15 Mar 2016 by Satbir S
A worker thread gives you parallel processing power
29 May 2016 by Kenneth Haugland
A simple WPF chart control that draws a 2D line chart.
15 May 2015 by orouit
Describes a framework to use the PCSC Smart Card API with .NET.
13 Jan 2015 by Jacques Fournier
Sudoku is a program built in C# with a WPF user interface.
8 Feb 2016 by Azim Zahir
This is a Text Editor App for Windows 8.
6 Jun 2016 by Saleth Prakash
This application is used to create N-Layer Architecture classes with multiple options.
26 Feb 2016 by Alan Seedhouse
An Editor Control to edit both Flags and non-Flags Enums
14 Jan 2016 by Pat Dooley
In this article I will describe the approach I took in creating a VB.NET implementation of the Spider Solitaire Game.
11 May 2015 by R Potter
A guide through a Vector type in C# using Cartesian and Euclidian Geometry
18 Sep 2014 by Vinu Sorout
This article explains the basic knowledge about the browser databases that comes in handy when working with the HTML 5 Offline application to create, edit, modify or delete the data of a table in databases (indexedDB and WebSql).
4 Mar 2017 by Robert Vandenberg Huang
An introduction to make a simple 2048 console application in C#
23 Sep 2015 by David Catuhe
I’ll demonstrate building a game from scratch using Web technologies and just two external libraries, and I’ll do it in less than one hour.
30 Sep 2014 by Bernardo Castilho
The article presents an ICollectionView class that supports filtering and sorting.
30 Jul 2014 by Dirk Bahle
This is an alternative for "A WPF File ListView and ComboBox"
2 Sep 2017 by Dirk Bahle
Rename an item via textbox overlay as in Rename of Windows Explorer
3 Aug 2018 by Rahul Rajat Singh
This article introduces Dapper to absolute beginners.
27 Oct 2018 by Steffen Ploetz
Give an brief overview of text rendering options for OpenGL/OpenTK especially for MONO/.NET.
28 Mar 2016 by Dmitriy Gakh
Intensive Big Data processing and Mobile Applications require fast calculations and compact data storage. Design of new quick and save .NET types with small overhead is not a simple task. This article describes creating of such type without overhead and with advantages only.
28 Dec 2017 by lepipele
Detailed guide on building C# ASP.NET website checkout that accepts Bitcoin (BTC), Litecoin (LTC), Ethereum (ETH) and other Crypto Currencies.
28 Feb 2015 by Pooja Baraskar
Make your app usable by people who have limitations.
15 Aug 2016 by Richard Deeming
A pair of classes to encapsulate access to NTFS alternative data streams.
27 Oct 2014 by Dominick Marciano
When iPhone SMS messages are backed up to your computer using iTunes, the messages are stored in a SQLite database. This article will show the layout of this database file and how to access all saved message information.
7 Oct 2016 by digital performance
This article shows how to access Windows API with plain x64 assembly programming language (MASM style). It shall also give an overview, how to apply some programming techniques like OOP and multithreading on a low level.
20 Jan 2016 by Pat Dooley
In this article I will show how simple programs can help improve your photography work flow. Acme Photo resizer resizes JPG images in bulk. It can also add a copyright notice and the photograph's file name to each image. It was written to help me resize race photographs so that I could post them to
9 Jan 2016 by Snorri Kristjansson
Active Directory change auditing solution. A Windows Service that stores selected AD change events from the Security log of all Domain Controllers to an SQL database.
17 Sep 2016 by Snorri Kristjansson
A SQL server CLR Stored Procedure that can query the Active Directory directly in T-SQL code
9 Oct 2017 by DaveMathews
Integration of a Chatbot in a C# application using SIML (Synthetic Intelligence Markup Language)
26 Aug 2015 by David P Nguyen
Add Fluent API support to your Entity Framework repositories
1 Oct 2015 by LEADTOOLS Support
This “How To” adds document viewing with page thumbnail navigation and full page view to an ASP.NET MVC 5 project.
12 Mar 2018 by Ivan Yakimov
When you provide Web API, there is a question, how to inform a user about all its abilities, about the syntax of requests, etc. Usually, you should create some available Web page, where you discuss these topics. But wouldn't it be great, if the Web API itself provided access to the documentation?
20 Jul 2016 by Joel Ivory Johnson
Windows IoT on Raspberry Pi doesn't yet have native support for a hardware real time clock. I've created a solution for getting Windows IoT to initialize its clock from RTC at bootup so that other solutions don't need to be modified to read from the RTC directly.
13 Oct 2016 by Paul D. Sheriff
Extend the Bootstrap panel component to enhance the UI of your web applications.
30 Mar 2015 by SSDiver2112
Interactive Design Time Control Overlays to make editing custom controls easier.