TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
C# Corner
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
About VS 2012
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Deepak Middha (30)
Satya Prakash (24)
Georgie Webber (14)
Gaurav Gupta (7)
Richa Garg (4)
Raj Kumar (2)
Jay Parekh (2)
Abhishek Bhat (1)
Venkatesh Kumar (1)
Krishna Garad (1)
Maneesh Nishad (1)
Bhushan Bhure (1)
Suthish Nair (1)
Ibrahim Ersoy (1)
Rahul Bansal (1)
Vithal Wadje (1)
Sateesh Arveti (1)
Jean Paul (1)
Vo Duc Thanh (1)
Vijai Anand Ramalingam (1)
Manish Dwivedi (1)
Amit Choudhary (1)
Akkiraju Ivaturi (1)
Sukesh Marla (1)
Related resources for VS 2012
No resource found
What is ASP.Net WebAPI
3/26/2021 10:11:06 AM.
In this article, I will take you through the basics of the ASP.Net Web API.
Using Image Optimizer in ASP.NET
3/8/2021 7:06:18 AM.
In this article, we will see the “Image Optimizer” techniques in ASP.NET using visual studio 2012.
How to Consume Web API Using Web Request
2/10/2021 5:29:40 AM.
This article explains how to consume a Web API using a Web Request and deserialize it in JSON and bind data in a grid view.
Chart Control in ASP.NET
1/28/2021 11:28:15 AM.
In this article, I describe how to create a chart in ASP.NET.
Using Webcam to Preview Video In Windows Store App
12/29/2019 10:53:10 PM.
In this article we will see how to use webcam or any other capture device to preview the video in windows store app.
Access an Element in Type Script
10/15/2019 3:20:52 AM.
In this article I described how to manipulate an input tag element of HTML in TypeScript.
Host WCF Websocket Service as Windows Service
9/13/2019 4:43:48 AM.
Here in this article we will learn how to host a WCF Websocket service as a Windows service.
Share Content of WebView Control in Windows Store Apps Using C#
12/12/2018 11:17:40 PM.
I will show you how to share the content of a WebView control using share contract.
Simple Steps to Create Setup File Using InstallShield LE From VS 2012
10/11/2018 6:10:29 AM.
This article will show you how to use InstallShield LE From VS2012 to create a Setup file to install an application.
Publish Web or Database Project Using Visual Studio
5/24/2016 1:20:55 AM.
Here you will see how to publish a web or database project using Visual Studio.
Developing XNA Apps in Visual Studio 2012
5/29/2015 12:59:46 PM.
While I was searching for a way to make it real, I found a not-so-well adviced technique by not using XNA GS and its easy implementations.
How to Maintain the Scroll Position After Postback of a Web Page
12/18/2014 2:52:52 PM.
In this article I will show how you can maintain the last focus position after scrolling.
Editions of Visual Studio 2012
1/20/2014 1:35:18 AM.
In this article we will learn about the various editions of Visual Studio 2012.
Look at SQL Server Object Explorer in VS 2012
10/18/2013 3:48:30 PM.
In this article, we will look into a new feature of VS 2012 to connect SQL databases hosted locally or on SQL Azure using SQL Server Object Explorer.
Create Site Automatically When a List Item is Added
9/4/2013 2:50:43 PM.
This article explains how to create a site automatically based on items in a list.
Programming with Windows Phone 8
8/7/2013 11:52:24 AM.
In today's article we will learn about programming Windows Phone 8.
Remove a Site Collection's Read Only Access From Local Site Collection Taxonomy Group in SharePoint 2013
7/23/2013 1:26:25 PM.
In this article you will see how to remove a site collection from having read only access to the local site collection taxonomy group in SharePoint 2013 using the server object model.
Getting Started With MEF to Load WPF User Controls From .Dll in VS 2012
5/22/2013 8:51:27 AM.
This article will show how to make a DLL that contains WPF User Controls and then we can load that .dll using MEF (lazy loading) then how to add that User Controls to other applications from the dll.
How to Consume OData Service Using jQuery
5/8/2013 11:05:29 PM.
In this article I will explain how to consume OData service using jQuery in Visual Studio 2012.
Consuming Web API in Windows Store Apps
5/1/2013 5:35:08 AM.
In this article I am going to explain how to consume an ASP.Net Web API in a Metro style APP.
Text to Speech Converter in Vs 2012
3/1/2013 12:11:40 PM.
In this article I explain how to Convert text into speech in C#.
Spell Checker in Windows Store App
2/20/2013 12:00:45 PM.
In this article I provide a sample Spell Checker app in a Windows Store App.
Convert Octal to Decimal Number in Windows Store App
2/17/2013 4:35:00 PM.
In this article I am explain how to convert numbers expressed as octal to numbers expressed as decimal in Windows Store Apps.
Convert Decimal Number to Hexadecimal Number in Windows Store App
2/16/2013 11:42:26 AM.
In this article I explain how to convert decimal number to hexadecimal number in Windows Store App.
Convert Binary Number to Decimal Number in Windows Store App
2/15/2013 1:46:40 PM.
In this article I explain how to convert binary Number into decimal Number in Windows Store App.
Subtract Two Number Without Using Subtraction Operator in Windows Store App
2/13/2013 10:26:30 PM.
In this article I explain how to subtract two number without Using subtraction operator in Windows Store App.
Display Number From 1 to 100 Without Loop in Windows Store App
2/9/2013 5:04:10 PM.
In this article I explain how to display a number from 1 to 100 without a loop in a Windows Store App.
Find Out Generic Root of Number in Windows Store App
2/8/2013 2:54:36 PM.
In this article I will describe generic roots and how to determiine them in a Windows Store App.
Add Two Numbers Without Using Addition Operator in Windows Store App
2/7/2013 2:14:08 PM.
In this article I describe how to add two numbers without using the addition operator in a Windows Store app.
Determine Power of Number in Windows Store App
2/6/2013 2:48:19 PM.
In this article I describe powers of numbers in Windows Store Apps.
Reverse Number in Windows Store App
2/5/2013 12:49:33 PM.
In this article you will learn about reversing numbers in a Windows Store App.
Determine Sum of Digits of an Entered Number in Windows Store App
2/4/2013 2:53:09 PM.
In this article I will explain how to find out Sum of Digit to Entered Number in Windows Store App.
Create Table in Windows Store App
2/3/2013 4:28:39 PM.
In this article I describe how to create a table in a Windows Store App.
Print Pascal's Triangle in Windows Store App
2/2/2013 3:31:01 PM.
In this article I will describes how to print a Pascal's Triangle in a Windows Store app.
Print Pyramid in Windows Store App
2/1/2013 2:42:58 PM.
In this article I explain how to print pyramids in a Windows Store app.
Foreach Behavior With Anonymous Methods and Captured Value
1/30/2013 5:18:52 PM.
Recently I’ve been researching about the behavior of foreach loop for C# in 5.0 and earlier versions. Here’s a snippet that I was trying and getting different output in different versions of C#.
Floyd's Triangle in Windows Store App
1/30/2013 1:23:32 PM.
In this article I will describes Floyd's Triangle in a Windows Store App.
Cell Spanning in Windows Store App
1/29/2013 4:33:32 PM.
In this article I describe how to create Windows Store App for Cell Spanning using JavaScript.
Palindrome String in Windows Store App
1/29/2013 1:22:00 PM.
In this article I am going to explain Palindrome String in Windows Store App.
Palindrome Number in Windows Store App
1/29/2013 1:09:14 PM.
In this article I describe Palindrome Numbers in a Windows Store app.
Get Factorial in Windows Store App
1/28/2013 12:06:09 PM.
In this article I explain how to get a Factorial in a Windows Store App.
Strong Number in Windows Store App
1/27/2013 2:08:22 PM.
In this article I explain Strong Numbers in Windows Store app.
Perfect Number in Windows Store App
1/27/2013 2:00:28 PM.
In this article I describe how to determine if a number is a Perfect Number in a Windows Store App.
Armstrong Number in Windows Store App
1/26/2013 2:31:05 PM.
In this article I explain about Armstrong Numbers in Windows Store Apps.
How to Find Prime Number in Window Store App
1/25/2013 4:39:40 PM.
In this article I explain how to determine if a specific number is a prime number in a Window Store App.
How to Find Leap Year in Windows Store App
1/24/2013 7:16:00 PM.
In this article I will be describe how to create a Leap Year Finder Windows Store App.
Cool Features in Visual Studio 2012
1/23/2013 6:46:15 PM.
This article speaks about some of the cool features in Visual Studio 2012.
Data Adapter in Windows Store App
1/23/2013 2:16:48 PM.
In this article I describe how to create a Windows Store App for Data Adapter using JavaScript.
Visual Studio 2012 Tweaks
1/20/2013 9:22:00 PM.
In this article I will point out some not so great but somewhat useful tweaks for Visual Studio 2012.
Detail List View in Windows Store App
1/20/2013 5:09:43 PM.
In this app I show how to get the Details of an item in a List View in a Windows Store App using JavaScript.
Static List View in Windows Store App
1/18/2013 10:13:10 PM.
In this article I describe how to create a Windows Store App for a Static List View using JavaScript.
Selection Managment in Windows Store App
1/17/2013 5:34:04 PM.
In this article I describe how to create Windows Store Apps for managing Item Selection using JavaScript
Switching From Grid to List in Windows Store App
1/17/2013 1:01:59 PM.
In this article I describe how to create a Windows Store App for switching from a Grid to a List using JavaScript.
Binding.List in Windows Store App
1/16/2013 5:23:39 PM.
In this article I describe how to create a Windows Store App for Binding.List using JavaScript.
Custom Group in Windows Store App
1/15/2013 1:53:34 PM.
In this article I describe how to create Windows Store Apps for Custom Data Group using JavaScript.
ListDataSource in Windows Store App
1/14/2013 1:56:33 PM.
In this article I describe how to create Windows Store Apps for ListDataSource using JavaScript.
Passing Data Among Pages in a Windows Store App
1/11/2013 12:27:31 PM.
This article shows various approaches for passing data among multiple pages in a single application.
Swapping a Template in Windows Store App
1/8/2013 5:53:23 PM.
In this article I describe how to create Windows Store Apps for swapping a template using JavaScript.
LocalOffset In 3-D Projection Using Windows Store Apps
1/7/2013 7:50:08 AM.
In this article I will explain how to use LocalOffset to move an object in the X,Y and Z axes using Windows Store apps.
Transformation of Data in Page Navigation in Windows Store App
1/7/2013 7:48:38 AM.
In this article I describe how to create a Windows Store app and the navigation and transformation of data from one page to another page.
Rotation In 3-D Projection Using Windows Store App
1/7/2013 7:47:54 AM.
In this article I will explain how to use 3-D Projection in Windows Store apps and how to use the slider control in it. The sample application performs rotation in the X, Y and Z axes using the slider control.
Image Binding In GridView and ListView In Windows Store App Using C#
1/7/2013 7:44:04 AM.
In this article I will explain how to bind data and images in a GridView and a ListView in Windows Store apps.
Some Calendar Functions in Windows Store App
1/7/2013 7:43:16 AM.
In this article I will explain some calendar functions in Windows Store apps.
Share Links or URIs in Windows Store App Using C#
1/7/2013 5:58:09 AM.
Today we learn another common data format that users want to share such as Links, or URIs.
Sharing Content in Windows Store App Using C#
1/7/2013 5:57:40 AM.
Today we learn how to share content in Windows Store App using C# via email.
Roaming Application Data in Windows Store App Using C#
1/7/2013 5:50:50 AM.
In this article we learn how to store and retrieve settings and files from the roaming application data store.
Reading and Writing File in Windows Store App Using C#
1/7/2013 5:38:40 AM.
In this article we will learn how to read and write a file using a StorageFile object.
Save User Data to Local Application Storage in Windows Store App Using C#
1/7/2013 5:36:44 AM.
Today we will learn how to store and retreive user details from local application data storage.
Adding Controls To Templates in Windows Store Apps
1/6/2013 1:15:09 PM.
In this article I described how to create a Windows Store App for adding controls to a Template using JavaScript.
Template Binding in Windows Store Apps
1/4/2013 1:26:31 PM.
In this article I describe how to create Windows Store Apps for Template Binding using JavaScript.
Sending Data to Server in Windows Store
1/2/2013 12:02:01 PM.
In this article I describe how to create Windows Store Apps for sending data to a server using JavaScript.
Panning With Snap-Points in Windows Store Application
1/1/2013 12:32:49 PM.
This article will explain snap-points with panning option in Windows Store Apps.
Multiple Selection in WIndows Store Apps
1/1/2013 12:11:46 PM.
In this article I described how to create a Windows Store App for selecting multiple items using JavaScript.
Storyboard Animation in Windows Store Application
12/31/2012 12:13:42 AM.
In this article you will learn how to animate objects in Windows Store Applications using XAML.
Submit Work With Priority to Thread Pool in Windows Store Application
12/28/2012 1:48:15 PM.
This article will demonstrate you to creating work item to thread pool with the specified priority such as low, normal and high in Windows Store application.
Access HomeGroup Location in Windows Store Application
12/22/2012 8:24:56 PM.
This article will demonstrate how you can access the files from the HomeGroup network location in Windows Store Application.
Socket Closing Windows Store Apps
12/21/2012 12:15:13 PM.
In this article I described how to create a Windows Store App for Closing the Socket using JavaScript.
Object Information in Windows Store Apps
12/16/2012 1:55:18 PM.
In this article I describe how to create Windows Store Apps for formatting text using JavaScript.
App-Bar in Windows Store Apps
12/13/2012 3:05:21 PM.
In this article I described how to create a Windows Store App for App-Bar using JavaScript.
Header Menus in Windows Store Apps
12/12/2012 12:35:14 PM.
In this article I described how to create a Windows Store App for Header Menu about an Object using JavaScript.
File Operation in Windows Store Application Using C#
12/10/2012 5:23:35 PM.
This article will explain file manipulation in Windows Store applications using C#.
Text Formatting Windows Store Apps
12/9/2012 2:15:12 PM.
In this article I described how to create a Windows Store App for Formatting Text using JavaScript.
Keyboard Interaction in Windows Store App Using XAML
12/7/2012 1:22:43 PM.
This article shows you how to respond to keyboard interaction in Windows Store apps.
Login Windows Store Apps
12/6/2012 12:20:32 PM.
In this article I described how to create a Windows Store App for Login using JavaScript.
Receive Video Stream From Network Computer in Windows Store Apps
12/6/2012 12:13:47 PM.
This article will show you how you can Receive media streaming from the client computer on the network using Play To Receiver in Windows Store Apps.
Streaming Media to Network Device in Windows Store Apps
12/5/2012 8:30:13 AM.
This article will explain how to stream media to another device on the network using the Device Charm of Windows 8 in Windows Store Application.
Action Confirmation Windows Store Apps
12/4/2012 12:24:07 PM.
In this article I describe how to create Windows Store Apps for confirmation of an action using JavaScript.
Subtitles in Windows Store Apps
12/3/2012 12:39:14 PM.
In this article I described how to create a Windows Store App to provide subtitles during Playback using JavaScript.
Zooming Picture Size in Windows Store Apps
12/2/2012 5:36:05 PM.
In this article I describe how to create a Windows Store App for Zooming the picture size using JavaScript.
Introduction of SplitPage Template in Windows Store Application
12/2/2012 5:29:25 PM.
This article will demonstrate for you the basic functionality of SplitPage Template in Windows Store Apps.
Defining a Simple Object in Windows Store Apps
12/1/2012 2:49:35 PM.
In this article I describe how to create a Windows Store App using JavaScript that defines an Object.
Image SlideShow Using DispatchTimer in Windows Store Apps
12/1/2012 2:04:52 PM.
This article helps you to create an Image Rotation or Slide Show of Images using a timer in Windows Store Apps.
Media Playback in Windows Store Apps
11/30/2012 2:21:28 PM.
In this article I described how to create a Windows Store App for Media Playback using JavaScript.
Multi Track Video in Windows Store Apps
11/30/2012 2:15:15 PM.
In this article I described how to create a Windows Store App for Multi Track videos using JavaScript.
How to Use Timer in Windows Store Application Using XAML
11/30/2012 1:59:06 PM.
This article will demonstrate how to integrate a timer into a Windows Store Application.
WaterMarkTextbox Control in Windows Store Application Using XAML
11/29/2012 1:31:50 PM.
This article will introduce you to the WinRT XAML Toolkit and how to use this Toolkit to develop a Windows Store Application using XAML. The sample in this article uses a control (extension) of this Toolkit known as WaterMarkTextbox.
Pick Single Folder in Windows Store Apps Using XAML
11/27/2012 1:26:58 PM.
In this article I will show you how to pick a folder in Windows Store Apps.
Working With Controls Dynamically in Windows Store Apps
11/26/2012 12:54:36 PM.
Here I will show you how iterate through all the controls in your application, and how to working on them.
Receiving URI in Windows Store Apps
11/25/2012 2:58:52 PM.
In this app I describe receiving a URI in a Windows Store app using JavaScript.
Launching a URI in Windows Store Apps
11/24/2012 5:04:44 PM.
In this app I described launching a URI in a Windows Store app using JavaScript.