C# Articles (378) - Page 1

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.
 
Poster
How to copy or move Excel worksheets in C# 
Last updated on: 27 Sep 2021 09:32:12 AM by Poster | Views: 11044 | Category: C# |
Sometimes we need to copy worksheets inside a workbook or from one workbook to another. For instance, we have an existing Excel template that we need to use for creating a report, we only need to create a copy of the template worksheet. Also, changing the position of the worksheet in a workbook is also required in certain cases. This article shows how to copy or move Excel worksheets using Spire.XLS in C#.
Rajnilari2015
What You Say Is What I Speak(WYSWIS) 
Last updated on: 09 Mar 2018 11:49:36 PM by Rajnilari2015 | Views: 4293 | Category: C# |
Votes: 1 | Rating: 5 out of 5
What You Say Is What I Speak(WYSWIS) is a simple windows application in which the computer utters the voice of a human what the later says.
Prabahkar
Implementation of the Common Applications of Word Fields 
Last updated on: 01 Aug 2017 01:55:26 AM by Prabahkar | Views: 5182 | Category: C# |
This article demonstrates how to add page numbering, table of content and footnote to Word document by using fields in C#.
Amatya
Difference between Class and Structure 
Last updated on: 20 May 2017 01:16:41 AM by Amatya | Views: 3739 | Category: C# |
Here we will try to understand difference between class and structure, as its very important to know the concept.When developer are experienced its important to think that for specific task we should make a class or structure. So here they can know the difference and can go through class or structure as per their need.
Amatya
Understanding the C# concepts through Real Time examples 
Last updated on: 04 May 2017 07:25:37 AM by Amatya | Views: 30766 | Category: C# |
Votes: 1 | Rating: 4 out of 5
It is important for a developer to understand the concepts of OOPS or any programming language concepts through real time examples.
Prabahkar
Working with Comments in Word in C# 
Last updated on: 07 May 2017 11:02:58 PM by Prabahkar | Views: 6432 | Category: C# |
Votes: 1 | Rating: 4 out of 5
This article presents how to add a comment, reply to a comment, change or remove a comment in Word in C#.
Jerrylee02017
Generate Excel Chart from DataTable and add the chart to word document in C# 
Last updated on: 24 Apr 2017 02:17:46 AM by Jerrylee02017 | Views: 7322 | Category: C# |
Create Excel chart from DataTable and then insert the chart to word document
  • Rajnilari2015
    Let's work with Live Unit Test of VS 2017 Enterprise Edition 
    Last updated on: 11 Mar 2017 02:54:10 PM by Rajnilari2015 | Views: 3043 | Category: C# |
    In this article, we shall learn how to work with Live Unit Test of VS2017 Enterprise Edition
    Rajnilari2015
    Convert PDF to PNG using Ghostscript.NET 
    Last updated on: 06 Feb 2017 10:55:13 PM by Rajnilari2015 | Views: 39332 | Category: C# |
    In this article, we will look into converting PDF files to PNG using Ghostscript.NET.
    Rajnilari2015
    Split PDF files using PDFSharp 
    Last updated on: 03 Feb 2017 02:11:14 AM by Rajnilari2015 | Views: 14030 | Category: C# |
    PDFsharp is the Open Source library that creates PDF documents from any .NET language. In this article, we will look into how to use the PDFsharp library for splitting a single PDF file into multiple PDF files.
    Ahteshamax
    Using AutoMapper in C# 
    Last updated on: 27 Jan 2017 10:38:32 AM by Ahteshamax | Views: 14731 | Category: C# |
    Votes: 2 | Rating: 4.5 out of 5
    In this article will try to understand how to use Automapper in C#.
    Ahteshamax
    Learn Boxing and Unboxing in C#. 
    Last updated on: 20 Jan 2017 04:01:30 AM by Ahteshamax | Views: 4202 | Category: C# |
    In this C# article will learn the concepts of Boxing and Unboxing step by step.
    Ahteshamax
    Covariance and Contravariance in C# 
    Last updated on: 06 Jan 2017 04:32:04 AM by Ahteshamax | Views: 11399 | Category: C# |
    In this article will discuss about the concept of Covariance and Contravariance.
    Ahteshamax
    6 Top interesting facts to know about data type string in C#. 
    Last updated on: 16 Dec 2016 02:47:54 AM by Ahteshamax | Views: 6897 | Category: C# |
    In this article we will see some of the interesting facts about data type string.
    Ahteshamax
    Difference between Strong Reference and Weak Reference in .NET Projects 
    Last updated on: 15 Dec 2016 02:07:57 AM by Ahteshamax | Views: 14348 | Category: C# |
    In this article we will discuss about the differences between strong reference and weak reference in .NET Projects and will also learn about strong name key or public key token.