Join the largest worldwide Community for Developers

The CodeGain is aimed help to our readers through articles,snippets,tips, forums,jobs and more about different technologies in the area of ASP.NET, C#, SharePoint, Silverlight, VB.NET, WPF,WCF,LINQ,Sql Server,JQuery and more. Technology forums are there to help people by proving them an opportunity to be interactive on it. Questions will be answered by other contributors to create a new .NET community.Registration is fast and FREE
 Latest News
What are new Features in Visual Studio 2012
The Microsoft working on new version of the Visual Studio. The next release will be Visual studio 2012.In VS 2010 there are new features in code editor window, IntelliSense, Language Style, on time code modification, and many more. More details here.
By: jalpesh |  On:  06 Jun 2013 02:54:04 |  .NET Frameworks
In this article, about how we can call asp.net page methods from jQuery.Read more..
By: pranay rana |  On:  06 Jun 2013 02:25:39 |  .NET Frameworks
Now new version of HTML5 having number of new API one of the is Storage API, which allow you to store data of use locally. Here in following article I am going to describe Storage API.Read more..
By: jalpesh |  On:  07 Mar 2013 21:50:36 |  .NET Frameworks
In this blog article we are going to learn about a new feature of Visual Studio 2012 called “Page Inspector”.Read more..
By: jalpesh |  On:  07 Mar 2013 21:23:45 |  .NET Frameworks
New version of ASP.NET provides lots of way of binding data to the data controls like Grid View, Repeater etc. You can now bind this controls with strong type.Read more..
By: pranay rana |  On:  30 Jan 2013 20:51:38 |  .NET Frameworks
This is small post regarding How to get the index of each element in collection.Read more..
By: pranay rana |  On:  29 Jan 2013 22:13:53 |  .NET Frameworks
HTML5 have cool feature that is provide gelocation of the user on the fly without using any extra services that we do right now. This feature is supported by Gelocation API which is part of HTML5.Read more..
By: pranay rana |  On:  29 Jan 2013 20:45:27 |  LINQ
In this article I am going to discuss about how to get distinct object using property of it from collection. Here I am going to show three different way to achieve it easily. Moreover, You will learn about extension method that can do task more than the current Distinct method available in .Net framework too.Read more..
By: pranay rana |  On:  29 Jan 2013 20:23:30 |  .NET Frameworks
In this article is about CSS selector and how it woks. Following is explanation of most of the selector that is used in CSS.Read more..
By: jalpesh |  On:  10 Jan 2013 20:10:13 |  Visual Studios
In this article we are going to talk about search and filters provided into the visual studio 2012. There are lots of emphasis there in search and filters in visual studio 2012.You can almost search every thing including errors also. There are different search options are available for thatRead more..
By: pranay rana |  On:  02 Jan 2013 20:58:03 |  .NET Frameworks
Tuple is new class type added in C#4.0. Tuple type allows to create data structure which is consist of specific type and specific number of elements. In the following post its about basic of Tuple type, how and where to use this new type in your code.Read more..
By: pranay rana |  On:  02 Jan 2013 18:48:11 |  .NET Frameworks
This article is going to show how Dispatcher allows to update UI of the application on the response from WCF service which is called anonymously and while continue to execute the other task.Read more..
By: jalpesh |  On:  20 Dec 2012 20:46:03 |  .NET Frameworks
This article is going to explain how we can get SQL generated by Linq-To-SQL.Read more..
By: jalpesh |  On:  20 Dec 2012 20:34:08 |  .NET Frameworks
This article explain how to find SQL statements generated Entity framework queries.Read more..
By: jalpesh |  On:  20 Dec 2012 20:21:58 |  .NET Frameworks
In today’s computing world is all about Parallel processing. You have multicore CPU where you have different core doing different work parallel or its doing same task parallel. For example I am having 4-core CPU as follows. So the code that I write should take care of this. C# does provide that kind of facility to write code for multi core CPU with task parallel library. We will explore that in this post.Read more..
By: jalpesh |  On:  19 Dec 2012 03:14:40 |  .NET Frameworks
Asp.net when you add a web reference to your web application it’s create a web reference settings in web.config where you can change this path. So it’s very easy to just change that path and you don’t have to add web reference again.Read more..
By: sherazam |  On:  29 May 2013 14:31:38 |  VB.NET
This technical tip explains how to load a Microsoft Outlook Messagefile (*.msg). The MapiMessage class is used to load MSG files, and provides several static loading functions for different scenarios. The code samples below show how to load MSG files from file or from stream. Some important steps for performing this task are Create an instance of MapiMessage from file, Get subject, Get from address, Get message body and Get attachments.Read more..
By: RRaveen |  On:  07 Feb 2013 01:04:48 |  Sql Servers
Today, I am working an enterprise systems, suddenly, we have got a situation that we need to reset most of the tables have AUTO INCREMENT columns. Hence, I write a simple script it do.Read more..
By: RRaveen |  On:  28 Jan 2013 22:27:28 |  CSharp
There are many students ask question in the other forums that how to validate Singaporean NRIC or FIN using C#. Hence, I have spent a little bit time to create a method for it.Read more..
By: Kirti.M.Darji |  On:  17 Jun 2012 11:50:04 |  CSharp
Using this script you are get list of window service installed on your machineRead more..
By: Mostafa Elzoghbi |  On:  25 Oct 2011 08:21:08 |  SharePoint
Recently, one of colleagues asked me that how to open and close the Model Dialog in the SharePoint as like JQuery model popup, I have come up a solution using pure Javascript that I'm going to share with you.Read more..
By: RRaveen |  On:  27 Jul 2011 21:47:14 |  Sql Servers
In this codesnippet, i will show, how to find the procedures in sql server using three different ways. such as by name, by content and by parameter names.Read more..
By: RRaveen |  On:  20 Jul 2011 20:15:30 |  ASP.NET
In this codesnippet, i will show How to Delete Row in GridView using JQuery in ASP.NET.Read more..
By: Mostafa Elzoghbi |  On:  13 Jun 2011 04:22:57 |  ASP.NET
I have seen most of forums, professionals asking how to export ASP.NET to PDF.Because PDF format likes all users almost.Read more..
By: jalpesh |  On:  13 Jun 2011 04:06:07 |  ASP.NET
In this article, I going to explain, how to find weekend dates within given date range in C#.It is useful and easy method.Read more..
By: RRaveen |  On:  25 Apr 2011 05:22:15 |  Windows Mobile
In this code snippet, i will show how to create Editable Cell in DataGrid in Windows Mobile.Read more..
By: pranay rana |  On:  05 Mar 2011 05:56:59 |  LINQ
In this snippet I am going to discuss about how to get list of duplicate items for the collection that we do in sql.Read more..
By: Nimish Garg |  On:  06 Apr 2011 06:28:10 |  Oracle
In this snippet, i will show how to delete duplicate rows from oracle.Read more..
By: Nimish Garg |  On:  06 Apr 2011 06:29:27 |  Oracle
In this snippet, i will show you how to use the TRUNCATE function with DATE in Oracle.Read more..
By: pranay rana |  On:  01 Mar 2011 09:00:17 |  WCF
I found scenario where I have to implement two method with the same name i.e Function overloading. But when I implement that I got error "System.InvalidOperationException"Read more..
By: Pankaj Kumar Gupta |  On:  14 Feb 2011 03:02:44 |  ASP.NET
This CodeSnippet can be used to add and handle the checkboxes in GridViewRead more..
By: sherazam |  On:  14 Jun 2013 04:07:29 |  CSharp
This technical tip shows how to convert PDF file to DOC or DOCX format. Aspose.Pdf for .NET is flexible and supports a wide variety of conversions. Converting pages from PDF documents to images, for example, is a very popular feature. A conversion that many of our customers have requested is PDF to DOC: converting a PDF file to a Microsoft Word document. Customers want this because PDF files cannot easily be edited, whereas Word documents can.Read more..
By: jalpesh |  On:  21 Nov 2012 09:44:20 |  Visual Studios
This article will be a part of Visual Studio 2012 features series. As now Visual Studio 2011 beta know as Visual Studio 2012.Read more..
By: jalpesh |  On:  21 Nov 2012 09:42:41 |  Visual Studios
This article will be part of Visual Studio 2012 feature series. As Visual Studio 2011 beta is known as Visual Studio 2012.Read more..
By: pranay rana |  On:  17 Jun 2012 09:22:08 |  CSharp
In this article, I'm going to explain that how to concat strin with null value with out compilation error.Read more..
By: skumaar_mca  |  On:  09 May 2012 00:08:19 |  .NET Frameworks
I will explain about how to write the infinite loop in C#Read more..
By: Mostafa Elzoghbi |  On:  25 Oct 2011 08:12:29 |  Silver Light and XAML
In this, I am going to show that how to disable silverlight cache in IIS7, changes can be add in the web.config.Read more..
By: jalpesh |  On:  22 Sep 2011 07:03:54 |  CSharp
In this tip, I will explain how to use the BigInteger in C# 4.0.The BigInteger is new data type in .NET 4.0.Read more..
By: RRaveen |  On:  13 Sep 2011 01:41:58 |  ASP.NET
In this tip, I will explore that how to Pass Muliple Fields with Gridview HyperLink ColumnRead more..
By: NikhilJohari |  On:  28 Aug 2011 04:10:23 |  SEO
In the current market trends Companies want their names on the top of the list for their services to customers and for achieving this task they need to be very sensitive on search engines, and for this many companies are spending money for SEO.Read more..
By: jalpesh |  On:  14 Aug 2011 06:07:13 |  Windows Azure
In this tip, I will give few details about Windows Azure Table storage.Read more..
By: jalpesh |  On:  06 Aug 2011 22:00:03 |  Visual Studios
In this tips, I'm going to explain how to do box selection in visual studio 2010.Read more..
By: jalpesh |  On:  06 Aug 2011 21:35:58 |  Visual Studios
Microsoft Visual Studio 2010 is a great IDE and everyday I am discovering something new about it. Today I am also going to explain new feature of Visual Studio 2010. In this post I am going to Transact SQL Editor feature in Visual Studio 2010.Read more..
By: pranay rana |  On:  29 Jul 2011 10:36:47 |  CSharp
In this tips,I am going to discuss about two important thing about Split function of String class. Split function of the string class split the string in array of string.Read more..
By: André Lage |  On:  12 Jul 2011 08:54:17 |  SharePoint
In this tip, i will show how to manage access Request Multiple accounts in SharePoint.Read more..
By: jalpesh |  On:  02 Jul 2011 10:46:24 |  AJAX and Atlas
In this article, I am going to explain, How to Maintain Browser History for Ajax events through script manager in ASP.NET.Read more..
 Featured Article
