Articles (2414) - Page 55

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.

2414 records found.
 
Sourav.Kayal
Understand generic data member and generic property in c# 
Last updated on: 04 Aug 2013 09:49:34 AM by Sourav.Kayal | Views: 12700 | Category: C# |
How to implement generic data member and generic property in C#
Sourav.Kayal
Understand Generic class and Generic function in C# 
Last updated on: 04 Aug 2013 04:14:53 AM by Sourav.Kayal | Views: 6338 | 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: 9391 | 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: 5749 | 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: 5821 | 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: 5458 | 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: 10754 | Category: C# |
How to implement locking in multi threading environment.
  • aswinialuri-19361
    how to generate random number when you click on refresh button? 
    Last updated on: 29 Jul 2013 09:26:13 AM by aswinialuri-19361 | Views: 9735 | Category: ASP.NET |
    Votes: 3 | Rating: 4.67 out of 5
    This article will explain how to generate a random number
    Deviprasads
    A modified version of sp_helptext in SQL Server 
    Last updated on: 28 Jul 2013 04:23:03 PM by Deviprasads | Views: 19462 | Category: Sql Server |
    Votes: 2 | Rating: 5 out of 5
    One of the most favorite Microsoft shipped Stored Procedure is sp_helptext and it can be used very often in our daily development job. Here we are going to modify that sp's logic little bit to help us more efficiently.
    Sourav.Kayal
    5 common Exceptions in C# and their solution 
    Last updated on: 28 Jul 2013 10:50:13 AM by Sourav.Kayal | Views: 7851 | 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: 6326 | 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: 4886 | 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: 20758 | Category: C# |
    How to set data to array in compile and run time
    Sourav.Kayal
    Work with video in HTML 5 
    Last updated on: 28 Jul 2013 12:07:08 AM by Sourav.Kayal | Views: 5294 | Category: HTML 5 |
    Votes: 1 | Rating: 5 out of 5
    How to work with Video in HTML5
    Sourav.Kayal
    Implement auto complete dropdown using twitter bootstrup. 
    Last updated on: 27 Jul 2013 12:23:09 PM by Sourav.Kayal | Views: 19355 | Category: ASP.NET |
    How to implement dropdown list with search option using twitter bootstrup