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 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]
Nitin Bhardwaj (25)
Ashwani Tyagi (19)
Sharad Gupta (12)
Anubhav Chaudhary (7)
Nimit Joshi (4)
Rion Williams (3)
Abhimanyu K Vatsa (2)
Mudita Rathore (2)
Julian (2)
Rahul Bansal (2)
Saineshwar Bageri (1)
Scott Lysle (1)
Kalyan Bandarupalli (1)
Ankur (1)
Prabhakar Maurya (1)
Krishna Garad (1)
Anil Kumar (1)
Madhavi Gawale (1)
Babula Pradhan (1)
Ibrahim Ersoy (1)
Pankil Bhatt (1)
Aditya Kumar (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)
Abhishek Jaiswal (1)
Related resources for Visual Studio 2012
No resource found
Create Facebook App using ASP.NET MVC
4/30/2024 11:03:42 AM.
Learn to integrate a Facebook app with your ASP.NET MVC project using Visual Studio 2012 and MVC 4 template. Follow step-by-step instructions to set up SSL, register as a developer, configure app set
Filter WebGrid With Cascading Dropdownlist Along With Paging in MVC
4/30/2024 9:54:32 AM.
This tutorial provides a comprehensive guide for developers new to MVC, offering step-by-step instructions for creating a basic MVC application using Visual Studio 2012 and integrating features like P
Bundling and Minification in Visual Studio 2012 or Migrate Existing Website
4/1/2024 11:52:23 AM.
Bundling and Minification in Visual Studio 2012 offers efficient resource management for web development. It optimizes code by consolidating and compressing JavaScript and CSS files, enhancing website
Using the DocX DLL to Programmatically Create Word Documents
2/23/2022 11:04:10 AM.
The project offers a DLL which can be downloaded and added to a project and then used to programmatically create Word documents on the fly and without any reliance upon the Microsoft Office DLLs.
Getting Started With BackboneJS in MVC 4
4/1/2021 10:10:56 AM.
This article explains the association of a Backbone Template with the ASP.NET MVC Web Application.
Using Web API With ASP.NET Web Forms
3/24/2021 5:53:06 AM.
In this article, we will define that how we can use Web API with ASP. Net Web Forms. For using the Web API in Web Forms There are various steps all these are as follows.
ASP.NET 4.5 New Features
3/17/2021 10:47:42 AM.
This article describes the new features of ASP.NET in ASP.NET 4.5.
Ways to Fix the Errors of Unobtrusive Validation in ASP.NET 4.5
1/6/2021 11:29:01 AM.
In this article we will learn how to fix the errors of Unobtrusive Validation Mode.
How to Create Database Using Table Designer in Visual Studio 2012
1/1/2021 5:18:39 AM.
In today's article you will learn how to create a database using Table Designer in Visual Studio 2012.
Filter Data by Values in Model Binding Using Drop Down List in .NET 4.5
11/24/2020 5:16:07 AM.
In this article we will learn how to filter data by values in Model Binding using a Drop Down List.
Passing Values Between TextBox of Different Forms Using Class
11/12/2020 8:03:27 AM.
In this article, I describe how to pass data from one form to another form in a Windows application using C#.
Enabling Unobtrusive Validation Mode in ASP.NET 4.5
11/10/2020 3:28:11 AM.
In this article we will learn how to enable Unobtrusive Validation in ASP.NET 4.5.
Logical Operators in TypeScript
5/18/2020 12:46:09 AM.
In this article I have described logical operators in TypeScript with an example.
JavaScript Coding Standards
4/20/2020 6:22:12 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 developer
Feature of JavaScript in Visual Studio 2012: Typed Arrays
4/8/2020 9:37:12 AM.
In this article I will tell you about one more new feature of JavaScript in Visual Studio 2012, Typed Arrays.
Features of JavaScript in Visual Studio 2012:Recursion and Variable Scope
4/7/2020 3:54:31 PM.
In Today's Article you will learn about some more New Features of JavaScript in Visual Studio 2012 like Recursion and Variable Scope.
How to Configure WCF Services in Windows 8
12/30/2019 1:45:43 AM.
In this article we are explaining how to configure WCF Services in Windows 8.
Develop Your First Windows Store App (Hello World)
12/19/2019 4:02:38 AM.
In this article we will start developing our first “hello world” program for windows store.
do while Loop in Typescript
10/16/2019 7:18:18 AM.
In this article explains how to use the TypeScript do while loop with code example.
How To Connect to a Database In TypeScript
10/16/2019 6:38:31 AM.
In this article I will explain how to connect to a SQL database with TypeScript in a web application and how to get data from the database in TypeScript.
Draw Regular Polygon In TypeScript
10/15/2019 8:15:10 AM.
In this article I explain how to draw a regular polygon using TypeScript.
Precedence and Associativity of Bitwise Operators in TypeScript
10/15/2019 7:48:32 AM.
In this article I explain precedence and associativity of Bitwise operators in TypeScript.
Understanding TypeScript
10/15/2019 7:01:43 AM.
The TypeScript language is a superset of JavaScript but a subset in syntax. It has been built to support easily building large-scale web applications with features like modules, interfaces, classes et
TypeScript Project in Visual Studio 2012
10/15/2019 4:37:13 AM.
In this article I have described how to create a TypeScript project in Visual Studio 2012
Use of Params in TypeScript
10/15/2019 4:22:52 AM.
In this article I explain how to use params in TypeScript and what is needed to use them.
Page Load Time in TypeScript
10/15/2019 4:06:18 AM.
In this article, I will explain how to count page load time using TypeScript.
Bitwise Operators in TypeScript
10/15/2019 2:53:13 AM.
In this article I am going to explain how to use bitwise operators in TypeScript.
Continue Statement in TypeScript
10/15/2019 1:22:48 AM.
In this article I am going to explain how to use the continue statement in TypeScript.
How to Create Class in TypeScript
10/15/2019 1:15:58 AM.
In this article, I have described how to create and use a class in TypeScript with an example.
Use of Modules in TypeScript
10/14/2019 11:34:42 PM.
In this article I am going to explain how to use modules in TypeScript.
TypeScript In Visual Studio 2012
10/14/2019 6:30:48 AM.
In this article, learn how to install and setup TypeScript in Visual Studio 2012.
Interface Using TypeScript
10/14/2019 5:10:37 AM.
In this article I am going to explain how to use an interface in TypeScript.
How To Use This Keyword In TypeScript
10/13/2019 10:28:52 PM.
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
How To Get Window History In TypeScript
10/13/2019 10:07:35 PM.
In this article, I will describe how to use window history in TypeScript.
How To Use Simple Array in TypeScript
10/11/2019 6:34:38 AM.
In this article I will explain what an array is and how to use them in TypeScript with an example.
Building a Simple Website With TypeScript
10/11/2019 2:04:06 AM.
In this article I am going to explain how to build a website with TypeScript.
Function With Parameter in TypeScript
10/11/2019 1:22:54 AM.
In this article I explain a function with parameter in TypeScript with an example.
TypeScript: JavaScript Like Programming Language by Microsoft
10/11/2019 12:27:32 AM.
This is an introduction to TypeScript, a new programming language like JavaScript that is translated into JavaScript.
Parameter Properties In TypeScript
10/7/2019 6:51:10 AM.
In this article, I have described how to use a parameter property in TypeScript with an example.
Break Statement in TypeScript
10/7/2019 6:08:05 AM.
In this article, I am going to explain how to use a break statement in TypeScript with an example.
Let's Start With TypeScript
10/7/2019 4:20:50 AM.
In this article, I explain the basics of TypeScript language programming using Visual Studio 2012.
Web Application Using TypeScript
10/7/2019 1:02:54 AM.
In this article I explain how to use a web application in TypeScript.
Show Image In TypeScript
10/7/2019 12:02:04 AM.
In this article I explain how to show an image on a button click in a web-application in TypeScript.
Generate Random Colors In TypeScript
10/6/2019 11:41:54 PM.
In this article I show a random colors generator in TypeScript.
Function Overloading in Typescript
10/6/2019 11:33:51 PM.
In this article I explain how to use function overloading in TypeScript with an example.
Confirm Box in TypeScript
10/4/2019 3:16:52 AM.
In this article I explain how to use a confirm box in TypeScript with an example.
Enum in TypeScript
10/3/2019 2:39:41 AM.
In this article I am going to explain how to use enum in TypeScript.
Login Page in TypeScript
10/2/2019 11:53:34 PM.
This article explains the best way to implement a simple login form to check account information details of a user within a database using TypeScript.
Progress Bar Using Web Application In TypeScript
10/2/2019 11:39:38 PM.
In this article, I will explain how to create a progress bar in TypeScript.
Interest Rate Calculator Using Web Application In TypeScript
10/2/2019 10:55:34 PM.
In this article I explain how to calculate the interest rate on a particular amount in TypeScript.
Precedence and Associativity of Arithmetic Operators in TypeScript
10/2/2019 10:27:14 PM.
In this article I am going to explain how to work precedence and associativity in arithmetic operators.
Simple Function In TypeScript
10/2/2019 10:11:52 PM.
In this article I have described simple functions in TypeScript with an example.
Use of Constructor in TypeScript
10/1/2019 6:54:30 AM.
In this article I am going to explain how to use a constructor in TypeScript.
Static Method in TypeScript
10/1/2019 3:06:24 AM.
In this article I am going to explain static methods in TypeScript.
Get User Details in TypeScript
9/30/2019 11:38:16 PM.
In this article I will explain how to access the current user's details in TypeScript.
For Loop in TypeScript
9/30/2019 11:09:23 PM.
TypeScript for loop. In this article, learn how to use a for loop in TypeScript with an example.
"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.
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.
":" 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.
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.