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

20 Sep 2021 by Cinchoo
Easy way to sort large CSV files using Cinchoo ETL
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.
15 Oct 2020 by RickZeeland
PostgreSQL notifications Windows Forms application
8 Apr 2020 by Gunnar S
Implementation of the Poisson Cumulative Distribution function for large Lambdas
24 Jan 2019 by Bloody Chicken
How to automatically create a dump file when the program hangs
10 Nov 2018 by hussam.it
Simple Word Document File Viewer
31 Oct 2018 by Arun Babu Madhavan
Extension method to throttle multiple Tasks in C#
30 Oct 2018 by Carsten Breum
Data Virtualization example with a pagesize and async data request
15 Oct 2018 by moneema14
A parser event listener for PDF tables to .NET Dataset object
5 Oct 2018 by gaurav_rwt
Gridview paging with numeric with first and last button using jquery and code behind
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.
24 Aug 2018 by simonp_ca
How to remove Windows service from Service List (not just stop/disable it, but to delete it from the list totally)
5 Jul 2018 by Peter Sun (247)
Master-detail view navigation using manageable data-driven and code-behind techniques
28 Jun 2018 by hasan bozkurt
Determining all bootable partitions using PInvoke
25 Jun 2018 by Clifford Nelson
A way to create a custom derived control with the XAML file attached like a UserControl
20 Jun 2018 by Clifford Nelson
This behavior will select the entire text when a TextBox or PasswordBox gains focus
14 Jun 2018 by Mehdi Gholam
Simple config manager for your applications
9 Jun 2018 by Sina Shiri Hamedani
This is a simple C# class for connect and using SQL Server easily (SELECT, INSERT, UPDATE, DELETE)
5 Jun 2018 by Shao Voon Wong
Performance of Floating Point and Integer Arithmetic has closed gap in modern CPU
30 May 2018 by Suchit R. Khunt
In this article, the purpose of the code is to fetch contact details from iOS device.
24 May 2018 by Mark Springer
Allow navigation - forward, backward, branching, and loops with a few changes to your existing projects
21 May 2018 by vnmatt
Using Responsive File Manager in ASP.NET MVC
17 May 2018 by Clifford Nelson
This tip provides examples of how to use the different arguments of the Linq GroupBy extension method.
16 May 2018 by Shao Voon Wong
C++11's std::conditional tip with an endian swap example
11 May 2018 by didourebai
In this post, I will explain how we can use the ORM Fluent NHibernate in the Framework Core 2.0 for any database.
7 May 2018 by Harshit Gindra
Understanding the use of multiple schedulers to work with one Quartz Scheduler application
2 May 2018 by Clifford Nelson
The tip provides a behavior that will set a control to a default value when the Visibility changes
2 May 2018 by Andiiiii
Extended TextBox with placeholder
27 Apr 2018 by Clifford Nelson
This is a behavior that that will reset ToggleButton derived controls to false (or a specified default value) when the container's visibility becomes false.
18 Apr 2018 by Clifford Nelson
I had a situation where a control appearing was significantly affected by the initialization of the UserControls. This behavior fixed my problem.
9 Apr 2018 by Clifford Nelson
Shows how to set DataContext of View to itself using XAML and discusses the advantages of INotifyPropertyChanged to DependencyProperty
9 Apr 2018 by charles922
Easy to Use Plotting Utility
4 Apr 2018 by Clifford Nelson
This behavior will require that for any Group of ToggleButton/Checkbox controls that are associated together, the user cannot set all to not IsChecked.
3 Apr 2018 by Clifford Nelson
Normally a popup will stay open until explicitly closed. The Behavior will close the Popup if the mouse is clicked within or outside the Popup area or leaves the Popup area.
2 Apr 2018 by Clifford Nelson
This tip provides a behavior that will reset all RadioButton controls within a Control that has this behavior when the Visibility changes.
1 Apr 2018 by Clifford Nelson
This is a control that is like a Expander Control but there is both Expanded and not Expanded Content. It demonstrates some concepts on how to easily create controls whose functionality can be mostly implemented in the XAML with the code behind being mostly DependencyProperty definitions.
25 Mar 2018 by Matej Pavlů
Creating a replacement for missing TileBrush known from WPF
19 Mar 2018 by Clifford Nelson
A alternative ToggleButton/RadioButton control
15 Mar 2018 by M.M.Mohseni
The simple sample that shows how to connect the ADO.NET Framework to the PostgreSQL
12 Mar 2018 by Gene Stetz
This article describes a library which helps manage a collection of password rules for ensuring that a given password passes such rules for acceptance purposes.
6 Mar 2018 by Chris Kessel
Setup and usage of MSTest V2 and Specflow to run tests within a single assembly in parallel
4 Mar 2018 by Clifford Nelson
Provides a way to have a string in XAML that can contain string values and references to resources that are inserting into the string like string interpolation
3 Mar 2018 by Clifford Nelson
This tip presents a way to use the ContentControl and DataTemplate to easily control an image in a Window.
2 Mar 2018 by Amar zaidi
How to import and export DataTable to and from Excel file
16 Feb 2018 by Alberto M.
Zlib compress / decompress implementation using .NET 4.5.1, with no external DLLs
14 Feb 2018 by Frantisek Ruzicka
Usage of my FontAwesome Image/Icon generator for WinForms
14 Feb 2018 by Apurba pan
Creating dynamic object from XML using ExpandoObject and put Intellisense using C#
9 Feb 2018 by Tony Zackin
A very simple yet customizable pop-up message box which auto-closes after a specified number of milliseconds.
9 Feb 2018 by Meshack Musundi
How to highlight TextBlock text using attached properties
8 Feb 2018 by Ivan Yakimov
In this short article, I'll describe how to configure JSON serializer error handling differently for each request.
7 Feb 2018 by Matthew Ruffell
A high-performance and well tested C# ADO library for connecting and querying a SQL database
7 Feb 2018 by Santosh Kokatnur
Adding Checkbox to a List View Column Header in C# WindowsForm application
2 Feb 2018 by RickZeeland
This is an alternative for "Beveled Panel with Shadow Effect"
27 Jan 2018 by Shao Voon Wong
Do not use memcpy directly to copy array
22 Jan 2018 by trident99
QtCalcStar is an adaptation of the GtCalc engine with a QT Spreadsheet interface. It is based on the QT Spreadsheet supplied from their website.
11 Jan 2018 by Jesusfan
Create a draggable, proper splash screen in DotNet, with gradient transparency!
8 Jan 2018 by Manjesh_A
Using Docker-Compose for defining and running multi-container application with ASP.NET Core MVC, Web API and MongoDB
31 Dec 2017 by Kenneth Haugland
How to serialize and deserialize implemented interfaces to a file
29 Dec 2017 by wim4you
Show UniformGrid and scroll through a few thousand images, UI virtualization
27 Dec 2017 by Alberto M.
How to control TP-Link Smart Plug (HS100 or HS110) with C#
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
21 Dec 2017 by Peter Sun (247)
Demonstrate how to create WPF TrewView with multiple levels of HierarchicalDataTemplate from C# code-behind without XAML using MVVM for data binding
15 Dec 2017 by trident99
The HPC Template Library is a supplement to the Standard Template Library providing threadsafe containers.
14 Dec 2017 by Kannan Ar
A step by step guide to integrate AngleSharp HTML parser into MariGold.OpenXHTML
10 Dec 2017 by Shao Voon Wong
Modification inside const member function
10 Dec 2017 by Shao Voon Wong
Make your class non-copyable without Boost
5 Dec 2017 by Jeff Bramlett
Solution to show how to "wrap" Log4Net to make it concurrent (as a worker thread)
3 Dec 2017 by psatos
Make auto updater for UWP applications, because UWP doesn't have auto update functionality (like WPF ClickOnce).
1 Dec 2017 by WernfriedD
Single .exe to verify if your Oracle Client is properly installed and working. Verify supported technologies for Oracle connection.
27 Nov 2017 by Altaf Ansari
Converting XML Data into DataTable and Exporting DataTable into Excel File
17 Nov 2017 by David A. Gray
Calculating the day on which a reporting period that ends on a specific day of the week is not as easy as it looks.
11 Nov 2017 by Herbert Lausmann
An IconBitmapEncoder that produces high-quality icons, written in VB.NET and C#, WPF
11 Nov 2017 by HamedKhatami
In this tip, you will see how to schedule a task in .NET Framework (C#).
3 Nov 2017 by Clifford Nelson
This tip shows how easy it is to create a Style with DependencyProperty definitions and avoid the much heavier UserControl
17 Oct 2017 by Clifford Nelson
A Behavior is presented that will ensure that only one CheckBox (ToggleButton) will be checked with the same GroupName within the visual tree of the control to which this behavior is attached.
14 Oct 2017 by Mr.PoorEnglish
This is an alternative for "SelectedItems Behavior for ListBox and MultiSelector"
12 Oct 2017 by Clifford Nelson
A Behavior is presented that will ensure that only one Checkbox will be checked within the visual tree of the control to which this behavior is attached
11 Oct 2017 by Clifford Nelson
This tip presents a way to display checkboxes for selection of ListBox Items instead of the default highlighting
9 Oct 2017 by Georgeutc
Adding sliding functionality to UWP XAML SplitView
8 Oct 2017 by Juan Francisco Morales Larios
Let in LINQ
2 Oct 2017 by Vladimir Kolmanovitch
Technique of calling overridden methods from Java and C#
26 Sep 2017 by Clifford Nelson
A behavior that allows the developer to bind an IList to SelectedItems of a ListBox or MultiSelector.
23 Sep 2017 by Juan Francisco Morales Larios
Use and examples for the keyword Default in generics
14 Sep 2017 by Leif Simon Goodwin
I present a short introduction to resource dictionaries with examples.
5 Sep 2017 by dimpant
Learn how to properly use the NotifyDataSetChanged method of the ListViewAdapter to remove items from a ListView
4 Sep 2017 by Bohdan Stupak
The tip explains Windows registry redirection feature with a simple example
2 Sep 2017 by Clifford Nelson
Presents a very simple control with an IsChecked property that allows definition of two different contents depending of if IsChecked property value is true or false
25 Aug 2017 by Joan M
Getting Visual Studio 2013 look sharp again when used in high DPI scaled monitors
21 Aug 2017 by Mehdi Gholam
Cleanup the VS 2017 offline installation folder of old versions
17 Aug 2017 by Dennis Wu CA
A demo that generates a simple Excel spreadsheet with subscripts and superscripts
16 Aug 2017 by Mike-MadBadger
What responses to expect from the enum.IsDefined method in .NET given a variety of inputs
16 Aug 2017 by Clifford Nelson
This is a simple behavior that can be attached to a ContentControl and allows zooming and dragging the Content.
13 Aug 2017 by Dennis Wu CA
A command line program that resets user access permission in windows
11 Aug 2017 by Clifford Nelson
Sometimes want to have some action in a View when there are no items or are items in a collection. It is very easy to do this with a converter and binding to the Collection's Count property
8 Aug 2017 by practicalDeveloper
A panel that has rounded borders, gradients, edges/bevels and a shadow
2 Aug 2017 by Clifford Nelson
Fairly straight forward way of binding in a HierarchicalDataTemplate or DataTemplate to the parent ViewModel when using the TreeView control.
30 Jul 2017 by PriyankaUpadhyay05
How to consume RESTful service of channel advisor in AX 365
23 Jul 2017 by David Maw
This program allows you to set a status in Lync and automatically have it set again at a future time you determine.
30 Jun 2017 by Tyrone Roson
Fun with Interchangeable UI Controls
21 Jun 2017 by M.M.Mohseni
In this sample code, we are going to upload a file via a web method asynchronously.