ITORIAN    

  public string WelcomeToRead() {

      return "Abhimanyu's Thoughts";

  }

Account Section
My First E-Book
Quick Report
Yearly Posts:
   i) In 2010: 12
   ii) In 2011: 380
   iii) In 2012: 64
   -------------------------
         Total: 456
   -------------------------
You can find my articles and blogs on:
   i) itorian.com
   ii) c-sharpcorner.com
   iii) dotnetfunda.com
   iv) codeproject.com

Greatest Hits
People I Follow
Disclaimer
This is my personal website and the opinions I have expressed here is my own. For any accuracy I recommend to visit official websites like MSDN for Microsoft. I developed this website to share my technical skills.

C#.NET Language


Difference between IEnumerable and IEnumerator - By Shivprasad Koirala
Posted by abhimanyu on 01/04/2012. Total Views 273. In category c-sharp
Watch a very nice video on two very important concepts IEnumerable and IEnumerator.
Executing multiple catch blocks in C#
Posted by abhimanyu on 24/01/2012. Total Views 347. In category c-sharp
Today I saw a discussion on FB questioning “Can multiple catch blocks be executed?”. Many guys were confused in answering that question, few of them answered “YES”.
Convert To Proper Case in C#
Posted by abhimanyu on 21/01/2012. Total Views 260. In category c-sharp
In this quick post you will look at the method which will convert your string in Proper Case using C#.
Extension Methods in C-Sharp
Posted by abhimanyu on 16/11/2011. Total Views 273. In category c-sharp
In this post you will learn how to extend the methods (extension method) and a nice YouTube video clip explaining the use of Extension Method in C#.
Using Object and Collection Initialize
Posted by abhimanyu on 16/11/2011. Total Views 577. In category c-sharp
In this very quick post you will learn how to "construct and then initialize an object with properties" and "using the object initialize feature".
Auto-Implemented Properties for trivial Get and Set in C#
Posted by abhimanyu on 15/11/2011. Total Views 407. In category c-sharp
In this you will look at a very good example on auto-implemented properties for trivial get and set.
Tips: Commenting and Uncommenting codes
Posted by abhimanyu on 14/11/2011. Total Views 169. In category c-sharp
In this video tutorial you are going to learn how to comment and uncomment your codes in a quick way.
Tips: shortcut way to create properties in c-sharp
Posted by abhimanyu on 14/11/2011. Total Views 396. In category c-sharp
In this post you will learn an shortcut way to create properties in C#.
Arrays in C#
Posted by abhimanyu on 03/10/2011. Total Views 279. In category c-sharp
In this post you will take a look on arrays in C#.
Writing and Reading Text File using C#
Posted by abhimanyu on 01/10/2011. Total Views 371. In category c-sharp
In this post I am going to talk on the way to read and write text files using C#.
Checked and Unchecked Code in C#
Posted by abhimanyu on 08/09/2011. Total Views 233. In category c-sharp
In this quick post, you will look at the comparison between checked and unchecked codes in C#.
Destructors in C#
Posted by abhimanyu on 23/08/2011. Total Views 298. In category c-sharp
In this quick post we will learn all about destructors and its all properties.
Namespaces in C#
Posted by abhimanyu on 10/08/2011. Total Views 412. In category c-sharp
In this post you will learn how to write custom namespaces and nested namespaces in C#.
Strings in C# - Part 4
Posted by abhimanyu on 09/08/2011. Total Views 790. In category c-sharp
In this post you will learn how to use StringBuilder in C#.
Strings in C# - Part 3
Posted by abhimanyu on 09/08/2011. Total Views 344. In category c-sharp
In this post you will learn Escape characters and Verbatim Strings in C#.
Strings in C# - Part 2
Posted by abhimanyu on 06/08/2011. Total Views 421. In category c-sharp
In this article you will learn string manipulations in C#.
Strings in C# - Part 1
Posted by abhimanyu on 04/08/2011. Total Views 346. In category c-sharp
In this post you will learn string manipulations in C#.
Array Manipulations in C# - Part 2
Posted by abhimanyu on 26/07/2011. Total Views 312. In category c-sharp
In this post you will learn array manipulations in C#.
Array Manipulations in C# - Part 1
Posted by abhimanyu on 25/07/2011. Total Views 253. In category c-sharp
In this post you will learn array manipulations in C#.
Method Parameter Modifiers in C#
Posted by abhimanyu on 21/07/2011. Total Views 403. In category c-sharp
In this quick post you will take a look at method parameter modifiers in C#.
Static Methods in C#
Posted by abhimanyu on 20/07/2011. Total Views 412. In category c-sharp
In this quick post you will take a look at static methods in C#.
Facts of Enumerations in C#
Posted by abhimanyu on 06/07/2011. Total Views 294. In category c-sharp
In this quick post you will take a look at the facts of Enumerations in C#.
is and as Operator in C#
Posted by abhimanyu on 05/07/2011. Total Views 549. In category c-sharp
In this quick post you will take a look at is and as Operators in C#.
Facts of ref and out type Parameters in C#
Posted by abhimanyu on 30/06/2011. Total Views 293. In category c-sharp
In this quick post you will take a look at the facts of ref and out type Parameters in C#.
Nullable Types in C#
Posted by abhimanyu on 23/06/2011. Total Views 145. In category c-sharp
The null value is useful for initializing...
Anonymous Typed Classes in C#
Posted by abhimanyu on 21/06/2011. Total Views 254. In category c-sharp
In this quick post you will take a look at basics of anonymous typed classes in C#.
static and non-static methods in C#
Posted by abhimanyu on 20/06/2011. Total Views 253. In category c-sharp
In this quick post you will take a look at static and non-static methods in C#.
static and non-static fields in C#
Posted by abhimanyu on 20/06/2011. Total Views 216. In category c-sharp
In this quick post you will take a look at static and non-static fields in C#.
Partial Classes in C#
Posted by abhimanyu on 20/06/2011. Total Views 115. In category c-sharp
In this quick post you will take a look at Partial Classes in C#.
Constructors in C#
Posted by abhimanyu on 20/06/2011. Total Views 760. In category c-sharp
In this post we will take a look at C# Constructors.
pascalCase and camelCase Naming System
Posted by abhimanyu on 17/06/2011. Total Views 152. In category c-sharp
In this quick post we will take a look at some un-avoidable naming systems in C#.
Exception/Error Handling in C# : Part 1
Posted by abhimanyu on 13/06/2011. Total Views 161. In category c-sharp
In this quick post you will learn Error Handling mechanism available in C#.
Data Types in C#
Posted by abhimanyu on 13/06/2011. Total Views 127. In category c-sharp
In this quick post I have listed all available Data Types in C#.
Using while Statements in C#
Posted by abhimanyu on 13/06/2011. Total Views 68. In category c-sharp
In this quick post you will learn how to use while statements in C#.
Using switch Statements in C#
Posted by abhimanyu on 13/06/2011. Total Views 67. In category c-sharp
In this quick post you will learn how to use switch statements in C#.
Using if Statements in C#
Posted by abhimanyu on 13/06/2011. Total Views 91. In category c-sharp
In this quick post you will learn how to use if statements in C#.
Using for Statements in C#
Posted by abhimanyu on 13/06/2011. Total Views 56. In category c-sharp
In this quick post you will learn how to use for statements in C#.
Using do Statements in C#
Posted by abhimanyu on 13/06/2011. Total Views 77. In category c-sharp
In this quick post you will learn how to use do statements in C#.
if(expression) should be boolean in C#
Posted by abhimanyu on 13/06/2011. Total Views 96. In category c-sharp
In this quick post you will learn how if(expression) should be boolean.
Optional and Named Arguments in C#
Posted by abhimanyu on 31/05/2011. Total Views 122. In category c-sharp
In this quick post you will learn about Optional and Named Arguments in C#.
Definite Assignment Rule in C#
Posted by abhimanyu on 31/05/2011. Total Views 113. In category c-sharp
In this quick post you will find 'definite assignment' experimental comparison between C/C++ and C# Languages.