C# Articles (378) - Page 4

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.

378 records found.
 
Debendra256
Binding DataGrid In Windows Form Without Database 
Last updated on: 28 Mar 2016 01:10:05 AM by Debendra256 | Views: 2870 | Category: C# |
Votes: 2 | Rating: 4 out of 5
Here in this article we are going to discuss how to bind DataGrid in Windows form without Database.
Eric
How to protect word document with watermark and password 
Last updated on: 22 Mar 2016 09:54:58 PM by Eric | Views: 6060 | Category: C# |
Votes: 1 | Rating: 4 out of 5
We can protect our word documents with password and also add the watermarks to them to keep the word documents confidential. With using Free Spire.Doc and only several lines of codes, we can fulfill the requirements easily.
Rajnilari2015
Let us Learn Tuple-Part7 (Last but not the least part) 
Last updated on: 22 Feb 2016 10:32:42 PM by Rajnilari2015 | Views: 3091 | Category: C# |
This is the seventh and the last part of the series - Let us Learn Tuple. In this part we will look into so of the left outs that we may need sometime while dealing with Tuples.
Rajnilari2015
Let us Learn Tuple-Part6 (Tuple Serialization and DeSerialization) 
Last updated on: 22 Feb 2016 10:35:28 PM by Rajnilari2015 | Views: 4285 | Category: C# |
Votes: 1 | Rating: 5 out of 5
This is the sixth part of the series where we will learn about Tuple Serialization and DeSerialization.
Rajnilari2015
Let us Learn Tuple-Part5 ( LAMBDA with Tuple) 
Last updated on: 22 Feb 2016 10:38:24 PM by Rajnilari2015 | Views: 3146 | Category: C# |
In this fifth part, we will learn how to use LAMBDA with Tuple
Rajnilari2015
Let us Learn Tuple-Part4 ( Create MultiKey dictionary using Tuple) 
Last updated on: 22 Feb 2016 10:40:08 PM by Rajnilari2015 | Views: 3341 | Category: C# |
In this fourth part, we will look into how to Create MultiKey dictionary using Tuple
Rajnilari2015
Let us Learn Tuple-Part3 ( Tuple and Arrays) 
Last updated on: 22 Feb 2016 10:41:47 PM by Rajnilari2015 | Views: 3352 | Category: C# |
In this third part, we will learn How Tuples interact with Arrays.
  • Rajnilari2015
    Let us Learn Tuple-Part2 ( Creation of Generic Collections and Accessing the same using Tuple ) 
    Last updated on: 22 Feb 2016 10:45:42 PM by Rajnilari2015 | Views: 3023 | Category: C# |
    Votes: 1 | Rating: 5 out of 5
    In this previous article we have started our introductory journey with Tuple.In this second part we will look into creation of Generic Collections and Accessing the same using Tuple
    Rajnilari2015
    Let us Learn Tuple-Part1 
    Last updated on: 22 Feb 2016 10:49:15 PM by Rajnilari2015 | Views: 3789 | Category: C# |
    Votes: 1 | Rating: 5 out of 5
    C#4.0 has introduced a new feature call Tuple.In this article we will start learning about Tuple, how to create it,when to use Tuple and how to access Tuple.
    Rajnilari2015
    Reading Excel and CSV file using LinqToExcel 
    Last updated on: 11 Jan 2016 07:11:02 AM by Rajnilari2015 | Views: 11074 | Category: C# |
    Votes: 1 | Rating: 5 out of 5
    Linq to Excel is a open source .Net library that allows us to query Excel spreadsheets or CSV files using the LINQ way. The project was created by Paul Yoder. In this article, we will look into reading an Excel spreadsheets and a CSV file using Linq to Excel project.
    Rajnilari2015
    Understanding Code Coverage in Visual Studio Premium 2013 
    Last updated on: 08 Jan 2016 08:19:13 AM by Rajnilari2015 | Views: 6891 | Category: C# |
    Votes: 2 | Rating: 5 out of 5
    In this article, we will look into various aspects of Code Coverage in Visual Studio Premium 2013 with a case study.
    Rajnilari2015
    Extract Text from Image using Tesseract in C# 
    Last updated on: 02 Jan 2016 07:28:24 PM by Rajnilari2015 | Views: 51071 | Category: C# |
    Votes: 2 | Rating: 5 out of 5
    This article will present us a way of extracting data from image file using Tesseract in C#.NET.
    Rajnilari2015
    Ascii Sort on a Collection in C# 
    Last updated on: 02 Jan 2016 08:28:56 AM by Rajnilari2015 | Views: 8952 | Category: C# |
    Votes: 1 | Rating: 5 out of 5
    In this article, we will look into making ASCII Sort on a Collection in C# using LINQ.
    Rajnilari2015
    Compare two objects and list down the changes using LINQ 
    Last updated on: 01 Jan 2016 11:48:53 PM by Rajnilari2015 | Views: 5781 | Category: C# |
    Sometimes back while answering a DNF forum question , we came across an interesting situation where the person has asked a nice question as how to Compare two objects and then to list down the changes of the same.In this article we will address the problem and present a solution for it.
    Rajnilari2015
    Perform Android Like Search in conjunction with Expression-Bodied Property of C# 6.0 
    Last updated on: 01 Jan 2016 03:47:15 AM by Rajnilari2015 | Views: 2551 | Category: C# |
    Votes: 1 | Rating: 5 out of 5
    Sometime back, in the DNF forum a question has been asked about implementing an search like Android one. This post is an attempt to provide an answer for the same by providing a demonstration of using the Expression-Bodied Property of C# 6.0