C# Articles (379) - Page 13

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.
 
Sourav.Kayal
Understand Generic class and Generic function in C# 
Last updated on: 04 Aug 2013 04:14:53 AM by Sourav.Kayal | Views: 6264 | Category: C# |
Concept of Generic class and Generic function in c#
Sourav.Kayal
Display local information using RegionInfo and CultureInfo Class 
Last updated on: 04 Aug 2013 02:28:14 AM by Sourav.Kayal | Views: 9319 | Category: C# |
How to display country information using RegionInfo class
Sourav.Kayal
Retrieve method information using reflection in C# 
Last updated on: 04 Aug 2013 12:59:42 AM by Sourav.Kayal | Views: 5651 | Category: C# |
How to get information of various method from assembly using reflection.
Sourav.Kayal
3 important properties of Exception class 
Last updated on: 03 Aug 2013 10:38:34 AM by Sourav.Kayal | Views: 5733 | Category: C# |
In this article we will discuss 3 very important property of Exception class in C#
Sourav.Kayal
Access data from any database using Dbprovider class 
Last updated on: 03 Aug 2013 09:36:04 AM by Sourav.Kayal | Views: 5389 | Category: C# |
Votes: 1 | Rating: 5 out of 5
How to implement database vendor independent data access mechanism in C#
Sourav.Kayal
How to protect shared object in multi threading by lock statement in c# 
Last updated on: 01 Aug 2013 11:23:16 PM by Sourav.Kayal | Views: 10649 | Category: C# |
How to implement locking in multi threading environment.
Sourav.Kayal
5 common Exceptions in C# and their solution 
Last updated on: 28 Jul 2013 10:50:13 AM by Sourav.Kayal | Views: 7783 | Category: C# |
We will discuss how to handle very common exceptions in C#
  • Sourav.Kayal
    4 most popular functions to search string and character in c# 
    Last updated on: 28 Jul 2013 09:29:02 AM by Sourav.Kayal | Views: 6277 | Category: C# |
    How to search substring and character within a string in C#
    Sourav.Kayal
    Preprocessor directive in C# 
    Last updated on: 28 Jul 2013 02:39:04 AM by Sourav.Kayal | Views: 4813 | Category: C# |
    How to use various preprocessor directive in C#
    Sourav.Kayal
    Compile time and runtime initialization of 2D array in C# 
    Last updated on: 28 Jul 2013 01:01:29 AM by Sourav.Kayal | Views: 20675 | Category: C# |
    How to set data to array in compile and run time
    Raj.Trivedi
    Let us learn how to minimize Application to System Tray 
    Last updated on: 20 Jul 2013 12:22:34 PM by Raj.Trivedi | Views: 6875 | Category: C# |
    In this article we will see how we can minimize the application to system tray when we click on Minimize Button
    Sourav.Kayal
    Prevent SQL injection in C# 
    Last updated on: 20 Jul 2013 12:18:15 PM by Sourav.Kayal | Views: 13735 | Category: C# |
    We are going to look into how to prevent SQLInjection using C#
    Sourav.Kayal
    Create Link button dynamically in asp.net c# 
    Last updated on: 17 Jul 2013 10:33:45 AM by Sourav.Kayal | Views: 74734 | Category: C# |
    How to create link button control in run time using C# asp.net
    lakhansin-22735
    A Beginner's Tutorial on Extension Methods 
    Last updated on: 17 Jul 2013 10:06:00 AM by lakhansin-22735 | Views: 4478 | Category: C# |
    In this article we will look into how to use Extension methods in a very simpler way and this will be very helpful to those who have never used extension methods in their projects. With extension methods you can attach additional functionalities to an existing type.
    Sourav.Kayal
    Working with Directory in C# 
    Last updated on: 15 Jul 2013 02:12:25 PM by Sourav.Kayal | Views: 5564 | Category: C# |
    In this article we will look into how to perform basic operation with directory in C#