Click here to Skip to main content
15,881,882 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 Score

Visual Studio 2013 

26 Feb 2018 by Martin Mitáš
How to support scrolling within your controls.
9 Dec 2012 by Higty
This article describes the mail sending process using the SMTP mail protocol.
24 Jul 2014 by David Rogers Dev
Learn how to load related entities using the Entity Framework with simple examples
11 Mar 2017 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.
30 Jul 2015 by Tom Chantler
UPDATE: 2015-07-30 - Works correctly in Windows 10 RTM (10.0.10240) with VS2013 and VS2015 - If you're running Windows 7, 8, 8.1 or 10 and you don't want to disable User Account Control (UAC) - which you shouldn't and quite possibly can't in a corporate environment - then you get an annoying prompt
26 Nov 2017 by Marcelo Ricardo de Oliveira
A shoot'n'up HTML5 game made with Phaser game framework
25 Dec 2016 by Arthur V. Ratz
In this article we'll demonstrate the implementation of k-means clustering algorithm to produce recommendations.
15 Jun 2016 by JosipK, Marko Kozlina
C# and VB.NET console applications that demonstrate how to create and send an email reply with IMAP and SMTP protocols in .NET Framework
22 Mar 2017 by Sergey Alexandrovich Kryukov
Addresses questions on graphics, threading with UI, form development, printing and more
15 Jul 2018 by Ajcek84
Open source library for music engraving in desktop, mobile and web applications
2 Feb 2018 by wmjordan
This is a fork of "fastJSON" with new power to control many aspects in JSON serialization and deserialization, such as, serializing interface instances (polymorphic serialization) and private types, including or excluding members, performing data conversions, conditional serialization, etc.
2 Jan 2014 by tetsushmz
This article explains how to dynamically create RDLC.
5 Dec 2015 by Daniel Miller
This article describes the C# implementation for a high-performance user/role security principal hierarchy.
27 Apr 2016 by Clayton Rumley
There are those who think I am crazy, and this just might be the proof.
21 Feb 2018 by Halil ibrahim Kalkan
In this article, I'll show you how to create interceptors to implement AOP techniques. I'll use ASP.NET Boilerplate (ABP) as base application framework and Castle Windsor for the interception library.
28 Oct 2018 by Andrew Kirillov
The article demonstrates usage of ANNT library for creating convolutional ANNs and applying them to image classification tasks.
15 Mar 2015 by Marc Clifton
What you may not realize about memory allocation and threads, and a little known thing called "Server Mode"
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.
25 Feb 2016 by J.Starkl
A windows-service which can handle different operations in separate threads and which can be controlled by a small GUI program
23 Jun 2015 by Kel_
Presents a real-time gauge implementation that can be used for building dashboards
9 Feb 2015 by Rahul Rajat Singh
In this article, we will try to understand what is Factory Pattern, what are the benefits of this pattern and how we can implement this pattern using C#.
24 Mar 2016 by Wolfgang Foerster
3D Tools for the Windows Presentation Foundation (WPF)
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.
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 Mar 2015 by Shenwei Liu
A complete sample application using AngularJS, trNgGrid, ngTable, and ASP.NET Web API to access and display data with server-side data filtering, sorting, and paging.
24 Aug 2016 by Serge Desmedt
(Yet Another) Investigation of WPF triggers
16 May 2016 by Christ Akkermans
An introduction to the strange world of mixed language programming with FORTRAN and C# .NET code
13 Oct 2016 by Vincent Maverick Durano
This article will walk you through on building a data-driven web app from scratch within the context of ASP.NET Core 1.0 using Angular 2 and Web API 2.
20 Feb 2018 by Christian Dalle
Calculate a wheel profile matching a road profile.
5 Aug 2014 by Magyar András
How to create Office 2013 style splash screen for Windows Forms
1 Feb 2017 by Mr. xieguigang 谢桂纲
How to build my own 3D graphics engine from ZERO step by step
20 Jun 2019 by Uzi Granot
The attached open source C# .NET library is an SMTP client implementing implicit SSL and OAuth2 protocols. The library answers the question: how to send email message using Gmail as a server. Or, how to send email message using email server that implements implicit SSL and port 465.
24 Oct 2017 by Emmanuel Nuyttens
Example on how to use Event Sourcing in C#
8 May 2018 by Igor Ladnik
Handy component for asynchronous TCP connection. With the same code it is available in .NET Core and Desktop versions.
10 Nov 2018 by Bjørn
Editing GIF colors without touching the image data within
15 Jul 2014 by Vasily Tserekh
A simple 3D exploration of a plaza in OpenGL and C#
30 Sep 2014 by Bernardo Castilho
The article presents an ICollectionView class that supports filtering and sorting.
17 Jun 2014 by OriginalGriff
The Article editor does work - but sometimes it does do things the hard way, and tries to frustrate you on purpose, I'm sure...
29 Dec 2015 by Bert O Neill
Query Hadoop using Microsoft oriented technologies (C#, SSIS, SQL Server, Excel etc.)
6 Mar 2016 by DataBytzAI
Get on top of memory leaks and improve user experience when using JQuery/KnockoutJS in a SPA or SPA based Hybrid Mobile Application
2 Dec 2014 by Omar Gameel Salem
Implementation of the dynamic programming solution for the Travelling salesman problem
8 Apr 2015 by Michael Sydney Balloni
How to improve on .NET memory management for large objects
19 Jul 2016 by Sergey Kizyan
10th article from my series. We will talk about LINQ in general and LINQ to objects deferred operators
4 Jul 2014 by Chakravarthi Elchuri
How to use WIA supported scanner using C#
25 Feb 2015 by Kewin Rausch
A tool for translating C/C++ makefile projects in Visual Studio compatible ones
14 Dec 2015 by Darek Danielewski
Sometimes, you just must return multiple values from a method. Instead of specifying out or passing arguments by reference, consider an OperationResult class.
1 Mar 2017 by Clifford Nelson
This is a more comprehensive example of how to implement a project with MVVMLight
27 Dec 2017 by Alberto M.
How to control TP-Link Smart Plug (HS100 or HS110) with C#
8 Apr 2020 by Gunnar S
Implementation of the Poisson Cumulative Distribution function for large Lambdas
4 Apr 2015 by Jean Carlo S. Passos
CRUD over Association Entity that maps to association tables
18 Dec 2015 by Mohamed Kalmoua
This article describes how you can deploy your application using ClickOnce and Windows Installer technology.
21 Mar 2016 by Marc Clifton
Based on Razor template engine syntax, a straightforward, extensible, easy to maintain implementation of a templating engine.
2 Apr 2018 by Clifford Nelson
This gives the code to create a cursor from a character in a font.
29 Jul 2016 by Igor Krein
A library of simple extension methods that could be useful for data generation tasks
3 Aug 2016 by Avelino Ferreira
The easiest way to implement the ToolStripControlHost and ToolStripDropDown classes, in a UserControl, in order to display a Container/Control beyond the limits of its Parent Container and Parent Form, with very few lines of code. Let's uncomplicate ...
28 Sep 2016 by Massimo Fabiano
I know that "returning DataSets from WebServices is the spawn of Satan" but...
22 Mar 2017 by raddevus
Part 1: Master the ASP.NET MVC Project Template & Technologies (Razor, jQuery, JavaScript, Bootstrap, CSS). Part 2: Build an ASP.NET MVC app which runs in the browser but feels like using a desktop app.
5 May 2017 by Habibur Rony
This will cover how to use Domain Driven Design in your application according to the Onion Architecture. There are short descriptions about architecture Category / Style, N-Layer / N-Tier Architecture, Template Method Pattern and Facade Design Pattern.
30 Jan 2017 by Michael Haephrati
Chrome stores all passwords and other credentials in an encrypted database but guess what: they can be retrieved by anyone with the proper knowledge. This article will show you how.
4 Oct 2014 by Marco Bertschi
A really basic 3D Cylinder chart, drawn on a WPF canvas
23 May 2015 by Mostafa Asaduzzaman
Simple Message/Reply app using MVC 5
27 Nov 2015 by Christian Vos
How to use Microsoft Unity Interception as a solution for cross cutting concerns in a .NET application
5 Aug 2016 by Grasshopper.iics
Live Streaming Multi Modality Controlled Intel Edison Smart RC Car
13 Feb 2019 by Michael Chourdakis
Create collaborating projects easily
1 Aug 2021 by David A. Gray
Though useful and mostly harmless, pitfalls can lead unwary developers astray.
10 Jul 2017 by Yaseer Mumtaz
This article helps to understand the architecture and use of simple data grid developed in Angular 4.
15 Feb 2018 by Igor Ladnik
Basic infrastructure for massive continuous data acquisition and processing using ZooKeeper-Kafka and Redis
1 May 2018 by Shashangka Shekhar
In this post, we will get an overview and generate a basic level code using our database table column that will help in development.
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.
11 Oct 2018 by JL Doty
Overriding the quirky zoom in MS Chart, and scaling axes with nice round numbers
18 Jul 2014 by Matthew Givens
How to change databases at run-time in a user-friendly manner.
22 Oct 2014 by Mathew Soji
This tip guides through implementing a basic REST based Web API service with multiple GET methods and its consumption using JQuery client
2 Jul 2015 by Bharat Mallapur
Sample project to host MS-Chart in your WPF application
19 Aug 2015 by Ganesan Senthilvel
Stimulating journey on evaluation of .NET Testing over the years
5 Dec 2015 by Snesh Prajapati
In this article we will learn about EventAggregator and IActiveAware interface and its uses in WPF application using Prism. This is continuation of second part of article series having total three parts.
2 Jul 2016 by defwebserver
You can easily create a Bot and deploy it on Facebook.
13 Dec 2022 by Akhil Mittal
Directly check in VS extension to Git repo and automatically deploy to staging server via continuous integration
17 Mar 2017 by Leif Simon Goodwin
How to create a basic system tray app in C# and WPF
21 Oct 2015 by OriginalGriff
A simple "scratch card" like control for Winforms, where the user can reveal the image by "scratching off" a cover
9 Feb 2018 by Meshack Musundi
How to highlight TextBlock text using attached properties
21 Jan 2015 by Syed Umar Anis
ExcelXMLExport is a Microsoft Excel 2010 / 2013 Add-in that generates XML data from Excel sheet.
15 Dec 2014 by Hassan Mokdad
In this article I will demonstrate two things: First a very basic and simple code snippet to show how we can use task factory to make our web applications more responsive, the next part will be on how to use the SignalR to broadcast messages from the Web Server to all the clients connected.
28 Feb 2016 by WuffProjects
WuffProject.CodeGeneration is an easy to use, reliable and powerful code generation framework
13 Apr 2016 by Simon B.
How to localize an ASP.NET MVC application and read all text from a database while still using DataAnnotations.
21 Jul 2016 by Gourav Jain MCTS®
This article will give a kick off start to build an application using .NET core on Linux and Windows
1 Feb 2017 by Arthur V. Ratz
In this article, we will discuss about the implementation of the SVD++ AI data mining algorithm to produce recommendations based on ratings prediction
15 May 2017 by Charles d'Avernas
A ready-to-use solution for dynamically querying an Entity Framework DbContext in ASP.NET
27 Aug 2017 by Daniel Vaughan
Use, and learn how to build, a Markdown Monster add-in that outputs HTML compatible with CodeProject's article submission wizard.
15 Oct 2020 by RickZeeland
PostgreSQL notifications Windows Forms application
25 Feb 2018 by Petrov Vladimir
Weiler-Atherton algorithm in MFC codes demo implementation
9 Sep 2018 by Philipp Sch
Finding a fundamental Cycle Set forming a complete basis to enumerate all cycles of a given undirected graph
1 Jun 2018 by User 6679439
19 Jan 2013 by padmore
Getting started recording audio to WAV with WASAPI in Windows Store apps
21 Nov 2014 by CodeFate
Revision of the Global Mouse and Keyboard Library from Brian Geiman
20 Apr 2015 by Rahul Pawar LogicMonk
A quick look at a Simple WCF RESTful Web Service!
16 May 2015 by Mark Heath
Learn how to get started with MahApps.Metro, an open source library for giving your WPF applications a modern look and feel.
27 Jul 2015 by dgb77
Library to enable simple & secure client/server communications
12 Nov 2015 by Fred Song (Melbourne)
In this article, we started from Generate Inserts procedure, then go through how generates inserts SQL files with this procedure and runs these inserts SQL files to import data.
31 Oct 2016 by phil.o
This article describes the building of Markov Chains and their use for generating random names or words.
11 Oct 2017 by Clifford Nelson
This tip presents a way to display checkboxes for selection of ListBox Items instead of the default highlighting