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

30 Jun 2015 by 1sumitanand
This tip is for newbie developers.
1 Jul 2015 by 1sumitanand
Sorting of simple ListView Elements in Ascending/Descending Order
26 Sep 2013 by _Noctis_
This tip shows the different results of using a ListBox in different panels, and the effects on scrolling.
8 May 2015 by _Noctis_
This will allow you to integrate your linqpad code easily to Visual Studio
26 Jul 2014 by _Noctis_
How to Unit Test private methods using wrappers and preproccesor directives
11 Nov 2015 by _Noctis_
This will let you start logging quickly with VS2015 and NLog 4.2.
8 Jan 2015 by a.alghabban
How to use WCF to stream large file size over TCP
15 Feb 2016 by Aaron Amberman
Advanced custom logical and visual tree walking methods
22 Dec 2017 by Abhishek Shrotriya
Develop the text comparator utility using jQuery plug-in, which internally uses Google's diff_match_patch.js library
6 May 2015 by Acharya Raja Sekhar
This tool helps a lot while capturing more number of snapshots. Example: Developers can use this tool to capture the UTR and save all snaps at the end to a Word document or save as individual images.
28 Feb 2016 by adityasahver
In this article, we will learn how to create an Tile/Page in the MS Band and trigger the details on the associated device
30 Dec 2013 by Afazal MD 3104209
VC 4 Display Mode. Different view selected based on Desktop or Mobile browser request
9 Sep 2014 by Afzaal Ahmad Zeeshan
This is an alternative for "Console Monitor"
17 Jan 2016 by Ahmed Amer Jaf
Downloading files from the Internet with one line without Freezing Form
23 Mar 2016 by Ahmet AYDIN
This post describes step by step how to run a Single Page Application template using ASP.NET Web API 2 and angularJS and how to use Web Application Project whose name is Dalyan.
2 Mar 2016 by ahmet_uzun
Audio pitch shifter application using the CSCore library
10 Dec 2015 by Akash Gutha
Exploring ways to create abstract images in C#
20 Dec 2015 by Akash Gutha
This tip is aimed at providing a simple solution for simple page to page navigation system for your UWP apps.
31 May 2015 by Alaa Ben Fatma
Choose your text maximum length programmatically and show a message whenever the length = the maximum length
16 Feb 2018 by Alberto M.
Zlib compress / decompress implementation using .NET 4.5.1, with no external DLLs
27 Dec 2017 by Alberto M.
How to control TP-Link Smart Plug (HS100 or HS110) with C#
12 Oct 2014 by Aldonis55
A simple Silverlight application that shows how to apply Jeff Wilcox's UniformGrid control to a bound collection.
9 Jan 2016 by Aldonis55
A simple WinForms example that shows one way to implement asynchronous operations in your applications
5 Sep 2016 by Aless Alessio
Serialize concrete classes that have interface properties
5 Jun 2017 by Alexander Kozlovskiy
Used for binding custom types (including files) when sending and receiving multipart encoded form data
6 Dec 2015 by AlexandraGren
Creating HTML Responsive Table with help CSS media queries
19 May 2015 by algor-AG
VBA : encrypted / password protected PDF for MS Office
19 May 2015 by algor-AG
VBA: Excel / Word programmatically save document as PDF encrypted / password protected.
27 Feb 2015 by aljodav
An easy way to encrypt files that are automatically decrypted in the same user account
28 Feb 2015 by aljodav
A simple, short and easy way to display a JSON object in a browser (motivated by a forum question)
14 Apr 2016 by Alon Lek
Create a simple self hosted Web API service that runs as console and as service in just 2 minutes
9 Apr 2016 by Alon Lek
How to create a program that can run as console or as Windows service easily, and install it without using installutil
10 Jun 2017 by Alon Lek
Running tasks in parallel while taking into account the dependencies between them
27 Nov 2017 by Altaf Ansari
Converting XML Data into DataTable and Exporting DataTable into Excel File
2 Mar 2018 by Amar zaidi
How to import and export DataTable to and from Excel file
22 Apr 2015 by Amin Esmaeily
In this tip, I will explain how to create a simple user control (AverageMeter) using WPF.
7 Apr 2015 by Amir Dashti
A simple but powerful class to simplify executing T-SQL commands asynchronously
7 Apr 2015 by Amir Dashti
A simple but powerful class to simplify packet based networking and client/server programming asynchronously
25 Dec 2014 by Amir Hamza Md. Kayes
.NET interprocess communication using named pipe
29 Nov 2015 by Amit Singh Baghel
Saving Details Table Data (An HTML Table) in Database by converting it into a jagged array and passing it to a table type parameter
21 Mar 2015 by Amit Singh Baghel
A useful tip to export a Div to PDF (with Unicode support) with the help of NReco-PDF Generator for .NET (C#), JQuery and Handler in ASP.NET
20 Mar 2015 by Amit Singh Baghel
A tip to fulfill the requirement of getting the Hindi Inscript Typing on your website without using any external software
21 Mar 2015 by Ammar J H
An advanced image control for Windows Forms applications with zoom ratio, zoom point, animated images and RightToLeft support
9 May 2017 by Ammar Shaukat
C# 7.0 has been introduced with many new useful features. One of them is new datatype "ValueTuple". In this article, I'll be writing about Tuples in C# 7 briefly.
2 May 2018 by Andiiiii
Extended TextBox with placeholder
2 Sep 2014 by Andre van Dun
Generate game list based on list of players in C#
7 Jul 2015 by Andre van Dun
Reading the temperature using the Temper USB thermometer by pcsensor.com
21 Jun 2014 by Andrei Keino
The tip describes a way to create C# enhanced enumerations that can contain class objects.
27 Jun 2014 by Andrej Kamikovski
How to copy files to central place set in configuration or setup directly with visual studio build task
2 Jul 2015 by Andrew Rober
Windows software licensing data and information in a nutshell
21 Oct 2015 by Anil Kumar @AnilAwadh
A beginner's tutorial for understanding Asynchronous execution of SQL statements using a simple application.
4 Aug 2014 by Anis Derbel
This sample is based on Drag and Drop between GridView
5 Aug 2014 by Anis Derbel
you can now crop Image with specified size equally
5 Aug 2014 by Anis Derbel
Link between Accelerometer and composant in xaml
7 Aug 2014 by Anis Derbel
The easy way to Reorder your DataGrid/ListBox with Drag and Drop
8 Aug 2014 by Anis Derbel
The easiest way to animate your object using Storyboard
11 Aug 2014 by Anis Derbel
The easiest way to drag and drop Image using Gestlure
10 May 2015 by Ankit Bansal MVP
This articles explains the insertion of data into SQL Database using Stored Procedures with Output Parameters. Some Bootstrapping is also used to create a good looking HTML.
9 Jan 2015 by AnkitkJain
ExtJs-JavaScript framework for beginners
16 Oct 2014 by ankurbora
How to implement Inversion of Control ( IoC) using Ninject .NET container
25 Aug 2014 by Anoop Kr Sharma
In this Tip/Trick, I am going to show How to create Simple Paint Application in C#
4 Jan 2016 by Anton Kleshchev
This tip describes an approach to use Bootstrap dialogs in ASP.NET MVC.
10 Mar 2015 by Antony Gino
Enable Disable binding in a Grid Using KnockoutJS
29 Nov 2015 by anujk0292
Create AngularJS 1.x web application using Microsoft Typescript
14 Feb 2018 by Apurba pan
Creating dynamic object from XML using ExpandoObject and put Intellisense using C#
16 Sep 2014 by Arkadeep De
Bind an image slider without database in ASP.NET
26 Oct 2014 by Arkadeep De
5 Nov 2014 by Arkadeep De
Bluetooth Desktop Locker with Android Application
16 Jul 2015 by Arkadeep De
In this post, we will learn about to create a HTML jQuery CSS slider where images are binding from a specific folder.
9 Sep 2014 by aroen kandaswamy
Custom database trace listener that supports logging of properties for enterprise library 5.0
24 Apr 2015 by arora.abhishek
In this tip, we will learn about the new feature of C# 6.0, the Null Propagation Operator.
26 Apr 2015 by arora.abhishek
In this tip, you will learn about the new features of C# 6.0 String Interpolation.
5 May 2015 by arora.abhishek
In this tip, you will learn the new feature of C# 6.0, Exception Filtering.
5 May 2015 by arora.abhishek
In this tip, we will learn about the new features of the C# 6.0 nameof operator
15 Oct 2014 by Arthur Caputo
Tutorial on setting a false transparency onto your button's edges.
16 Mar 2017 by Arthur Minduca
How to handle faults in WCF without declaring them explicitly
13 Aug 2015 by Artur Khondkaryan
Upload Photoshop PSD files, extract layer bitmaps, extract info into xml.
31 Oct 2018 by Arun Babu Madhavan
Extension method to throttle multiple Tasks in C#
19 Oct 2014 by Arunima Panda
Tips to consume Web API services to bind data in AngularJS.
4 Apr 2015 by arussell
Unlock a file that is in use by another process
27 Feb 2016 by Arvind Gehlot
Use of HTTP Compression on ASP.NET / MVC pages using IIS or Server side code
14 Jan 2015 by Asif Bahrainwala
FFT using DX11 compute shader
14 May 2013 by Assil
A light article about a new feature in C# 5 and .NET 4.5
16 Oct 2014 by Assil
Just one way to solve a common problem of WCF timing out
3 Dec 2014 by Assil
This post demonstrates the simplest use of OWIN with ASP.NET. It will not teach you OWIN nor Claim-based auth, nor design or security.
11 Apr 2015 by Atanas N Atanasov
This tip presents a simple example on how to use jQuery Grid Plugin in ASP.NET MVC with bootstrap.
21 Feb 2015 by Atish Dipongkor
How to upload file using AngularJS and ASP.NET MVC5? How to upload multiple files using AngularJs and MVC5?
15 May 2015 by Atish Dipongkor
Customize default login page with own branding for Form Based Authentication
12 Feb 2015 by atlaste
If compile-time assertions are not enough, this is the next best thing
11 Sep 2016 by Avatar2400
This is a simple class that allows you to have message box with checkbox and other small features.
6 Mar 2021 by Avirup Das
This tip describes an application to control with Sony TVs connected to your Home Wi-Fi network from PC.
4 Oct 2018 by Awesh Vishwakarma
By reading this trick, you will be able to update your database from DataGridView through external class instead of writing code on each page.
16 Dec 2014 by B. Clay Shannon
Replace words in .docx files using the DocX Library
19 Nov 2015 by B.O.B.
A simple extension to add an item that has a data source bound to combobox.items
1 Mar 2015 by Bankey Sharma
Some general guidelines to make application source agnostic and business adaptive
28 Aug 2015 by Bert O Neill
AngularJS and Web API Active Directory Security (Authorisation)
2 Sep 2015 by Bert O Neill
AngularJS RibbonBar written with HTML & CSS (and a little JQuery)
2 Jul 2015 by Bharat Mallapur
Sample project to host MS-Chart in your WPF application
28 Jul 2014 by Bhardwaj Deepak
An advanced and fully featured WPF AutoComplete TextBox control