TECHNOLOGIES
ANSWERS
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 Visual Studio 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]
Ashwani Tyagi (65)
Nimit Joshi (4)
Sateesh Arveti (4)
Rion Williams (3)
Julian (2)
Rahul Bansal (2)
Nitin Bhardwaj (1)
Madhavi Gawale (1)
Babula Pradhan (1)
Ibrahim Ersoy (1)
Pankil Bhatt (1)
Aditya Kumar (1)
Scott Lysle (1)
Burak Seyhan (1)
Ramchand Repalle (1)
Jay Parekh (1)
Devesh Omar (1)
Anand Narayanaswamy (1)
Prerana Tiwari (1)
Abhishek Goswami (1)
Osama Hosam (1)
Shweta Lodha (1)
Ankur (1)
Abhishek Jaiswal (1)
Abhishek Jain (1)
Vidya Vrat Agarwal (1)
Related resources for Visual Studio 2012
No resource found
How To Use This Keyword In TypeScript
6/23/2017 2:42:46 AM.
In this article I explain how to use the this keyword in TypeScript with an example. The this keyword always points to the object that is calling a particular method. The type of this in an expression
"ddd" and "dddd" Custom Format Specifier in LightSwitch 2012
6/22/2017 7:13:48 AM.
This article describes the ddd and dddd Custom Format Specifiers in LightSwitch Visual Studio 2012. The "ddd" Custom Format Specifier is used to represent the name of the day of the week in
Percent ("P" or "p") Numeric Format Specifier in LightSwitch 2012
6/22/2017 7:11:25 AM.
This article describes how to use the Percent (P or p) Numeric Format Specifier in LightSwitch Visual Studio 2012. This format specifier multiplies a number by 100 and converts it into a string with b
RFC 1123 "R" or "r" Format Specifier in LightSwitch 2012
6/22/2017 7:09:59 AM.
This article describes how to use the RFC 1123 R or r Format Specifier in LightSwitch Visual Studio 2012. The R or r format specifier is a format specifier for the RFC 1123 date and time format standa
"0" Custom Format Specifier in LightSwitch 2012
6/21/2017 5:07:14 AM.
Here we will see how to use the "0" Custom Format Specifier in LightSwitch Visual Studio 2012. The "0" Custom Format Specifier serves as a Zero-Placeholder Symbol. Let us suppose t
Database Project Tutorial Using Visual Studio 2012
10/31/2016 3:34:09 AM.
Create , Managing and publishing a Database Project using VS 2012
Getting Started: Entity Framework With ASP.NET MVC
2/6/2016 2:19:07 PM.
In this article we will see the basics of building an ASP.NET MVC web app using Visual Studio 2012 and Entity framework database first approach.
Using ASP.NET MVC 5 Within Visual Studio 2012
11/19/2015 12:05:52 AM.
In this article you will learn how to use ASP.NET MVC 5 within Visual Studio 2012.
Integrating And Using GitHub In Visual Studio 2012
10/30/2015 9:14:33 AM.
In this article you will learn about integrating and using GitHub in Visual Studio 2012.
Finding the ASP.NET Configuration Tool In Visual Studio 2012
10/29/2015 3:14:44 PM.
In this article you will learn how to find the ASP.NET configuration tool in Visual Studio 2012.
Mock Testing Using Visual Studio 2012
8/2/2015 2:53:08 AM.
Mock testing is new feature in Visual studio 2012. which uses 1. Stub 2. Shims. Today I am going to discus about the stub.
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.
Real Time Chart Using SignalR and Chart.js
5/7/2015 3:25:33 PM.
This article is a walkthrough of creating a web application that displays a chart that is updated in real time.
Zen Coding in Visual Studio 2012
4/18/2015 7:26:49 PM.
Here we will learn about Zen Coding, a faster way to write HTML using a CSS style selector syntax.
Xamarin.Forms Served Hot With Caffeine
4/16/2015 2:17:22 AM.
In this article we learn about Xamarin and how to install and use it.
Introduction to Async and Await in C# 5.0
11/11/2014 11:51:51 AM.
This article provides a brief introduction to use of Async and Await to make simple asynchronous calls from your C# 5.0/.NET 4.5 applications.
How to Use Report Viewer in Visual Studio 2012
10/10/2014 5:35:49 AM.
In this article I explain how to use the Report Viewer with a dataset in Visual Studio 2012.
Visual Studio 2013 Key Notes
10/8/2014 4:16:46 PM.
In this article you will learn how to work with the Visual Studio editor to get substantial assistance in improving the productivity of code development.
Getting Started With WIX (Windows Installer XML) in VS2012
10/4/2014 11:52:12 PM.
The Windows Installer XML (WiX) is a toolset that builds Windows installation packages from XML source code. The toolset supports a command line environment that developers may integrate into their build processes to build MSI and MSM setup packages.
Class Diagrams in C#
7/18/2014 5:09:45 PM.
In this article I explain an easy way to understand Class Diagrams in C#.
Introducing Visual Studio 2012
6/12/2014 2:48:07 PM.
This article provides the installation requirements for, and explains how to create new projects in, Visual Studio 2012.
Installation of Business Intelligence in Visual Studio 2012
6/10/2014 1:50:26 PM.
This article provides an introduction to Business Intelligence development types and also explains how to install Business Intelligence into Visual Studio.
Getting Started With Reports in .NET
3/26/2014 3:15:38 AM.
In this article, you will see how to get started with reports in .NET using Visual Studio 2012.
How to Minify js and css Files Using Visual Studio 2012
3/23/2014 4:05:01 PM.
Here you will learn how to minify js and css files using Visual Studio 2012.
PMS Tutorial3: Multiple Document Interface (MDI) With Global SQL Local DB Connection
3/2/2014 1:17:31 PM.
Object Oriented Inheritance will be used in this tutorial, so basic understanding of inheritance should be granted for understanding the contents of this tutorial.
Dynamically Selecting DataTemplate For WPF ListView: Solution 2
2/6/2014 12:22:47 PM.
In this article, I am discussing an alternative way to dynamically select a DataTemplate for a WPF ListView.
How to Create a Chart Using Reports (RDLC File) in .NET
1/29/2014 6:44:06 AM.
Here you will learn how to create a Chart using report (RDLC File) in .NET.
Getting Started With New Scaffolded Item Dialog to Design Generated Files
1/2/2014 4:06:20 PM.
This article introduces the New Scaffolded Item dialog which is used to design the generated files output in Visual Studio 2013.
JavaScript Coding Standards
12/11/2013 1:05:50 AM.
Being a novice or a professional often we wonder how to write effective, maintainable and extendible code. This article defines guidelines to enforce consistent style and formatting and help developers avoid common pitfalls and mistakes.
":" Custom Format Specifier in LightSwitch 2012
12/9/2013 9:01:33 PM.
This article explains how to use the ":" Custom Format Specifier in LightSwitch Visual Studio 2012.
"gg" Custom Format Specifier in LightSwitch 2012
12/3/2013 1:22:47 PM.
This article describes how to use the "gg" Custom Format Specifier in LightSwitch Visual Studio 2012.
"s" and "ss" Custom Format Specifier in LightSwitch 2012
12/3/2013 1:13:30 PM.
This article describes the use of "s" and "ss" Custom Format Specifiers in LightSwitch Visual Studio 2012.
Difference Between Escape Character ("\") & Date Separator ("/") in LightSwitch 2012
11/28/2013 5:05:10 PM.
This article describes the differences and use of the Escape Character ("\") and Date Separator ("/") Custom Format Specifier in LightSwitch Visual Studio 2012.
Working With MVC 5 in Visual Studio 2012
11/27/2013 9:41:25 PM.
This article describes how to work with an Empty MVC 5 Project using Visual Studio 2012.
Start the New Taste of Visual Studio 2012 With Web Tools 2013.1
11/25/2013 2:01:45 PM.
In this article I am describing the new ASP.NET Web Tools 2013.1 that has been revealed by Microsoft for Visual Studio 2012 and the new changes made in this update.
"t" and "tt" Custom Format Specifier in LightSwitch 2012
11/25/2013 1:05:51 PM.
This article shows the differences and the use of the "t" and "tt" Custom Format Specifiers in LightSwitch Visual Studio 2012.
"d" and "dd" Custom Format Specifier in LightSwitch 2012
11/21/2013 10:24:13 AM.
This article describes the differences and the use of the "d" and "dd" Custom Format Specifiers in LightSwitch Visual Studio 2012.
Year/Month Pattern Format Specifier in LightSwitch 2012
11/20/2013 4:22:59 PM.
In this article I am going to describes how to use Year/Month Pattern Format Specifier in LightSwitch Visual Studio 2012.
Month/Day Pattern in LightSwitch 2012
11/19/2013 9:02:58 PM.
This article describes the use of the Month/Day Pattern in LightSwitch Visual Studio 2012.
Full Date Short Time ("f") and Full Date Long Time ("F") Format Specifiers in LightSwitch 2012
11/18/2013 8:01:53 PM.
This article describes the differences and use of the Full Date Short Time ("f") and Full Date Long Time ("F") Format Specifiers in LightSwitch Visual Studio 2012.
Short Date("d") and Long Date("D") Format Specifier in LightSwitch 2012
11/16/2013 4:35:03 PM.
This article describes the difference between the Short Date("d") and Long Date("D") Format Specifiers in LightSwitch Visual Studio 2012.
Visual Studio 2013 vs Visual Studio 2012
11/14/2013 10:59:25 AM.
This article explains Visual Studio 2013 by comparing it with its previous version Visual Studio 2012, based on the features and other fundamentals.
Literal String Delimiter in LightSwitch 2012
11/13/2013 3:59:01 PM.
This article shows how to use the literal string delimiter in LightSwitch Visual Studio 2012.
"\" Escape Character in LightSwitch 2012
11/12/2013 4:13:42 PM.
This article explains how to use the Escape Character in LightSwitch Visual Studio 2012.
Short Time ("t") Pattern and Long Time ("T") Pattern in LightSwitch 2012
11/10/2013 3:27:16 PM.
This article describes how to use the Short Time Format Pattern and Long Time Format Pattern in LightSwitch Visual Studio 2012.
Sortable ("s") Format Specifier in LightSwitch 2012
11/10/2013 3:20:23 PM.
Here we will see how to use the Sortable("s") Format Specifier in LightSwitch Visual Studio 2012.
Getting Started With BackboneJS in MVC 4
11/8/2013 9:59:28 PM.
This article explains the association of a Backbone Template with the ASP.NET MVC Web Application.
General ("G") Format Specifier in LightSwitch 2012
11/8/2013 3:37:25 PM.
This article describes how to use the General ("G") Format Specifier in LightSwitch Visual Studio 2012.
Numeric Format Specifier in LightSwitch 2012
11/7/2013 2:53:00 PM.
This article describes how to use thje Numeric Format Specifier in LightSwitch Visual Studio 2012.
"E" and "e" Custom Format Specifier in LightSwitch 2012
11/7/2013 2:39:12 PM.
Here we will see how to use Exponential Notation in LightSwitch Visual Studio 2012.
Group Separator and Number Scaling Specifier in LightSwitch 2012
11/6/2013 5:55:27 PM.
This article describes how to use a Group separator and Number scaling Format Specifier in LightSwitch Visual Studio 2012.
"#" Custom Format Specifier in LIghtSwich 2012
11/6/2013 5:37:54 PM.
This article describes how to use the "#" Custom Format Specifier in LightSwitch Visual Studio 2012.
Degree (°) Custom Format Specifier in LightSwitch 2012
11/4/2013 11:47:13 AM.
In this article I am going to describes how to use Degree(°) Custom Format Specifier in LightSwitch Visual Studio 2012.
Round Trip Format Specifier in Light Switch 2012
11/2/2013 9:34:52 PM.
This article describes how to use the Round-Trip "R" Format Specifier in LightSwitch Visual Studio 2012.
"X" Hexadecimal Format in LightSwitch 2012
11/2/2013 9:15:09 PM.
This article describes how to use the Hexadecimal Format Specifier in LightSwitch Visual Studio 2012.
Section Separator in LightSwitch 2012
11/1/2013 7:17:02 PM.
This article describes how to use a section separator(;) in LightSwitch Visual Studio 2012.
Decimal Format Pattern in LightSwitch 2012
10/31/2013 12:53:36 AM.
Here we will see how to use format patterns for the Decimal datatype in LightSwitch Visual Studio 2012.
Format Pattern For Integer Data Type in LightSwitch 2012
10/29/2013 4:06:25 PM.
This article describes how to use Format Patterns for the Integer datatype in LightSwitch Visual Studio 2012.
Standard Numeric Format Strings in LightSwitch 2012
10/23/2013 4:34:21 PM.
This article describes how to use Standard Numeric Format Strings in LightSwitch Visual Studio 2012.
Date and Time Format Pattern in LightSwitch 2012
10/22/2013 11:15:09 PM.
This article describes how to use the Date Time Datatype in LightSwitch Visual Studio 2012.
Guid Datatype in LIghtSwitch 2012
10/19/2013 1:35:42 PM.
In this article I am going to describes how to use Guid Datatype in LightSwitch Visual Studio 2012.
Email Address DataType in LightSwitch 2012
10/17/2013 10:37:59 PM.
This article describes how to use the Email Address data type in LightSwitch Visual Studio 2012.
Image Datatype in LightSwitch 2012
10/16/2013 4:30:54 PM.
This article describes how to use Image Datatype in LightSwitch Visual Studio 2012.
Look at Load Testing in Visual Studio 2012
10/16/2013 2:11:00 PM.
Here, we will look into steps to be followed for performing a load test with a specific number of virtual users within VS 2012.
Coded UI Testing in Visual Studio 2012
10/14/2013 7:36:34 PM.
Coded UI Test are the tests which helps in testing if the application works well from the user point of view i.e. it helps in testing the user interface of the application.
Control Types of a Field in LightSwitch 2012
10/12/2013 6:37:57 PM.
This article describes how to change the control type of a specific record in LightSwitch Visual Studio 2012.
Money Datatype in LightSwitch 2012
10/11/2013 11:02:16 PM.
This article describes how to use the money data type in LightSwitch Visual Studio 2012.
Phone Number Format in LightSwitch 2012
10/10/2013 9:12:20 PM.
In this article I am going to describes how to format a Phone Number in LightSwitch Visual Studio 2012.
Add New Solution Explorer View in LightSwitch 2012
10/8/2013 3:35:41 PM.
This article explains how to add a New Solution Explorer View in LightSwitch using Visual Studio 2012.
Look at Web Performance Test in Visual Studio 2012
10/8/2013 12:02:36 PM.
In this article, we will look into Web Performance testing, its purpose and how to use it.
Performing Various Operations on Table in LightSwitch 2012
10/6/2013 9:44:37 PM.
This article shows how to perform various operations on a table using LightSwitch Visual Studio 2012.
Types of Views in Solution Explorer in LightSwitch 2012
10/5/2013 6:21:32 PM.
Here we will see the various types of views in the Solution Explorer using LightSwitch Visual Studio 2012.
Summary Property in LightSwitch 2012
10/4/2013 5:02:53 PM.
This article describes how to create a Summary Property using LightSwitch Visual Studio 2012.
Adding a New Group in LightSwitch 2012
10/4/2013 4:53:57 PM.
This article describes how to add a new group using LightSwitch Visual Studio 2012.
Various Ways of Attaching to External Data Source in LightSwitch 2012
10/1/2013 6:01:12 PM.
In this article I am going to describes different ways how to attach to External Data Source in LightSwitch using Visual Studio 2012.
Look at Cloned Code Feature in Visual Studio 2012
9/26/2013 2:14:48 PM.
In this article, we will look into one of the new feature of Visual Studio 2012 for finding out duplicate code within an application.
Look at Dependency Graphs in Visual Studio 2012
9/25/2013 4:49:48 PM.
In this article, we will look into dependency graphs, how to generate and analyze it in Visual Studio 2012.
Adding Record From One Table to Another Table in LightSwitch 2012
9/23/2013 7:34:11 PM.
In this article I am going to describes how to programmatically add a record from one table to another using LightSwitch Visual Studio 2012.
Specifying How to Add a Screen Data Using LightSwitch 2012
9/21/2013 5:23:50 PM.
This article explains how to specify to add Screen Data using LightSwitch in Visual Studio 2012.
C# Corner Mumbai Chapter: Official Recap of Visual Studio 2012 Tech Tour - 15 September, 2013
9/19/2013 11:13:54 PM.
On September 15th C# Corner Mumbai Chapter organized an event in collaboration with Microsoft India. The event was called “Visual Studio 2010 Tech Tour”.
Adding a Close Button in LightSwitch 2012
9/19/2013 10:00:46 PM.
In this article I am going to describes how to add a Close Button on a Editable Grid Screen using LightSwitch Visual Studio 2012.
Cascading Dropdown in LightSwitch 2012 : Part 1
9/13/2013 8:29:12 PM.
Here we will see how to create a table as well as establish a relationship between tables in LightSwitch using Visual Studio 2012.
How to Write Code For Any Screen in LightSwitch 2012
9/13/2013 7:23:22 PM.
This describes how to write code for a specific screen in a LightSwitch Application using Visual Studio 2012.
Data Entities Creation in LightSwitch 2012
9/8/2013 5:50:53 PM.
This article describes how to create a new data table in LightSwitch using Visual Studio 2012.
Cascading Dropdown in LightSwitch 2012 - Part 1
9/7/2013 7:39:03 PM.
Here we will see how to create tables as well as establish relationships among tables in LightSwitch using Visual Studio 2012.
Binding Grid From Query in LightSwitch 2012 - Part 1
9/6/2013 9:31:57 PM.
Here we will see how to add a query on a table in LightSwitch using Visual Studio 2012.
Binding Grid From Query in LightSwitch 2012 - Part 2
9/5/2013 10:53:01 PM.
This article describes how to bind a grid with a query in LightSwitch 2012.
Various Screen Templates in LightSwitch 2012
9/4/2013 8:02:08 PM.
This article describes how to add various screens in a LightSwitch Application using Visual Studio 2012.
How to Bind Grid With View in LightSwitch 2012.
9/3/2013 7:16:48 PM.
This article describes binding of a Grid with a View in LightSwitch 2012.
Global Variable in LightSwitch 2012
9/3/2013 1:50:34 AM.
This article explains global variables in LightSwitch Applications (Visual C#) in Visual Studio 2012.
Dynamically Add Control in LightSwitch 2012
8/29/2013 5:49:24 PM.
Here we will see how to dynamically add controls in a LightSwitch Application (Visual C#) in Visual Studio 2012.
Searching Multiple Parameters in LightSwitch 2012 - Part 2
8/29/2013 5:43:25 PM.
This article describes how to add a query for a table and add a data item as well as add a button.
How to Upload and Download File in LightSwitch 2012 - Part 1
8/28/2013 7:22:13 PM.
This article shows how to create a table, add a screen and add buttons in a LightSwitch Application (Visual C#) in Visual Studio 2012.
Searching Multiple Parameters in LightSwitch 2012 - Part 1
8/27/2013 8:54:03 PM.
Here we will see how to create a table, add a relationship and add a screen in a LightSwitch Application (Visual C#) in Visual Studio 2012.
Refresh Another Screen in LightSwitch 2012
8/23/2013 5:19:52 PM.
This article shows how to refresh another screen in a LightSwitch Application (Visual C#) in Visual Studio 2012.
Difference Between Programmer Created Detail Screen and LightSwitch Generated Detail Screen
8/22/2013 8:20:32 PM.
This article explains how a Detail Screen is created by a programmer as well as how a Detail Screen is generated in a LightSwitch Application (Visual C#) in Visual Studio 2012.
Invoke Lost Focus Event in LightSwitch 2012
8/20/2013 10:50:40 PM.
Here we will see how to invoke the lost focus event in a LightSwitch Application (Visual C#) in Visual Studio 2012.
How to Enable Multi Selection in Grid in LightSwitch 2012
8/20/2013 10:47:25 PM.
Here we will see how to enable multi-selection in a Grid in a LightSwitch Application (Visual C#) in Visual Studio 2012.
Adding Custom Control in LightSwitch 2012
8/18/2013 11:14:42 PM.
Here we will see how to add a custom control to a LightSwitch Application (Visual C#) in Visual Studio 2012.
Creating a MessageBox in LightSwitch 2012
8/16/2013 8:30:02 PM.
This article describes how to create a MessageBox in a LightSwitch Application (Visual C#) in Visual Studio 2012.
- Ebook
ASP.NET 2.0 Revealed
ASP.NET 2.0 Revealed will empower you to jump in and start exploring ASP.NET 2.0 with...
Download