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 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)
Rohatash Kumar (18)
Anubhav Chaudhary (12)
Sharad Gupta (12)
Deepak Middha (5)
Abhimanyu K Vatsa (2)
Mudita Rathore (2)
Krishna Garad (2)
Satya Prakash (1)
Saineshwar Bageri (1)
Monica Rathbun (1)
Vijay Prativadi (1)
Satyaprakash Samantaray (1)
Sanjay Kumar (1)
Vikas Hooda (1)
Rahul Bansal (1)
Manish Sharma (1)
Scott Lysle (1)
Nimit Joshi (1)
Abhishek Bhat (1)
Kalyan Bandarupalli (1)
Venkatesh Kumar (1)
Raj Kumar (1)
Ankur (1)
Prabhakar Maurya (1)
Anil Kumar (1)
Maneesh Nishad (1)
Kailash Chandra Behera (1)
Bhushan Bhure (1)
Chigicherla Mallikarjuna (1)
Related resources for 2012
No resource found
Check Constraint in SQL Server 2012
10/16/2024 9:55:46 AM.
A Check Constraint in SQL Server enforces Domain Integrity by ensuring valid values for specific table columns. It restricts invalid data entries, rejects values that don't meet set conditions, an
Create Backup and Restore Database in SQL Server
9/18/2024 9:01:35 AM.
This tutorial covers essential techniques for backing up your databases, restoring them when needed, and ensuring data safety. Master these skills to safeguard your SQL Server environment effectively.
How to Install FTP Server on Windows Server 2012
9/9/2024 11:47:46 AM.
This guide covers step-by-step instructions, including setting up IIS (Internet Information Services), enabling the FTP service, creating FTP sites, and configuring security settings for efficient fil
Using GO and Semi-Colon in SQL Server 2012
5/30/2024 12:12:09 PM.
Learn about the usage of the GO command and semicolon in SQL Server. Understand how to use GO as a batch separator and change it in SQL Server Management Studio. Semicolon (;) terminates SQL statement
How to Configure the Access-Denied Assistance For Users
5/29/2024 8:06:06 AM.
In this article, we will learn how to configure Access-Denied Assistance for users, a feature that helps resolve file and folder access issues in Windows environments.
Customize Menu and Toolbar in SQL Server 2012
5/3/2024 11:43:10 AM.
Customizing menus and toolbars in SQL Server 2012, via SQL Server Management Studio, involves modifying shortcuts, adding or removing commands, and rearranging options to streamline workflow. This cus
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
Contained Database - No Need For Server Level Logins Anymore
3/28/2024 10:34:38 AM.
Starting in SQL Server 2012 and in Azure SQL Database, Microsoft introduced the concept of a contained database. A contained database is a database that is completely un-reliant on the instance of SQL
How to Install and Configure IIS 8 on Windows Server
3/15/2024 6:51:03 AM.
In this article, you will learn about how to install and configure IIS8 (Internet Information Services 8) on Windows Server 2012.
Importing Access Database into SQL Server 2012
3/5/2024 10:40:07 AM.
Destructuring simplifies value extraction from objects/arrays. React's event handling enables dynamic responses to user interactions, crucial for interactive UIs. Components manage state/props, fa
Create Field Content Type in SharePoint 2010 Programmatically Using VS 2012
2/29/2024 10:32:57 AM.
Learn how to programmatically create SharePoint 2010 fields and content types using Visual Studio 2012. This tutorial guides you through the process of creating fields and associating them with conten
Bind Data In WebGrid Control Using Stored Procedure In ASP.NET MVC 4.0 And SQL Server
12/7/2023 9:19:11 AM.
In this article, you will learn how to bind the data in WebGrid control, using stored procedure in ASP.NET MVC 4.0 & SQL Server 2012.
Passing Table to a Store Procedure in SQL Server
9/15/2023 9:32:59 AM.
In this article, I described how to pass a table to a Stored Procedure parameter in SQL Server.
DATEADD Function in SQL Server
9/14/2023 6:07:54 AM.
In this article, I would like to show the Dateadd Function in SQL Server.
Install MySQL Connector in Visual Studio 2012
8/3/2023 9:33:13 AM.
This article shows you how to install the MySQL Connector, create a MySQL database and check the MySQL version.
How To Configure SMTP O365 Migration Using TLS 1.2 For SQL Database Mail
7/6/2023 4:49:23 AM.
This article will explain to you how exactly you need to configure TLS 1.2 as a default protocol and setup SMTP O365 migration using SQL 2012 Database mail and above versions for Windows Server 2012 a
Copy Table With Data From One Database to Another in SQL Server 2012
2/28/2023 7:10:38 AM.
This article demonstrates how to copy a table with data from one database to another in a SQL Server database.
Interesting Facts Behind the Origin of SQL Server Code Names
2/15/2023 8:17:47 AM.
This article will enhance your knowledge of some hidden names of SQL Server and where they came from.
Differences Between IsNull() and Coalesce() Functions in SQL Server 2012
2/8/2023 9:31:09 AM.
This article features the differences between the IsNull() and Coalesce() functions in SQL Server 2012.
Cast() and Convert() Functions in SQL Server
1/20/2023 10:00:52 AM.
In this article, we will see how to use the cast and convert functions in SQL Server 2012.
Cascading Referential Integrity Constraint in SQL Server
1/17/2023 9:34:22 AM.
This article will give you an idea of how to use SQL Cascading Constraint and also defines the situations where you can use it.
Magic Tables Used by Triggers in SQL Server
12/30/2022 10:12:06 AM.
In this article I have described the magic tables and how to use magic tables in SQL Server.
Temporary Tables in SQL Server
12/30/2022 1:14:26 AM.
In this article, I am going to give a quick overview of temporary tables in SQL Server. local temporary table, global temporary table, drop temporary table.
Static Cursor in SQL Server
12/21/2022 5:42:18 AM.
In this article, you will see how to use a Static Cursor in SQL Server.
Grant and Revoke Command in SQL Server
12/18/2022 6:10:42 PM.
Grant SQL statement grants permissions on an object to a user. Revoke removes permissions on an object. In this article, learn about Grant and Revoke in SQL Server.
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.
Simple But Interesting Features of HTML5 Editor in VS 2012
4/6/2021 9:22:53 AM.
In this article we will learn about two new features provided by VS 2012 in the HTML Editor.
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.
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 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.
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.
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.
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.
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.
How to Create a New Group in Windows Server 2012
10/24/2019 3:17:48 AM.
This article explains how to create a new group in Windows Server 2012.
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.
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.
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.
Creating Simple WCF Application Using C# and VS 2012
9/17/2019 12:17:49 AM.
This article provides a detailed introduction to creating a simple WCF Service.
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.
On vs Where Clause in SQL Server 2012
7/18/2019 6:29:30 AM.
Here, I will explain the difference between the On and Where clauses when used with a left join in SQL Server.
QUOTENAME Function in SQL Server 2012
7/18/2019 12:33:55 AM.
QUOTENAME Function is used to add square brackets to the starting and ending of a string and how to store strings in various formats in SQL Server.
Creating Check Constraint on a Table in SQL Server 2012
7/17/2019 3:45:44 AM.
This article will give you an idea of how to use the SQL Server Check Clause and also defines where you can use it.
Static Cursor, Dynamic Cursor, and Keyset-Driven Cursor in SQL Server
7/15/2019 6:34:56 AM.
In this article, I describe Static Cursor, Dynamic Cursor, and Keyset-Driven Cursor.
Dropping All Stored Procedure in Database in SQL Server 2012
7/15/2019 5:40:12 AM.
In this article, I describe how to drop all the Stored Procedures in a particular database.
Calculating Factorial of a Number in SQL Server 2012
7/15/2019 4:16:13 AM.
Here, I have constructed a query that provides a solution in SQL Server to determine the factorial of a specified number.
Differences Among SSIS 2005, 2008 and 2012
7/15/2019 2:07:05 AM.
This article explains the basic differences among SSIS 2005, SSIS 2008 and SSIS 2012.
UNICODE and NCHAR Functions in SQL Server 2012
7/15/2019 12:10:13 AM.
Here, I am going to explain some basics of UNICODE data types and functions in SQL Server.
Full Text Indexing in SQL Server 2012
7/14/2019 11:58:24 PM.
In this article, we will see how to set up a full-text search index for SQL Server database.
Stuff and Replace in SQL Server 2012
7/11/2019 5:45:16 AM.
Here, we will have a look at how to use the Stuff and Replace functions in SQL Server 2012.