A Test Driven Development Tutorial in C# 4.0

Introduction - Defining the Battlefield

This tutorial is an short introduction to using Test Driven Development (TDD) in Visual Studio 2010 (VS2010) with C#. Like most of my examples it's based on a game.

 Editor's Choice
Learning Experince MOSS 2007 step by step Part1

Introduction

I would like to share my experience in developing a complete website using SharePoint 2007. The website is English/Arabic website features CMS, News and hosts .Net Application.

 The Weeklly Poll
What is the best and secured browser?

Add new poll
Most Popular Articles Most Popular Articles
Popular snippets Most Popular snippets
 Most Popular Tips Most Popular tips
 Top Contributors(all time)
  1. RRaveen-2309(Gold Member )
  2. Dhananjay Kumar-2055(Gold Member )
  3. jalpesh-1127(Gold Member )
  4. dpatra-860(Expert Member )
  5. Kirti.M.Darji-741(Expert Member )
  6. Geming Leader-665(Expert Member )
  7. questpond-650(Expert Member )
  8. pranay rana-555(Expert Member )
  9. youngmurukan-430(Senior Member )
  10. amalhashim-429(Senior Member )
  11. abhi2434-425(Senior Member )
  12. NikhilJohari-378(Senior Member )
  13. usamawahabkhan-330(Senior Member )
  14. j2inet-290(Senior Member )
  15. André Lage-275(Senior Member )
  16. kirtan007-270(Senior Member )
  17. dotnetfish-260(Senior Member )
  18. skumaar_mca-255(Senior Member )
  19. ninethsense-180(Junior Member )
  20. ayyanarj-175(Junior Member )
Points System|More Members
^ Scroll to Top