C# Articles (379) - Page 19

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.
 
WilsonMatthews
How to build your own speech to text based call recording system 
Last updated on: 29 Jun 2011 09:31:46 AM by WilsonMatthews | Views: 10194 | Category: C# |
This article is inspired to present the easiest way of building your own speech to text based call recording system.
Naimishforu
Using Attributes in C# 
Last updated on: 28 Jun 2011 11:08:31 PM by Naimishforu | Views: 10284 | Category: C# |
Votes: 1 | Rating: 5 out of 5
In this article I shall demonstrate how to use attributes in C#
Naimishforu
Handling Exceptions in C# Programs 
Last updated on: 27 Jun 2011 02:13:39 AM by Naimishforu | Views: 11220 | Category: C# |
Votes: 1 | Rating: 5 out of 5
In this article I shall demonstrate the exception-handling capabilities of C#.
Naimishforu
Writing an attribute, thread and exception handling C# programs 
Last updated on: 21 Jun 2011 11:52:07 AM by Naimishforu | Views: 13448 | Category: C# |
Votes: 1 | Rating: 5 out of 5
We will use advanced features such as attributes, threads, and exception handling.
Vishvvas
Passing reference type parameters to a method in C# 
Last updated on: 03 Jun 2011 04:08:53 AM by Vishvvas | Views: 11016 | Category: C# |
Votes: 1 | Rating: 4 out of 5
To infer about how the reference types are passed to a method and what is the outcome.
Lokesh76
Generics new features of C# 2.0 
Last updated on: 20 May 2011 03:08:24 AM by Lokesh76 | Views: 10701 | Category: C# |
In this article I am trying to explain all in-out about Generics.
Sashys
Purpose and use of Interfaces 
Last updated on: 01 May 2011 08:36:58 AM by Sashys | Views: 19768 | Category: C# |
Votes: 4 | Rating: 3.25 out of 5
This Article explains the Purpose and use of interfaces. We can learn when and where we need to use interfaces and how it helps us in Object oriented programming.
  • Ndebata
    Create your Own/Custom Image Captcha in simple steps. 
    Last updated on: 19 Apr 2011 07:04:38 AM by Ndebata | Views: 15979 | Category: C# |
    Votes: 2 | Rating: 4 out of 5
    This artcle describes how to create your own image captcha.
    Ndebata
    Detect File Copy Completion in FileSystemWatcher 
    Last updated on: 20 Apr 2011 03:56:51 AM by Ndebata | Views: 38952 | Category: C# |
    Detect or Start a processing of a file only after it has copied to you system.
    Naimishforu
    Comparing Visual Basic 6.0 to C# 
    Last updated on: 26 Mar 2011 01:29:04 AM by Naimishforu | Views: 14613 | Category: C# |
    Votes: 2 | Rating: 4 out of 5
    In this article, we shall discuss the differences between VB6 and C#.
    Naimishforu
    Managing threads - Part 3 
    Last updated on: 26 Mar 2011 01:07:29 AM by Naimishforu | Views: 8435 | Category: C# |
    Votes: 1 | Rating: 5 out of 5
    In this article we shall see how to manage threads in C#.
    Tripati_tutu
    Creation of windows service to start and stop a particular service in your computer system. 
    Last updated on: 28 Mar 2011 08:09:35 AM by Tripati_tutu | Views: 10517 | Category: C# |
    Votes: 6 | Rating: 4.83 out of 5
    A windows service is nothing but a program. It can also be called as a background program. Microsoft provides "System.ServiceProcess" assembly for the creation of windows services.
    Naimishforu
    Working with threads in C# - Part 2 
    Last updated on: 25 Mar 2011 12:28:48 AM by Naimishforu | Views: 17704 | Category: C# |
    Votes: 2 | Rating: 4.5 out of 5
    In this article we shall see the C# threading model and we shall also see how to work with threads in C#.NET
    Naimishforu
    The C# threading model - Part 1 
    Last updated on: 25 Mar 2011 12:28:58 AM by Naimishforu | Views: 12566 | Category: C# |
    We will see The C# threading model.
    Naimishforu
    Network I/O - Part 4 
    Last updated on: 23 Mar 2011 10:22:30 AM by Naimishforu | Views: 4464 | Category: C# |
    Votes: 1 | Rating: 5 out of 5
    We will see how to work with Network I/O using C#.