Join the largest worldwide Community for DevelopersThe 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 FrameworksIn 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 FrameworksNow 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 FrameworksIn 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 FrameworksNew 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 FrameworksThis 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 FrameworksHTML5 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 | LINQIn 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 FrameworksIn 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 StudiosIn 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 that Read more..By: pranay rana |
On:
02 Jan 2013 20:58:03 | .NET FrameworksTuple 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 FrameworksThis 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 FrameworksThis 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 FrameworksThis article explain how to find SQL statements generated Entity framework queries. Read more..By: jalpesh |
On:
20 Dec 2012 20:21:58 | .NET FrameworksIn 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 FrameworksAsp.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.NETThis 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 ServersToday, 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 | CSharpThere 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 | CSharpUsing this script you are get list of window service installed on your machine Read more..By: Mostafa Elzoghbi |
On:
25 Oct 2011 08:21:08 | SharePointRecently, 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 ServersIn 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.NETIn 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.NETI 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.NETIn 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 MobileIn 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 | LINQIn 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 | OracleIn this snippet, i will show how to delete duplicate rows from oracle. Read more..By: Nimish Garg |
On:
06 Apr 2011 06:29:27 | OracleIn 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 | WCFI 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.NETThis CodeSnippet can be used to add and handle the checkboxes in GridView Read more..By: sherazam |
On:
14 Jun 2013 04:07:29 | CSharpThis 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 StudiosThis 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 StudiosThis 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 | CSharpIn 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 FrameworksI will explain about how to write the infinite loop in C# Read more..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 | CSharpIn 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.NETIn this tip, I will explore that how to Pass Muliple Fields with Gridview HyperLink Column Read more..By: NikhilJohari |
On:
28 Aug 2011 04:10:23 | SEOIn 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 AzureIn this tip, I will give few details about Windows Azure Table storage. Read more..By: jalpesh |
On:
06 Aug 2011 22:00:03 | Visual StudiosIn 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 StudiosMicrosoft 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 | CSharpIn 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 | SharePointIn 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 AtlasIn 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 BattlefieldThis 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 | IntroductionI 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 |
|
| |
| |