Click here to Skip to main content
15,860,861 members
Everything / General Programming / File

File

file

Great Reads

by Tomaz Koritnik
TmStorage is a structureless virtual file system from which complex storages or databases can be built.
by Mark Pelf
Beginner’s tutorial on PE format, with illustrations
by Lodewijk Pool
A quick and easy way to direct Java System.out to File and to Console.
by Mikhail-T
How to convert string to text file and return it back to user as a result of a controller action

Latest Articles

by Mark Pelf
Beginner’s tutorial on PE format applied to .NET assemblies
by Mark Pelf
Beginner’s tutorial on PE format, with illustrations
by Michael Sydney Balloni
See how Rust stacks up against C-ish, C++, and C#
by Andreas "PAX" Lück
Investigation of PE file modifications performed by Microsoft Detours

All Articles

Sort by Score

File 

21 Nov 2014 by Tomaz Koritnik
TmStorage is a structureless virtual file system from which complex storages or databases can be built.
10 Mar 2023 by Mark Pelf
Beginner’s tutorial on PE format, with illustrations
8 Apr 2016 by V.
Convert FITS file to known image formats and use those images for a "zooming" functionality (image transparency)
10 Mar 2023 by Mark Pelf
Beginner’s tutorial on PE format applied to .NET assemblies
3 Jun 2016 by PIEBALDconsult
A C function that merges the content from an arbitrary number of text files into a Character-Separated-Variable-Width result file
11 Oct 2013 by ASP.NET Community
The FileSystemWatcher is responsible for to track the updates of either file or folder/sub-folders, Suppose if I would like to continuously monitor a
11 Oct 2013 by ASP.NET Community
The Global.asax file, also known as the ASP.NET application file, is an optional file that contains code for responding to application-level and
11 Oct 2013 by ASP.NET Community
Web.Config           
4 Jul 2018 by Krishna P Seetharaman
Issues faced and learnings found during the generation of pipe delimited flat file generation
11 Oct 2013 by ASP.NET Community
App_Offline.htm ASP.NET 2.0 introduced the ability to take an application offline simply by adding a file named App_Offline.htm to the
11 Oct 2013 by ASP.NET Community
Here is a list of file extensions which are configured by default to be handled by ASP.NET 2.0.asax used for application level logic
11 Oct 2013 by ASP.NET Community
The SiteMapPath (also known as breadcrumb) control is a navigation control that allows the user to know the current page location with respect to the
11 Oct 2013 by ASP.NET Community
Every element in the configuration file maps to a class in the .NET framework.  It's possible to expand upon this to create custom configuration
11 Oct 2013 by ASP.NET Community
Creating and Deleting Files on Fly on WebServer through Javascript (Magic of HTML and Jquery)We usually know the methods of POST and GET for posting
11 Oct 2013 by ASP.NET Community
Many of us want to use CSS 3.0. This feature is promised in Visual Studio 2010 however if you open any given CSS file, the option does not appear in
11 Oct 2013 by ASP.NET Community
if(IsPostBack){Boolean fileOK=false;String fileExtention=System.IO.Path.GetExtension(FileUpload1.FileName).ToLower();   //check file
11 Oct 2013 by ASP.NET Community
If you use the asp.net membership providers, having visual studio keep this sql database file around for deployment can sometimes be convenient.
11 Oct 2013 by ASP.NET Community
Encrypt & Decrypt ConnectionString SectionSometimes we need to secure ConnectionString to prevent anyone can knows it. whatever your purpose from
11 Oct 2013 by ASP.NET Community
How to edit Configuration file Web.Configin web.config we use section to add keys as you see     
11 Oct 2013 by ASP.NET Community
ThemesAuthor: Prakash Singh MehraIntroduction: Themes are the way to define the formatting details for various controls and can be reused in
11 Oct 2013 by ASP.NET Community
While developing any web site, one should keep some points in mind.1) Set debug=false under compilation as follows:
11 Oct 2013 by ASP.NET Community
In this article i am going to use simple class which use to write error and exceptions occured in your asp.net application in a text file
11 Oct 2013 by ASP.NET Community
I’ve been heads down for the last several weeks Scrumming and it has been a while since I’ve updated my blog so I figured if I was going to keep your
11 Oct 2013 by ASP.NET Community
FtpWebRequest class to upload a file to ftp server (destination )This Function shows how to upload a file ftp server. this function simply return
11 Oct 2013 by ASP.NET Community
Sometimes we needs to export data to file with applicable styles...Here am trying to show an simple example... .aspx page
11 Oct 2013 by ASP.NET Community
 Hi,  Many of us come across situation like, just need a unique session id through out the session irrespective of whether the data is stored in
