COMMUNITY: How to properly ask a question on Forums
Become a member
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
C# Corner
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
TECHNOLOGIES
ANSWERS
LEARN
NEWS
BLOGS
VIDEOS
INTERVIEW PREP
BOOKS
EVENTS
LIVE
CAREER
MEMBERS
JOBS
Training
About File in C#
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Dinesh Beniwal (6)
Mahesh Chand (5)
Umair Hassan (1)
Abhishek Jaiswal (1)
Ramsis (1)
Prabhat Kumar (1)
Sai Kumar (1)
Mohammed Kaleem (1)
Prashanth Chindam (1)
Lajapathy Arun (1)
Hussain Munaf (1)
Syed Shakeer (1)
Jean Paul (1)
Gohil Jayendrasinh (1)
Hiren Soni (1)
Related resources for File in C#
No resource found
Read Excel File In C# WinForm
10/13/2017 11:35:24 AM.
Here we are going to learn to read Excel files in C# windows form applications.
Creating Text File in Library in C#
3/12/2014 3:07:06 PM.
This article shows how to more easily create a text file using a library in C# using both XML and C#.
Start an External Blank Application or a File From Your C# Application
7/18/2013 3:30:14 PM.
this article shows how to start a process that means launch any application from c# application and also you see how to kill a process you start
Read Trx File From C#
1/29/2013 10:47:03 PM.
A Trx file is nothing but a Visual Studio unit test result file extension. This file is in XML format. The result of a unit test is kept in the TestResult folder in the base directory. You can open these files in Visual Studio to see the results.
Solution For Parsing an Excel File in C# and the Cells Seem to Get Cut Off at 255 Characters
9/13/2012 6:27:54 PM.
In this article you will learn the solution for, when parsing an Excel file in C#, the cells seem to be truncated at 255 characters.
Get File Last Write Time in C#
8/21/2012 12:29:28 PM.
In this article we will discuss about how to Get File Last Write Time in C#.
Set File Last Write Time in C#
8/21/2012 12:24:16 PM.
In this article we will discuss about how to Set File Last Write Time in C#.
Get File Creation Time in C#
8/14/2012 10:24:37 AM.
In this article we will discuss about how to Get File Creation Time in C#.
Set File Creation Time in C#
8/14/2012 10:24:03 AM.
In this article we will discuss about how to Set File Creation Time in C#.
Get Last File Access Time in C#
8/9/2012 9:26:04 AM.
In this article we will discuss about how to get and set File Last Access Time in C#.
File.CreateText Method in C#
7/27/2012 2:07:08 AM.
In this article we will discuss about how to use the File.CreateText Method in C#.
How to Download DataTable to Text File in C#
7/22/2012 12:34:33 PM.
In this article we will see how to download a DataTable to a text file.
Create a Text File in C#
6/8/2012 8:11:16 PM.
This article demonstrates different ways to create a text file in C#.
How to read a text file in C#
6/7/2012 9:54:11 PM.
This code sample shows how to read text files in C#.
Write to a text file in C#
6/5/2012 2:50:42 AM.
This code sample shows how to write to a text file in C#.
C# TextReader
6/5/2012 2:48:40 AM.
TextReader class available in .NET is a base class for StreamReader and StringReader classes. The StreamReader is used to read characters from a stream.
Read XML in C#
5/13/2012 3:15:41 PM.
In this article we will see how to read an Xml file using C#.Net.
Operations of CSV Files and Text Files Using C# ASP.NET
4/5/2012 8:02:34 AM.
In this article we will see the Saving, Reading, Uploading and Downloading mechanism of CSV files and Text files using C# ASP.NET.
Printing Text File in C#
12/12/2011 9:54:38 AM.
In this article, you will learn how to print a text file in C#. The attached project lets you browse and open a text file and print it to a printer.
Save PDF and MS Word File in C#
3/21/2011 11:08:54 AM.
In this article I will tell you how to create a PDF file, Microsoft Word file and a text file from C# with a complete sample that uses these tools with C#.
How to Create a DLL file in .NET Framework using Visual Studio
1/31/2011 2:49:52 PM.
This article will show how to create a DLL file in .NET framework using Visual Studio
Saving an embedded file in C#
1/20/2011 12:32:55 PM.
Suppose you are working on an application - which needs to extract another application at runtime. How do you do that?
How to create PDF file using itextsharp
12/9/2010 5:37:05 AM.
In this article we will see how to create PDF file using itextsharp.
How to: Read and Write Binary file in C#
8/1/2010 11:44:50 PM.
In this article we will see how to use BinaryReader and BinaryWriter class for reading and writing binary files respectively.
- Ebook
C# Language Specification 5.0
This book provides a complete description of the C# language 5.0.
Download