Want to build the ChatGPT based Apps? Start here
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
Training
Live
JOBS
MORE
CAREER
MEMBERS
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 (4)
Mahesh Chand (2)
Jean Paul (1)
Mohammed Kaleem (1)
Hussain Munaf (1)
Santhosh Teja (1)
Lajapathy Arun (1)
Ramakrishna Basagalla (1)
Umair Hassan (1)
Abhishek Jaiswal (1)
Ramsis (1)
Prabhat Kumar (1)
Sai Kumar Koona (1)
Prashanth Chindam (1)
Syed Shakeer (1)
Gohil Jayendrasinh (1)
Hiren Soni (1)
Related resources for File in C#
No resource found
Saving an embedded file in C#
2/8/2023 4:47:20 AM.
Suppose you are working on an application - which needs to extract another application at runtime. How do you do that?
Get Last Write Time of a File in C#
2/8/2023 2:30:44 AM.
Here is a code example to get the Last Write Time of a file in C#.
How to Download DataTable to Text File in C#
8/23/2022 9:14:47 AM.
In this article, we will see how to download a DataTable to a text file.
Save PDF and MS Word File in C#
8/22/2022 11:02:55 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 Read Data From .CSV File In C#
7/1/2022 8:43:04 AM.
In this article, I'm going to explain about how to read data from a .csv file and bind the data to the model properties
Operations of CSV Files and Text Files Using C# ASP.NET
11/24/2020 4:50:54 AM.
In this article we will see the Saving, Reading, Uploading and Downloading mechanism of CSV files and Text files using C# ASP.NET.
File.CreateText Method in C#
1/7/2020 2:14:39 PM.
In this article we will discuss about how to use the File.CreateText Method in C#.
Printing Text File in C#
9/13/2018 11:35:12 PM.
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.
CRUD In Excel File In C#
2/2/2018 10:11:09 AM.
In this article, I am going to explain how we can CREATE, UPDATE, DELETE and READ the records in Excel files.
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 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#.
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#.
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.
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
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.