C# Articles (379) - Page 15

Articles posted by registered members of DotNetFunda.com. You can also post an article and win monthly prizes as well as gain community credit points.

379 records found.
 
Niladri.Biswas
How to delete nodes and subnodes using XDocument 
Last updated on: 01 Jul 2013 05:21:13 AM by Niladri.Biswas | Views: 13255 | Category: C# |
In this article we will look as how to delete nodes and subnodes using XDocument.
Niladri.Biswas
Using TSql100Parser to tokenize TSQL Script 
Last updated on: 01 Jul 2013 05:18:52 AM by Niladri.Biswas | Views: 14069 | Category: C# |
In this article we will look into how to tokenize the script.
Sourav.Kayal
How to create XML document using C#.? 
Last updated on: 22 Jun 2013 11:30:50 AM by Sourav.Kayal | Views: 15494 | Category: C# |
This article is to show how to create XML Document using C#
Sourav.Kayal
Implement decouple architecture in Interface 
Last updated on: 20 Jun 2013 03:02:45 PM by Sourav.Kayal | Views: 33204 | Category: C# |
This article will explain how to implement decoupling architecture using c#
Sourav.Kayal
dynamic keyword in C# 
Last updated on: 20 Jun 2013 11:50:40 AM by Sourav.Kayal | Views: 4511 | Category: C# |
This article is to demonstrate use of dynamic keyword in c# .
Sourav.Kayal
Creational design pattern using C# 
Last updated on: 20 Jun 2013 11:18:46 AM by Sourav.Kayal | Views: 5568 | Category: C# |
This article is related to creational design pattern in c# programming language
Niladri.Biswas
Smallest Greatest number- Solution for level2 coding challenge of June 2013 by Techgig 
Last updated on: 13 Jun 2013 07:54:13 AM by Niladri.Biswas | Views: 4752 | Category: C# |
In this article we will look into the solution of Smallest Greatest number- a Level 2 coding challenge by Techgig
  • Niladri.Biswas
    Disks In a pile- Solution for level1 coding challenge of June 2013 by Techgig 
    Last updated on: 13 Jun 2013 07:32:10 AM by Niladri.Biswas | Views: 9481 | Category: C# |
    In this article we will look into the solution of Disks In a pile - a Level 1 coding challenge by Techgig
    Niladri.Biswas
    How to merge XDocument Files 
    Last updated on: 01 Jun 2013 10:39:20 AM by Niladri.Biswas | Views: 10447 | Category: C# |
    This article will show us how to merge XDocument Files
    Niladri.Biswas
    Download an XML file from the cell click event of DataGridView 
    Last updated on: 01 Jun 2013 10:25:11 AM by Niladri.Biswas | Views: 5034 | Category: C# |
    In this article we will look into as how we can download an XML file from the cell click event of DataGridView.We will prepare the xml file on the fly.
    Niladri.Biswas
    Let us learn the usage and benefits of Custom Section Handler. 
    Last updated on: 01 Jun 2013 10:21:27 AM by Niladri.Biswas | Views: 3317 | Category: C# |
    In this article, we will look into the usage of Custom Section Handler by the help of IConfigurationSectionHandler.
    Niladri.Biswas
    Road Construction - Solution for Coding Challenge by Capgemini 
    Last updated on: 18 May 2013 12:01:34 AM by Niladri.Biswas | Views: 5538 | Category: C# |
    Recently, Capgemini, has launced a coding contest. This article will show the solution as proposed by myself for level 2.
    Niladri.Biswas
    Corporate Median Group - Solution for Coding Challenge by Capgemini 
    Last updated on: 12 May 2013 02:43:15 AM by Niladri.Biswas | Views: 4265 | Category: C# |
    Recently, Capgemini, has launced a coding contest. This article will show the solution as proposed by myself for level 1.
    Niladri.Biswas
    VJHandShaker: A Tool For Making Easy Java (Core) Interface Design From Visual Basic 6.0 
    Last updated on: 12 May 2013 10:44:28 PM by Niladri.Biswas | Views: 4756 | Category: C# |
    VJHandShaker is an attempt to make an easy Java (Core) interface from VB. The software does not provide a full solution to the design development as of now but it presents an easy way to achieve the same. The software is developed using C#.net 2010.
    Niladri.Biswas
    Return an anonymous collection from a method using Expando Object 
    Last updated on: 09 May 2013 12:07:30 AM by Niladri.Biswas | Views: 15613 | Category: C# |
    In this article we will see how Expando Object class will help us to return an anonymous collection from a method.