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

Visual Studio 2013 

18 Jun 2023 by Michael Chourdakis
Use your sensors for identification and verification
3 Apr 2023 by KristianEkman
A comparison of Dijkstra and Astar
13 Dec 2022 by Akhil Mittal
Directly check in VS extension to Git repo and automatically deploy to staging server via continuous integration
27 Jun 2022 by Shao Voon Wong
Example of making HTTP REST Request in C++
1 Aug 2021 by David A. Gray
Though useful and mostly harmless, pitfalls can lead unwary developers astray.
23 Jan 2021 by Mehdi Gholam
In this article I demonstrate why fastJSON is the smallest, fastest polymorphic JSON serializer (with Silverlight4, MonoDroid and .NET core support)
9 Nov 2020 by Shivprasad koirala
In this article, we will learn how to use C# step by step for beginners.
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 May 2020 by Toby Patke
Clearcove.Logging is a very simple logging library designed to meet most logging needs with straight-forward licensing terms.
11 Mar 2020 by Dan Letecky
Create an AJAX monthly event calendar (with drag and drop support) displaying data from SQL Server database in just 10 minutes (including a coffee break).
11 Feb 2020 by Chris Gannon
An Azure-driven service for Arduino based PID controllers designed for control and monitoring of grills and other cooking devices
7 Feb 2020 by Ozesh Thapa
An implementation of a Zkteco (K14) Biometric Device using C#
13 Jan 2020 by PrafullaVedante
This utility downloads Google takeout images from the downloaded JSON files.
2 Jan 2020 by Alexandre Bencz
DotNetPELib is a library which abstracts managed information such as namespaces, classes, fields, methods, and instructions. The information can then be used to generate assembly language source files, or PE executables or DLLs.
30 Dec 2019 by Ashwin. Shetty
.NET Delegates & its 5 different features (Func, Action, Predicate, Converter, Comparison)
11 Dec 2019 by kametepe
This article shows how to simply create .rdlc report in Lightswitch Html client without using WCF RIA Services
26 Oct 2019 by Mehdi Gholam
A binary JSON serializer based on fastJSON (support for MonoDroid, netcore)
20 Oct 2019 by Lance A. Endres
The algorithm presented by Radhakrishnan, et al., originally used to segment well logs for the oil industry, has been ported to C and C#.
19 Aug 2019 by Anurag Gandhi
An HTML 2D game to describe some basic game development tips in HTML/CSS and JavaScript.
24 Jul 2019 by Roger C Moore
Two SignalR Demo Projects: Self-Hosted Windows Service and Broadcasting Application
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
26 Jun 2019 by Anurag Gandhi
A general purpose quiz application in Angular (version 8) that can be used to run quizzes, mock tests, surveys, etc. This is an updated version for "Quiz Application in AngularJs".
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.
9 Jun 2019 by Hung, Han
This article is a tutorial on how to code your own Sudoku game using VB.NET
30 May 2019 by Michael Chourdakis
C++ dir, upload, download and management library
4 May 2019 by Michael Janulaitis
Provides an introduction to the open source client/server DotNetOpenServer SDK project for Android, iOS, Windows Phone, Windows, Mac and Java Platforms
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
4 Apr 2019 by Mahsa Hassankashi
This article explains how to make data source for kendoTreeView, particularly it is designed for organization chart such as personals or documents which need nested query, after drag and drop one node to another one, it will save it. Look at the demo.
3 Apr 2019 by Mahsa Hassankashi
Best approach for having more secure channel to transfer user information throughout the web
3 Apr 2019 by Mahsa Hassankashi
This article enables you to generate table in any database such as Oracle, SQLServer, MySQL, SQLite, Sybase, etc. just by typing table name and its fields. Then you can use NHibernate facilities to make query for data layer.
3 Apr 2019 by Mahsa Hassankashi
This is the simplest tutorial on AngularJS and Repository Pattern for developing professional MVC applications. It includes a source code about practical permission management project.
3 Apr 2019 by Mahsa Hassankashi
This article illustrates how to use Node.js by WCF which is written in C# and using node.js as real time communication technology with the aid of C# code to connect MS SQL Server.
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.
1 Mar 2019 by Igor Ladnik
This article presents a simple framework for parallel computing applicable to managing operation flow for machine and process control, gaming, simulators, etc.
25 Feb 2019 by EAHMK
This is an alternative for "Multiple Colored Texts in RichTextBox using C#"
24 Feb 2019 by Mehdi Gholam
Smallest full text search engine (lucene replacement) built from scratch using inverted MGRB bitmap index, highly compact storage, operating in database and document modes
20 Feb 2019 by JL Doty
Minimalist app to monitor a system's sensors
13 Feb 2019 by Michael Chourdakis
Create collaborating projects easily
5 Feb 2019 by charles922
Demonstrate Clipping Plane in WPF 3D - Part 3
25 Jan 2019 by David Lafreniere
Simplify passing data between threads using this multithreaded, portable C++ asynchronous callback framework
9 Jan 2019 by steveb
Describes all aspects of MFC serialization mechanism
3 Jan 2019 by Zasky
A useful tool to help you understand DataGridView events as you navigate the DataGridView
30 Dec 2018 by Chinmoy Mohanty
Multiple techniques of implementing The Observer Pattern in .NET
25 Dec 2018 by Fiwel
Using native GDI will decrease page faults
13 Dec 2018 by Michael Haephrati
A simple way for sending WhatsApp documents and images to an individual or to a group in C++
7 Dec 2018 by Yuriy Magurdumov
This article describes more scalable implementation of MessageQueue.ReceiveByCorrelationId method.
17 Nov 2018 by MarkWardell
Undo/Redo Commands implemented with Minesweeper game example
16 Nov 2018 by Erich Ledesma
This article shows how to use the FubuMVC's behavior chains pattern (BMVC) to improve BLL maintainability.
12 Nov 2018 by Tushar_Gupta
Quick Start tutorial for creating AngularJS applications
10 Nov 2018 by Bjørn
Editing GIF colors without touching the image data within
9 Nov 2018 by YasIkeda
Tutorial about how to add authentication functionalities to your existing ASP.NET Core project using Microsoft.AspNetCore.Identity.UI package
6 Nov 2018 by Dirk Bahle
How to create a new tool window in AvalonDock [2.0]
4 Nov 2018 by Michael Chourdakis
A ready to be used hotpatching library with five methods!
3 Nov 2018 by Michael Haephrati
A simple way for sending WhatsApp messages to an individual or to a group in C++
31 Oct 2018 by Aydin Homay
In this article, we will discover the power of generics in C#.
30 Oct 2018 by Leonard E. James
Create initial object model and database and display first Razor Page
28 Oct 2018 by Andrew Kirillov
The article demonstrates usage of ANNT library for creating convolutional ANNs and applying them to image classification tasks.
27 Oct 2018 by Steffen Ploetz
Give an brief overview of text rendering options for OpenGL/OpenTK especially for MONO/.NET.
26 Oct 2018 by Christ Kennedy
Star Wars style text crawler picture box
24 Oct 2018 by Mark Kruger
Visual Studio loader with arguments
21 Oct 2018 by Rahul Jain (.Net Developer)
In this article, I am going to detail application configuration file setup for log4net.
20 Oct 2018 by Rahul Jain (.Net Developer)
In this article, we will learn to setup log4net in our application for the very first time.
16 Oct 2018 by JL Doty
Fully exploit features of OpenHardwareMonitorLib.dll
12 Oct 2018 by Vikas K Gupta
Illustration of factory method pattern among various approaches
11 Oct 2018 by JL Doty
Overriding the quirky zoom in MS Chart, and scaling axes with nice round numbers
9 Oct 2018 by Joost Jens
Describes how to create a Code based view for the Entity Framework
7 Oct 2018 by David A. Gray
This article demonstrates a class library that supports command line parameters with default values stored in application settings.
4 Oct 2018 by Rahul Rajat Singh
In this article we will look at how Dependency Injection works in ASP.NET Core.
1 Oct 2018 by asiwel
How to Deploy Trained Models Concurrently
27 Sep 2018 by Akhil Mittal
In this article, we look at how we can leverage Entity Framework approaches and, as per need, use those.
20 Sep 2018 by Sujeet Bhujbal
Angular 4 Insert, Update, Delete with ASP.NET WEB API
18 Sep 2018 by Ben Hall (failingfast.io)
This is a robust solution for FileSystemWatcher firing events multiple times
18 Sep 2018 by Rahul Rajat Singh
How to use dapper to read mutiple resultsets from database in a single database call
14 Sep 2018 by wmjordan
Circumventing language obstacles and optimizing performance with Dynamic Methods, Dynamic Assemblies.
14 Sep 2018 by Mahsa Hassankashi
This article describes MSMQ technology (publisher and subscriber) in order to communicate among distributed systems in the heterogeneous network and platforms.
12 Sep 2018 by Rahul Rajat Singh
In this article, we will try to understand the concept of middleware in ASP.NET core.
10 Sep 2018 by Evaldas Jocys
JavaScript class library which partly replicates Microsoft .NET Framework structure and functionality.
9 Sep 2018 by Philipp Sch
Finding a fundamental Cycle Set forming a complete basis to enumerate all cycles of a given undirected graph
7 Sep 2018 by Robert Vandenberg Huang
Experiment, run and compare different pathfinding algorithms and heuristic functions
1 Sep 2018 by Arthur V. Ratz
In this brief article, we will demonstrate how to deploy a Node.js application and run it on Docker's Windows Server Core 2016 Containers
27 Aug 2018 by amitthk
RunCmd is a windows batch file editor,runner utility. It can be used to automate our repetitive tasks using commandline batch files.
20 Aug 2018 by TheQult
Simple middleware to add server side analytics functions to ASP.NET Core
19 Aug 2018 by Michael Haephrati
Here is a way to find what is the email address / addresses used by the user running a program
18 Aug 2018 by Jitendra Selvam
This article is on how to upload and retrieve images from your .NET core 2.1 API.
16 Aug 2018 by Shashangka Shekhar
In this post, we are going to implement braintree payment gateway with ASP.NET Core 2.1
14 Aug 2018 by Shashangka Shekhar
In this post, we are going to implement dynamic highchart with Angular6 and ASP.NET Core.
14 Aug 2018 by charles922
Demonstrate Clipping Plane in WPF 3D
13 Aug 2018 by Shao Voon Wong
13 Aug 2018 by syed shanu
In this article, we will see how to develop our first ML.Net application to predict the Item stock quantity.
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.
8 Aug 2018 by asiwel
Data modelling and visualization using longitudinal Bezier curves
6 Aug 2018 by syed shanu
In this article, let’s see how to create our own ASP.NET Core Blazor Shopping Cart using Entity Framework, and Web API
5 Aug 2018 by NitinShrivastava
Setting Up Environment for Angular 6 in Visual Studio 2017 with ASP.NET Core 2.1