10 TIPs - To Become a Good Developer/Programmer
Why Join
Become a member
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
TECHNOLOGIES
ANSWERS
LEARN
NEWS
BLOGS
VIDEOS
INTERVIEW PREP
BOOKS
EVENTS
Training
Live
JOBS
MORE
CAREER
MEMBERS
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 (26)
Rohatash Kumar (22)
Sharad Gupta (12)
Anubhav Chaudhary (10)
Deepak Middha (8)
Scott Lysle (2)
Mudita Rathore (2)
Krishna Garad (2)
Nimit Joshi (1)
Abhishek Bhat (1)
Kalyan Bandarupalli (1)
Venkatesh Kumar (1)
Raj Kumar (1)
Mahesh Chand (1)
Ankur (1)
Prabhakar Maurya (1)
Anil Kumar (1)
Maneesh Nishad (1)
Abhimanyu K Vatsa (1)
Kailash Chandra Behera (1)
Bhushan Bhure (1)
Akkiraju Ivaturi (1)
Chigicherla Mallikarjuna (1)
Shivom Agarwal (1)
Related resources for 2012
No resource found
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.
Creating Picture Viewer Using C# in .NET 4.5
12/30/2020 6:11:54 AM.
In this article you will learn how to create a Picture Viewer using C# in .NET 4.5.
How To Develop Match Making Game Using C# in .Net 4.5
12/15/2020 6:26:24 AM.
In this article I will show how to develop a Match Making Game in C# with very simple steps.
Introduction to Async and Await in C# 5.0
12/14/2020 5:44:30 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.
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.
Load Testing in Visual Studio 2012
11/3/2020 12:08:31 PM.
This short video shows how to perform load testing of your application directly in Visual Studio.
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.
Types in TypeScript
10/14/2019 6:33:36 AM.
In this article, I have described types in TypeScript with an example.
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.
Grant and Revoke Command in SQL Server
9/1/2019 11:19:33 AM.
In this article, I will describe Grant and Revoke Commands in SQL Server.
Calling a Function From a Stored Procedure in SQL Server 2012
8/20/2019 8:00:58 AM.
In this article, we will see how to call a function from a stored procedure in SQL Server 2012.
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.
Pagination in SQL Server 2012
7/15/2019 5:31:59 AM.
In this article, we will compare the pagination mechanism between previous versions and how the same can be done in SQL Server 2012.
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.
Magic Tables in SQL Server 2012
7/11/2019 4:48:24 AM.
This article will give you an idea of how to use the magic table and also defines where you can use it.
Using Having Clause in SQL Server 2012
7/11/2019 2:28:40 AM.
In this article, I will try to highlight all the major points related to the Having clause in SQL Server.
Using GO and Semi-Colon in SQL Server 2012
7/11/2019 1:49:50 AM.
This article contains the most commonly used GO command and Semi-Colon in SQL Server with examples.
Ranking Functions in SQL Server 2012
7/10/2019 4:53:23 AM.
Here, we will take a look at how to use Ranking Functions in SQL Server 2012. Learn ROW_NUMBER, RANK, DENSE_RANK, NTILE.
Schema in SQL Server 2012
7/10/2019 4:31:05 AM.
In this article, I describe schemas in SQL Server 2012. A SQL schema is like a container that contains database objects like tables, views etc. So let us learn about schemas, creation of schemas, how
Count All vs Count Distinct in SQL Server
7/8/2019 9:53:12 AM.
In this article, you will see the SQL aggregate function count in two forms, Count All and Count Distinct.
Creating Duplicate Table With New Name From Existing Table in SQL Server 2012
7/8/2019 6:21:17 AM.
In this article, you will see how to create a duplicate table with a new name using a script in SQL Server.
How to Change Password in SQL Server 2012
7/8/2019 5:42:46 AM.
Here, we will see how to change the password visually and programmatically in SQL Server 2012.
Sum of Columns of Two Tables Into One Column in SQL Server 2012
7/8/2019 5:35:02 AM.
This article will give you an idea of how to add columns of two tables into one column and also defines how to handle a null value in SQL Server.
Retrieving Column Names of a Table in SQL Server 2012
7/8/2019 5:24:39 AM.
In this article, I would like to show how to get the name of all columns of a table in SQL Server.
Passing Table to a Store Procedure Parameter in SQL Server 2012
7/5/2019 6:39:31 AM.
In this article, I described how to pass a table to a Stored Procedure parameter in SQL Server.
How to Track Database Transaction Log in SQL Server 2012
7/5/2019 2:21:49 AM.
This article describes how to track a SQL Server Database Transaction Log and how to written the transaction log when you do any database action.
If and While Statement in SQL Server
7/4/2019 6:35:08 AM.
In this article, we will see how to use If and While statements in SQL Server.
Importing Access Database into SQL Server 2012
7/3/2019 11:27:55 PM.
This article demonstrates how to create an Access database and import it into a SQL Server database.
Joins in SQL Server 2012
7/3/2019 2:33:58 AM.
In this article, I describe Joins, Inner Join, Outer Join, Cross Join, Self Join in SQL Server 2012.
Creating Various Types of Tables in SQL Server 2012
7/3/2019 2:29:26 AM.
In this article, I am going to give a quick overview of the various types of tables in SQL Server.
Some Useful System Stored Procedures in SQL Server 2012
7/2/2019 6:30:16 AM.
This article provides a brief introduction to various system Stored Procedures in SQL Server.
Dropping All the Tables in Database in SQL Server 2012
7/2/2019 1:34:55 AM.
In this article, I describe how to drop all the tables in a particular database.
SP_MSFOREACHDB Stored Procedure in SQL Server 2012
7/2/2019 1:17:37 AM.
In this article I describe the Sp_msforeachdb System Stored procedure in SQL Server 2012.