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.

 Article Of the Day
Accessing Network Drives using UNC Path in C#

Introduction

Code gain is another avenue opened up for me to post my articles. I am happy to do this! Though this is my first article I am trying to do the best!

By :Srikanth Chganti |  On : 31 May 2010 

List of Articles

By: skumaar_mca |  On:  09 May 2012 00:25:15 |  Sql Servers
This article explains the basic differences between table variables and temp tables. Because these things are mostly and widely used for temporary storing mechanism in the stored procedures in sql.Read more..
By: skumaar_mca |  On:  09 May 2012 00:23:52 |  .NET Frameworks
This article is a high-level introduction to the new features of Visual Studio 11.Read more..
By: skumaar_mca |  On:  09 May 2012 00:22:12 |  Sql Servers
This explains the good practices for writing stored procedures in SQL Server and the advantages of writing stored procedures.Read more..
By: skumaar_mca |  On:  09 May 2012 00:20:33 |  .NET Frameworks
This article explains about the major difference between struct and classesRead more..
By: skumaar_mca |  On:  09 May 2012 00:18:35 |  Sql Servers
This article explains the While loop, a table and variable combination with an example.Read more..
By: skumaar_mca |  On:  09 May 2012 00:16:45 |  Sql Servers
This article explains the intersect and except statement in SQL Server.Read more..
By: skumaar_mca |  On:  09 May 2012 00:15:00 |  .NET Frameworks
This article illustrates customized web page print out using the media style sheetRead more..
By: skumaar_mca |  On:  09 May 2012 00:10:22 |  .NET Frameworks
This article details about how to use the validation summary.Read more..
By: skumaar_mca |  On:  09 May 2012 00:06:44 |  Sql Servers
This article details about how to identify, delete the all duplicate records, delete the additional duplicates created.Read more..
By: skumaar_mca |  On:  08 May 2012 23:44:08 |  JavaScript
It explains about the Count the characters while entering in TextBox using Javascript.Read more..
By: skumaar_mca |  On:  08 May 2012 23:37:05 |  Sql Servers
This article explains about DateTime functions in sql query with examples.Read more..
By: skumaar_mca |  On:  08 May 2012 23:35:29 |  Sql Servers
In this article, i explain about split the sentence into words in sql server.Read more..
By: skumaar_mca |  On:  08 May 2012 23:32:57 |  ASP.NET
This will explain about the get the control id in the javascript.Read more..
By: skumaar_mca |  On:  08 May 2012 23:30:37 |  Sql Servers
This article explain about the how to select the top records randomly in sql server query.Read more..
By: pranay rana |  On:  29 Mar 2012 09:24:13 |  JQuery
In this article I am going to show how to achieve cascading functionality with the help of jQuery AutoComplete UI control rather than we are doing with the help of comobo-box controls till date.Read more..
By: jalpesh |  On:  27 Mar 2012 11:23:27 |  ASP.NET
In this article, I going to explain that how to perform the validation for email address in HTML 5 using inbuilt features in it. In addition, the HTML 5 has many features those related with user input validations.Read more..
By: pranay rana |  On:  21 Jan 2012 08:21:59 |  ASP.NET
Today, I tried find a best solution for call server side method in the client side do some task in the page. But unfortunately, I could not any best solution. Hence decided to article about it. The purpose of article is going to explore that how to call a server side method from the client side using jQuery in the ASP.NET 4.0.Read more..
By: pranay rana |  On:  21 Jan 2012 08:09:42 |  ASP.NET
In this aritcle, I'm going to share with you that how to add custom event in the custom control in ASP.NET and then expose in the calling pages.Read more..
By: usamawahabkhan |  On:  01 Jan 2012 20:43:41 |  Windows Phone
In this article, I'm going to explain that how to create chart control using XAML in Windows Phone 7.In addition, bind data from the XML to chart control.Read more..
By: jalpesh |  On:  01 Jan 2012 20:04:17 |  ASP.NET
In this article, I'm going to explore that how to upload files in asp.net withut postback using jQuery.The jQuery is powerful client side library, which is has lots of plugin for support aysnc file upload.Read more..
By: jalpesh |  On:  01 Jan 2012 19:49:23 |  ASP.NET
In this article, I'm going to explain hwo to use the PageMethod in asp.net. The PageMethod is used to call code behind the method from the client side.Read more..
By: André Lage |  On:  02 Dec 2011 10:49:31 |  SharePoint
This article is for beginners and show you how you can use the Client Object Model with SilverLight.This article have references to MSDN articles that you can explore and understand how you can use the Client Object Model.Read more..
By: André Lage |  On:  25 Oct 2011 08:49:35 |  SharePoint
This is very essentials article that help to all SharePoint professionals to create previews in order to support for multiple browsers to perform the testing through the SharePoint designer 2010 or later versions.Read more..
By: André Lage |  On:  25 Oct 2011 08:34:04 |  SharePoint
The purpose of this article is going to explore that how to get the Home Page url in the SharePoint, but do not use the SharePoint API to implement it.Read more..
By: jalpesh |  On:  16 Oct 2011 06:59:47 |  ASP.NET
The five years back, we all are knew that we able to developed ASP.NET mobile application usign Visual Studio, but microsoft has been take off those templates from the visual studio in the following versions. But again there is a good news for all that Microsoft has released the much awaited ASP.NET MVC 4.0 developer preview and there are lots of features bundle with it. One of the greatest features is a mobile website.Read more..
By: jalpesh |  On:  16 Oct 2011 06:49:23 |  Visual Studios
This is second part of the articles series which is related to Visual Studio 2011 Developer preview.Microsoft Visual Studio11 Developer preview comes with bunch of new features and Solution explorer is also get some new features in it. There are few new icons added at top of solution explorer like below.Read more..
By: Kirti.M.Darji |  On:  13 Oct 2011 12:25:03 |  ASP.NET
This article I am going to discuss function which convert numeric value to word for that we create one web page which return convert number to word.Read more..
By: pranay rana |  On:  02 Oct 2011 06:00:41 |  LINQ
I was working on the project using LINQ. I got the requirement to join the two entity on multiple column.Read more..
By: jalpesh |  On:  02 Oct 2011 05:51:46 |  Visual Studios
The purpose of the this article to explore the new features about Visual Studio 2011 Developer preview.The Visual Studio 2011 is another great release by Micrsoft for developers with lots of features and enhancements.Read more..
By: usamawahabkhan |  On:  22 Sep 2011 06:50:28 |  SharePoint
In this article, I'm going to explain how to create List of Definition in SharePoint 2010.The List Definition is brand new features in SharePoint 2010.Read more..
By: jalpesh |  On:  11 Sep 2011 04:04:56 |  ASP.NET
The purpose of the this article show, how to create charts in ASP.NET MVC with external microsoft framework.Read more..
By: jalpesh |  On:  11 Sep 2011 03:49:05 |  JQuery
In this article, I'm going to explain how to Get and Set value to Server control in asp.net within JQuery Code.We are all know Get and Set in Server side code, but when you use Jquery how to achieve that.Read more..
By: jalpesh |  On:  11 Sep 2011 03:39:50 |  ADO.NET Entity Framework
In this article, I'm going to explain how to handle Output Parameter in Stored Procedure with Entiry Framework.The Entity Framework is getting popular and many developers love it.Read more..
By: jalpesh |  On:  28 Aug 2011 04:17:30 |  ASP.NET
In this article, I am going to explain you how we can create a RSS Reader with the help of Linq-To-Xml and ASP.NET MVC3 Razor. Those who are writing or reading Blogs already knows what is RSS Reader. But those who does not know What is RSS. Below is the definition for RSS as per Wikipedia.Read more..
By: Kirti.M.Darji |  On:  21 Aug 2011 05:03:28 |  ASP.NET
In this article, I will show you, how to convert number to words in asp.net.I have seen many developers asked question in the forums, how to convert numbers to words in receipt, cheque printing application.Read more..
By: pranay rana |  On:  14 Aug 2011 06:36:03 |  LINQ
In this article, I will share with you, how to use the Any method in LINQ.We can use this method in two differen ways, one is with collection and another one is without collection.Read more..
By: jalpesh |  On:  14 Aug 2011 06:13:50 |  CSharp
Now days we are getting our computer equipped with more and more power even now we are getting quad core processor is also at lower price. Since we have multicore processors are now so we can take advantages of multicore processor with parallel execution in C# 4.0.Read more..
By: jalpesh |  On:  14 Aug 2011 05:56:42 |  Visual Studios
In this article, I will exaplin how to apply new theme to Visual Studio 2010 editor using open source.Read more..
By: jalpesh |  On:  06 Aug 2011 21:52:20 |  Visual Studios
I have been working with visual studio 2010 yesterday and I was searching some thing and same time I have found one great site for Visual Studio styles.Read more..
By: jalpesh |  On:  06 Aug 2011 21:43:40 |  ASP.NET
In this article, I am going to explain how we can create fast web sites without worrying about code and other stuff. Microsoft has introduced a new web development tools called ‘WebMatrix’. It’s a free tool provided by Microsoft to create website fast.Read more..
^ Scroll to Top