C# Articles (379) - Page 24

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.
 
Syedshakeer
Which is the Better way to Concatenate Strings? 
Last updated on: 15 Aug 2009 02:24:13 AM by Syedshakeer | Views: 9318 | Category: C# |
From this Article you can know which is the best way in performance to concatenate a string.
SheoNarayan
Passing data between layers using Generic list collection 
Last updated on: 21 Aug 2009 01:41:53 AM by SheoNarayan | Views: 80392 | Category: C# |
Votes: 1 | Rating: 3 out of 5
This simple article describes how to pass data between different layers of your application using Generic list collections.
SheoNarayan
Abstract Class - Explained 
Last updated on: 16 Jul 2009 08:44:13 AM by SheoNarayan | Views: 61169 | Category: C# |
Votes: 2 | Rating: 5 out of 5
Questions on Abstract class are very frequently asked in interviews:) Apart from interviews Abstract class is also very important to know when you are designing or working on a real time applications that needs proper design. I am not expert in this however trying to explain what I know out of my limited knowledge. This article tries to cover Abstract class, Abstract method, Abstract property and difference between abstract method and virtual method.
SheoNarayan
Different ways of reading and writing text file data in .NET 
Last updated on: 06 Aug 2009 12:25:07 AM by SheoNarayan | Views: 94858 | Category: C# |
Text file is the most convenient way to store any kind of data temporarily and very frequently used these days in any kinds of applications. This article shows different ways of reading and writing text files data in .NET.
Cp_raj
Best Practise in String Methods 
Last updated on: 07 Jul 2009 12:34:15 AM by Cp_raj | Views: 8169 | Category: C# |
String Method
Cp_raj
Extension Method (.Net 3.5 and above) 
Last updated on: 01 Jul 2009 05:00:38 AM by Cp_raj | Views: 32712 | Category: C# |
Votes: 1 | Rating: 5 out of 5
This article describes the use of Extension method in C#.
Vipul
InstalledSotwareList 
Last updated on: 15 Apr 2009 09:19:41 PM by Vipul | Views: 5048 | Category: C# |
These lines of code can display installed sotwares in your computer.
  • Syedshakeer
    Type Conversions 
    Last updated on: 21 Feb 2009 06:44:13 AM by Syedshakeer | Views: 8920 | Category: C# |
    Type Conversions
    Learner
    Extension Methods in C#3.0 
    Last updated on: 11 Feb 2009 03:28:08 AM by Learner | Views: 8140 | Category: C# |
    Votes: 1 | Rating: 5 out of 5
    I just read about Extension methods so thought to write about it so as to give brief idea about this feature introduced in C# 3.0. Extension Methods:static methods that you can invoke using the instance method syntax.
    Questpond
    Aspect Oriented Programming in C#.NET - Part 2 
    Last updated on: 06 Feb 2009 03:47:14 AM by Questpond | Views: 14010 | Category: C# |
    We will continue with the same problem of the Customer Sales application discussed in Part I. We saw in the previous article, tangling code originated from cross cut concerns. We also found that to solve this problem we separate the cross cut concerns from main concerns.
    Questpond
    Aspect Oriented Programming in C#.NET - Part 1 
    Last updated on: 06 Feb 2009 03:29:29 AM by Questpond | Views: 11496 | Category: C# |
    A lot has been written about AOP (Aspect Oriented Programming) on the Web, but none of the articles cover how to implement it practically in C#.
    Syedshakeer
    How to validate a Cell Number in Windows foms 
    Last updated on: 07 Feb 2009 01:01:36 AM by Syedshakeer | Views: 19736 | Category: C# |
    How to validate a Cell Number in Windows foms
    Syedshakeer
    How to validate a Cell Number in Windows foms 
    Last updated on: 06 Feb 2009 12:14:54 PM by Syedshakeer | Views: 4141 | Category: C# |
    How to validate a Cell Number in Windows foms
    Charugoel
    Partial Types in VS.Net 2005 
    Last updated on: 05 Feb 2009 11:43:06 AM by Charugoel | Views: 5531 | Category: C# |
    Partial types is a new feature in programming that is introduced in Visual Studio.Net 2005. This feature helps you to divide your types such as class, interface or any type definition across multiple files. At present, when you write any class you need to have the class in a single file, i.e., you need to start the class and end the class in the same file. In VS.Net 2005, you have the option of separating your code for the class across different files. You may split a single class across different files based on functionality, so that you have different developers work on different methods.
    Deepak
    C Sharp - Useful methods - 4 [ ReplaceSingleQuote] 
    Last updated on: 04 Feb 2009 11:01:14 PM by Deepak | Views: 7232 | Category: C# |
    ReplaceSingleQuote Replace Single Quote (') with Double Single Quotes ('')