11 Oct 2013 by ASP.NET Community
Howto: Add JavaScript inside Head element from code behind  Here is the sample how you can do that.1)  Add some JavaScript inside page header
24 Jan 2022 by Andreas "PAX" Lück
Investigation of PE file modifications performed by Microsoft Detours
6 Jul 2010 by Kunal Chowdhury «IN»
In this article I will guide you creating a File Explorer in Silverlight 4. This step-by-step guide will help yoou understanding the API call and how to access local files, folders and drives using the Silverlight 4 COM APIs.
31 Mar 2018 by Dirk Bahle
Lessons Learned on Software Design with WPF
4 Jul 2012 by Jonathan Wood
Here's some lightweight C# code for reading and writing CSV files.
7 Feb 2018 by Leung Yat Chun
FileExplorer is a WPF based control that has most features of the Windows Explorer, you can use it to display shell objects or any hierarchical data.
11 Oct 2013 by ASP.NET Community
When a page request is sent to the Web server, the page is run through a series of events during its creation and disposal. In this article, I will
11 Feb 2014 by Uzi Granot
This project will give you the tools needed to compress and decompress files using the Deflate method of compression, and to read and write standard Zip files.
25 Feb 2014 by ASP.NET Community
Some times we need to allow user to upload as many files as he/she wants instead of fixed number of files.So here is the procedure to achieve this.
11 Oct 2013 by ASP.NET Community
Passing values from a popup window back to the parent page is an often asked question. Especially when there is a GridView type control in the popup.
11 Oct 2013 by ASP.NET Community
Asp.Net 2.0 introduced a new control called FileUpload that is used to upload files from the client browser to the server. Video  Simple File
11 Aug 2014 by ideafixxxer
Algorithm of sorting lines in text files size of which exceeds available memory
6 Oct 2010 by Pawel idzikowski
How to serialize binary data to IsolatedStorage in a Silverlight client when there is no BinaryFormatter in Silverlight? Why not with sharpSerializer? - An open source XML and binary serializer for .NET and Silverlight
15 Aug 2010 by Mr.PoorEnglish
Avoid foot-traps while using StreamReader / StreamWriter
6 Sep 2010 by Uwe Keim
Introducing a small class that helps you in creating automatic copies of files and clean them up automatically, too
13 May 2011 by SercanOzdemir
Don't forget to use Reminder v1.0 to remind everything.
11 Oct 2013 by ASP.NET Community
The main difference is that the RegisterStartupScript method places the JavaScript at the bottom of the ASP.NET page right before the closing
17 May 2010 by Denys Podymskyy, Apriorit Inc
In this article, we will examine a problem of receiving the correct value of the dmCopies variable in the DEVMODE structure while printing from Microsoft Word 2003.
26 Aug 2016 by sajidur rahman
This article describes about CSV/Excel File import in SQL Server with common problems.
24 May 2012 by rspercy65
This is a remake of Pramod Kumar Sing's 2002 API Viewer.
17 Oct 2012 by Alexander Schwoch
This is an alternative for "Fault Tolerance for Large Files on Cranky Hardware"
23 Mar 2001 by Wolfram Steinke
An entry level tutorial on using one of the Windows Common Controls in a dialog.
5 Jan 2023 by Michael Sydney Balloni
See how Rust stacks up against C-ish, C++, and C#
11 Oct 2013 by ASP.NET Community
Our application was one that presented real time data and charts to the user based on some criteria selected by the user. The chart and model were
24 May 2020 by Edwig Huisman
Anything :-) you can do with a MS-Windows File
11 Oct 2013 by ASP.NET Community
I'm going to expalin how extract data from csv file using c#.First you have to declare two string variables and their properies for store directory
20 Jun 2012 by Antonio Lopez R
Create an Excel file from data table without Excel using Report Viewer control.
11 Oct 2013 by ASP.NET Community
First let’s see what the CSV file is:CSV file is a text based file in which data are separated by comma. It can be opened by excel so you can use
16 Mar 2014 by ASP.NET Community
This example will show how is possible to upload files to SQL server database using C# and asp.net. For demostration purposes database will have only
1 Mar 2011 by Michael Simonov
The article discusses dynamic xHtml to xHtml XSL transformations for PDF output purposes.