C# Articles (379) - Page 16

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.
 
Raj.Trivedi
Generating Custom Auto Numbers and Using it in Application 
Last updated on: 04 May 2013 12:26:05 PM by Raj.Trivedi | Views: 28255 | Category: C# |
Hello Team, In this article we will see how we can generate custom Auto Numbers and use it in Application
Niladri.Biswas
Let us learn PluralizationServices of .NET 4.0 
Last updated on: 03 May 2013 01:30:21 AM by Niladri.Biswas | Views: 9828 | Category: C# |
In this article, we will explore the PluralizationServices of .NET 4.0
Niladri.Biswas
Lapindromes- Solution for coding challenge by CodeChef 
Last updated on: 18 Jun 2013 02:46:31 AM by Niladri.Biswas | Views: 7236 | Category: C# |
Solution for Lapindromes problem - a challenge by CodeChef
Raj.Trivedi
Let us learn to generate PDF using IText Sharp 
Last updated on: 22 Apr 2013 03:09:44 PM by Raj.Trivedi | Views: 21780 | Category: C# |
In this article, we will see how to generate PDF using an Open Source Library provided by Itextsharp
Raj.Trivedi
Small Project on Accessing Windows System EXE's and any 3rd Pary Softwares through Windows Application 
Last updated on: 22 Apr 2013 12:39:41 PM by Raj.Trivedi | Views: 5016 | Category: C# |
Hello Team, In this article we will see how we can call windows exe from Windows Application or any 3rd Party Installed Software on a Button Click
Raj.Trivedi
Insert Update and Delete in Data through one Windows Form 
Last updated on: 15 Apr 2013 03:20:59 AM by Raj.Trivedi | Views: 76531 | Category: C# |
Votes: 1 | Rating: 5 out of 5
Hello Team, Over here we will see how we can Insert Update and Delete Data in one Windows Form
Niladri.Biswas
Read trx file by using Linq to XML 
Last updated on: 18 Mar 2013 11:48:59 PM by Niladri.Biswas | Views: 10813 | Category: C# |
In this article we will read trx file by using Linq to XML
  • Raj.Trivedi
    RDLC Reporting in Windows Application 
    Last updated on: 17 Mar 2013 01:19:23 PM by Raj.Trivedi | Views: 83600 | Category: C# |
    Votes: 2 | Rating: 4 out of 5
    In this article we will be exploring the RDLC reporting feature of .NET.In VS 2010 Crystal Reports are not supported and to create Reporting Systems we can use rdlc feature.
    Raj.Trivedi
    RDLC Reporting in Windows Applicaion 
    Last updated on: 10 Mar 2013 10:48:28 AM by Raj.Trivedi | Views: 3715 | Category: C# |
    In this article we will be exploring the RDLC reporting feature of .NET.In VS 2010 Crystal Reports are not supported and to create Reporting Systems we can use rdlc feature.
    Raj.Trivedi
    A Project on How to Create a Notepad kind of Application 
    Last updated on: 09 Mar 2013 12:47:38 PM by Raj.Trivedi | Views: 24317 | Category: C# |
    Votes: 2 | Rating: 5 out of 5
    In this article we will see how we can create a simple app like notepad in Windows Application
    Raj.Trivedi
    Text to Speech Converter 
    Last updated on: 11 Mar 2013 02:19:40 PM by Raj.Trivedi | Views: 9975 | Category: C# |
    Votes: 2 | Rating: 3.5 out of 5
    Here we will look into creating a simple app to make our app talk.
    Raj.Trivedi
    Search Data on a Window form and display the result on second windows form 
    Last updated on: 15 Feb 2013 01:22:36 AM by Raj.Trivedi | Views: 5198 | Category: C# |
    This article explains how to search data on one windows form and show the results on another windows form on the base of the search criteria. We will be using ADO.NET dataset property and making it public and private.
    Rama Sagar
    Scheduling a service using Quartz 
    Last updated on: 01 Feb 2013 09:41:59 AM by Rama Sagar | Views: 12258 | Category: C# |
    This Article is for basic Understanding of Scheduling a Job using Quartz Framework. Quartz is a job scheduling system that can be integrated with, or used alongside virtually any other software system. The term “job scheduler” seems to conjure different ideas for different people. As you read the tutorial attached, you should be able to get a firm idea of what they mean when we use this term, but in short, a job scheduler is a system that is responsible for executing (or notifying) other software components when a pre-determined (scheduled) time arrives.
    Prabhat39
    Read trx file from C# 
    Last updated on: 29 Jan 2013 05:21:33 AM by Prabhat39 | Views: 13959 | Category: C# |
    Trx file is visual studio unit test result file extension in form of XML file.
    Prabhat39
    Playing with inheritance in C#.NET 
    Last updated on: 13 Jan 2013 11:19:46 AM by Prabhat39 | Views: 8615 | Category: C# |
    This article explains the different behavior of inheritance in different cases.