Click here to Skip to main content
15,884,237 members
Everything / Visual Studio / Visual Studio 2012

Visual Studio 2012

VS2012

Great Reads

by Wolfgang Foerster
3D Tools for the Windows Presentation Foundation (WPF)
by Sacha Barber
StyleMVVM Demo App
by Petar Brkusanin
An example of how Decorator, Dependency Injection, and Composition Root patterns can be used to extend the base game functionality.
by Josef Andrys
HiUpdateTools is a easy tools to use publish new version of your application

Latest Articles

by Tough Developer
How to compile WinQEMU v0.10.2 in VS2008 and VS2012
by adriancs
A tool to export and import MySQL database in .NET
by Leo Chapiro
This tip shows how easy it is to debug the VBScript by using Visual Studio Debugger
by AlexeyYakovlev
This paper demonstrates a technique of building Sprache parsers using grammar inheritance.

All Articles

Sort by Updated

Visual Studio 2012 

23 Sep 2013 by AbhishekGoenka
This article describes the step by step process of creating project template and VSIX installer that deploys the project template.
24 Sep 2021 by adriancs
A tool to export and import MySQL database in .NET
23 Oct 2013 by Ahmed Safan
Using the native unit test project in Visual Studio 2012.
9 Mar 2019 by AlexeyYakovlev
This paper demonstrates a technique of building Sprache parsers using grammar inheritance.
10 Jan 2018 by Amir Jalilifard
In this article, you are going to learn about P2P Network and Windows Communication Foundation to share your files between peers through a P2P network.
26 Mar 2016 by Amit Kumar Tiwari
.NET to Hadoop connection using Keytab file
27 Oct 2013 by AmrThabet
In this article, I’m going to teach you how to write a full functional debugger using the Security Research and Development Framework (SRDF) … how to disassemble instructions, gather Process Information and work with PE Files … and how to set breakpoints and work with your debugger
24 Feb 2013 by Anuja Pawar Indore
This is an alternative for "Simple but Interesting Features of VS2010 and C# 4.0"
30 May 2013 by arshad115
A very simple HttpListener server which implements handling AJAX requests. Made to present a web service endpoint in your Windows Forms application.
14 Jul 2015 by Arthur V. Ratz
This article demostrates the C++ code that implements AI binary distribution evolutionary algorithm for finding the "nearest" neighbor values of the given value of x in the array of N elements.
30 Jun 2015 by Arthur V. Ratz
The following article describes how to implement sorting of custom non-generic collections by overriding the functionality of the generic IComparable and IComparer interfaces used by the LINQ’s Enumerable.OrderBy clause aggregate method.
16 Mar 2014 by Ashwin. Shetty
Plug & play using Spring.net Framework, we will also see how we can wire our application using Spring.Net Configuration
9 Mar 2016 by Avelino Ferreira
Remembering the first time, being already an experienced programmer in VB and VBA, I felt the need to build my first reusable DLL.
4 Jul 2016 by Avelino Ferreira
"Don't care about Google Maps/Routing/StreetView programming. This Control gives your WinForms applications the power of Google Maps API v3". - my previous article. Unfortunately, since Dec.2015, Google Maps JavaScript API applications requires authentication and the program stopped working properly
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 ...
31 Oct 2018 by Aydin Homay
In this article, we will discover the power of generics in C#.
11 Feb 2015 by Aydin Homay
In the software implementing business synchronizing structures/templates of the database entities with Data Access Layer SQL (commands/Transactions) is the most expensive thinks because you need to re-implement when you have change/s in your entities structure's such as Data-type, Name, and etc.
29 Oct 2013 by B. Clay Shannon
Demonstrates three ways to dynamically add or replace HTML content on a web page
5 Aug 2014 by Babu_Abdulsalam
A Simple Profiler for C++ apps on x64 platform
16 Aug 2015 by Bharath K A
Build your own cloud spreadsheet (like Microsoft Excel, google sheets) that exposes shreadsheet workbook via web browser. Users can create excel like spreadsheets using web browser save it, share it, put formulas to compute data in the sheet etc.
23 May 2015 by bjmallon
This article will show how to use Regular Expressions (Regex) to restrict TextBox content to numbers.
30 Apr 2013 by Brian Legg
Danger Dodger will keep track of the amount of danger you're in at any given point in time and help you to avoid it.
14 Jul 2014 by bvgheluwe
Change the appearance of a button that is used in a navigation menu, based on the value of a property of that button.
30 Dec 2018 by Chinmoy Mohanty
Multiple techniques of implementing The Observer Pattern in .NET
2 Jun 2014 by Chris La
This is an alternative project of "OraLib - a lightweight C++ wrapper over Oracle's OCI library"
18 Sep 2012 by ChrisPrice
Making the most out of JavaScript Intellisense in VS2012 when using AMD/require.js
29 Jul 2012 by Christian Amado
This is the first part in a set of articles relative to some useful features that you may be want to include on your Silverlight Application
29 Jun 2013 by Christian Vos
SOLID principles: The Open Closed Principle, a simple example in C#
11 Nov 2018 by Christian Vos
SOLID principles: The Liskov Principle, a simple example in C#
27 Nov 2014 by Craig A. Moore
Creating sheets of labels within a PDF document using PDFSharp
5 May 2015 by Dan Letecky
DayPilot Lite 4 (Apache License 2.0) brings a new feature: full CSS styling and themes support.
31 Dec 2013 by DataBytzAI
Using a plugin system to auto-update functionality of a Windows service without the need to re-install the service
12 Jul 2016 by David A. Gray
Share Win32 string resources without the risk of conflicting resource IDs
7 Dec 2012 by David Rousset
Using the Windows 8 Simulator & VS 2012 to debug the IE10 touch events & your responsive design on the web.
4 Aug 2015 by dgb77
Plugin for Visual Studio 2012 that will batch-update the properties of all projects in a solution.
22 Aug 2013 by dhruv chaudhary
LAP provides an feature rich environment for learning and enjoying history and geography of places across the globe
3 May 2017 by dmihailescu
A Visual Studio add-in that inserts some commonly known OO patterns into your working project and searches your highlights online.
27 Dec 2014 by Edgar Maass
The goal of this article is to extract a point cloud using the Microsoft Kinect v2 sensor, visualize it using the VTK toolkit, save it for printing or further work (e.g. using Meshlab)
17 Aug 2016 by Edgar Maass
Open and display point clouds using a simple user control. Technology used: C# and the OpenGL library via the OpenTK port to .NET.
3 Apr 2017 by Edgar Maass
Display a Point Cloud grabbed by the Microsoft Kinect v2 in a OpenGL control
15 Aug 2016 by Edgar Maass
Different methods to align (aka stich, register) point clouds via the ICP (Iterative Closest Point) method
12 Oct 2013 by Elham Dolatabadi
The application allows users to record and store Kinect streams at 30 frames per second to a folder.
20 Jun 2013 by Eligio Morgado H.
Explaination of how to use JSON to get data from a remote server in C#.
21 Nov 2014 by ergohack
Design a DGML state machine using visual tools,... then depend upon C# Reflection to implement the state machine boundaries and triggers in your application.
6 May 2014 by Eric Goedhart
1 May 2014 by Eric Goedhart
Part two of the ASP.NET MVC Documents Sample
24 May 2015 by Evgeny Pereguda
Simple lib for capturing live-video from web-camera by using Media Foundation
18 Apr 2013 by Farhan Ghumra
How to draw a driving route direction with Bing Maps in C#/XAML in a Windows 8 app.
12 Jun 2014 by Florian Rappl
A detailed outlook at some of the possible language features of the next version of C#
16 Jul 2013 by Franc Morales
BuildIncrement2012 add-in for C++ projects.
23 Jan 2014 by freedeveloper
Introductory article to explain how to configure a simple kendo dropdown list, that reads from a WEB API service, using kendo MVVM and typescript
13 Sep 2013 by geoyar
Applying Ant Colony Optimization algorithms to solve the Traveling Salesman Problem.
8 Jan 2014 by Ger Hayden
This is a dual working example of identical C# and C++/CLR test harness reading test data from identical XML inputs and conducting tests on a common Windows Forms application.
27 Dec 2013 by Gokuldas
This article shows the application of Observer Design pattern to real life scenario.
22 Apr 2013 by Grant Curell
Performing steganography on PNG images
24 Nov 2014 by Hassan Mokdad
This is a small basic sample that shows you how to quickly set your multi-threaded environment using the new C# Task Factory.
12 May 2013 by Heiko Mohr
Create a simple cms project starting with bootstrap based layout
7 Jul 2014 by hgbecker
DataToolbar leads the standard DataNavigator to a higher level.
5 Sep 2015 by InvisibleMedia
11 Sep 2014 by iSahilSharma
This article is the first part of the series "Abstract Class & Interface: Two Villains of Every Interview" and explains the important key points of Abstract Class.
24 Sep 2014 by iSahilSharma
This article is the second part of the series “Abstract Class & Interface: Two Villains of Every Interview” and explains the important key points of Interface.
8 Oct 2014 by Israel Sant'Anna
This is an alternative for "Links with arbitrary text in a RichTextBox".
23 Oct 2016 by Jakub Szymanowski
The article shows implementation of fundamental algorithms in matrix and polynominal algebra
8 Oct 2013 by Jim Roth
An adventure in building Java software on a TFS build server
7 Nov 2013 by johan_vw
Play around with the different interfaces used to query collections.
3 May 2014 by John-ph
Guidelines on how to integrate ApiFrame in Web API application
9 Sep 2016 by Jose A Pascoa
SIMD instruction sets may expect a special alignment of memory, but when that memory is on the stack MASM does not provide alignment facilities.
19 Sep 2013 by Josef Andrys
HiUpdateTools is a easy tools to use publish new version of your application
8 Dec 2013 by Julijan Sribar
A Visual Studio add-in and command-line utility that automates versioning of .NET and VC++ projects
23 Jan 2013 by Justin Shepertycki
Using Entity POCOs as a DataSource for your Crystal Reports
22 May 2014 by kannankeril
This article focuses on database first development using ASP.NET MVC. It uses the Northwind database and walks the reader through developing a CRUD application, applying annotations, custom styling and using the jQuery UI Accordion to deliver a more polished UI experience.
27 May 2014 by KarstenK
19 Jun 2013 by Karthik. A
An introduction to custom role providers in an ASP.NET MVC 3 application using the Entity Framework for ORM.
22 Sep 2013 by Karthik. A
Instead of the traditional way of paging like a numbered / text pager, this approach uses a single button to load more data within the same page
5 Oct 2012 by Kenneth Haugland
A drawing tool program that can create simplified XAML code
20 Nov 2014 by Khademul Basher
This article describes the AngularJS JavaScript framework and shows how to use it to develop a Single Page Application.
1 Apr 2014 by Kirill__
Reminder: simple Windows Store App. In this App I try to use some specific features for Windows 8 app. As result - i got good experience and now i want to show what was done.
13 Sep 2015 by Kranthi Kumar Pothireddy
This is two part demo, in first part I will be showing how to insert a record into database and get all the records from database, and display. Part 2 I will show delete and update operations.
6 Nov 2014 by KRISHNA ANIPINDI
A beginner's introduction to .NET Micro Framework and the tools required to get started with it...
29 Aug 2013 by Kumar Kisalaya
This is an alternative for "Compress Zip files with Windows Shell API and C#"
16 Nov 2016 by Lars Hove Christiansen
XML Visualizer v.2 improves the standard XML Visualizer in Visual Studio 2005, 2008, 2010, 2012, 2013 and 2015.
2 Jul 2013 by LEADTOOLS Support
Automatically Classify Scanned Documents using LEADTOOLS Forms Recognition
1 Oct 2013 by LEADTOOLS Support
In the white paper that follows, we will show how to read and write the PDF keywords metadata, update the file on Google Drive, interface with your local Google Drive database, and do all of this within a single right-click context menu in Windows Explorer.
2 Dec 2013 by LEADTOOLS Support
Choosing the Right Barcode for your Application
1 May 2015 by LEADTOOLS Support
LEADTOOLS includes a robust Check Scanning and Processing SDK within its document family of imaging toolkits, and is already being used by a number of applications across banking, insurance and retail industries.
20 Sep 2012 by ledtech3
This is a project for creating code like the WMI code creator but the output is for VB.NET and Windows Forms instead of for a Console Application.
25 Nov 2013 by Livio Francescucci
A basic introduction about how to write unit tests using mock objects (Rhino Mocks).
24 May 2015 by Lothar Behrens
Analysing the efford for a new use case to be modeled for mobile apps and a real business case using a shopping card
29 Dec 2014 by Mahdi K.
This article will help you to handle all types of errors in MVC platform; MVC Views, API, 404.0, Synchronous/Asynchronous Calls all with same user experience centrally.
5 Apr 2012 by Marius Bancila
In this article, I will enumerate and discuss some of the new or improved features for native development (but not all).
4 Oct 2013 by Marius Bancila
This article tries to show that writing code in C++ can be as productive and fun as in other mainstream languages.
21 Apr 2013 by Mike-MadBadger
Using multiple enumerators and implementing IEnumerable with Yield or IEnumerator.
7 Apr 2015 by Mike_Liu
Manually implement a basic WCF Service (.NET 4.5) from scratch, step by step, with clear instructions and precise screen snapshots.
18 Jun 2013 by Mladen Janković
Solving knapsack problem using genetic algorithm
1 Oct 2013 by Mohamed Kalmoua
2-3 tree implementation in c++