Related resources for FileStream
  • Asynchronous File I/O in C#10/30/2023 7:20:05 AM. Thisarticle on asynchronous file I/O in C# is well-structured and informative, covering all the essential aspects of the topic. You have effectively introduced the concept of asynchronous programming,
  • Apply Object Serialization In Real Life Situation9/22/2023 11:15:45 AM. Object serialization is a process of streaming an object into a byte array. This article explains the object serialization process using a real world example.
  • BinaryReader and BinaryWriter Classes in C# 8/22/2022 8:30:30 AM. In this article, I will explain you about BinaryReader and BinaryWriter Classes in C#.
  • Split and Merge files in C#3/28/2022 10:43:02 AM. This example shows how to split and merge files in C# .Net.
  • Read A File Using C#1/28/2022 10:46:17 AM. This program just demonstrate the use of FileStream & StreamReader.
  • FileStream - Read or Write Data Streams1/5/2022 9:20:29 AM. FileStream class can be used to read/write data to a file with the help of StreamReader and StreamWriter classes.
  • A Simple Contacts List for Pocket PC10/19/2020 6:30:33 AM. I have implemented a simple contact list application that is capable of adding and viewing contact details.
  • SQL Server Database Mirroring: Part 27/18/2019 12:05:59 AM. You can read SQL Server Database Mirroring. Database Mirroring is used to move the database transactions from one SQL Server database (Principal database) to another SQL Server database (Mirror databa
  • Create a file using FileInfo in C#1/16/2019 8:43:59 AM. Code sample to show how to create a file in C# and get a file attributes such as file creation time, file size, file last updated, file last accessed, and file last write time.
  • Creating a Windows Service in C#9/15/2018 12:42:39 AM. Windows Services is a new name for NT Services in .NET. This tutorial steps you through creating a Windows Service and how to install and start it.
  • Store And Retrieve Using FILESTREAM From SQL Database1/6/2018 4:42:46 AM. Hello friends today I will explaining you regarding storing and retrieving image, video and other document files from SQL server using FILESTREAM future. If you are new to FIELSTREAM then read my prev
  • FILESTREAM Feature In SQL Server1/4/2018 12:06:55 PM. Today I am explaining what FILESTREAM is and how to use FILESTREAM in SQL server.
  • Introduction to SQL Server FileStream in 20087/27/2015 2:38:10 AM. In this article we will learn about the FileStream in SQL Server 2008.
  • Input/Output Classes in C#3/12/2015 1:10:58 PM. This article explains the input/output classes available in C#.
  • New FileTables Feature in SQL Server 20121/14/2013 4:01:30 PM. In this article you will have a look at how to use the FileTable feature of SQL Server 2012
  • Enabling Filestream in SQL Server 20121/2/2013 2:41:02 PM. This article describes how to enable FILESTREAM by using SQL Server Configuration Manager.
  • Application to Read Data from a File using ASP.NET and VB.NET12/1/2012 3:31:48 AM. I have created a small application by which you can read from a file and display the contents of the file onto the browser.
  • File Encryption in VB.NET12/1/2012 2:42:19 AM. The classes in the .Net Framework cryptography namespace manage many details of cryptography for you. Some are wrappers for the unmanaged Microsoft CryptoAPI, while others are purely managed implementations. Cryptography protects data from being viewed or modified and provides secure channels of communication over otherwise insecure channels.
  • Changing User Information using Active Directory in VB.NET11/10/2012 2:35:37 AM. If your company is one of the lucky Ones to implement Windows 2000 Active Directory you may have been looking for a way to populate it with data. Perhaps adding people’s details from a file directly into the Active Directory.
  • Simple web File download in VB.NET11/10/2012 1:55:55 AM. This is a simple program that shows how to download files from the web and save them.
  • Working with PNGs using GDI+11/10/2012 12:35:14 AM. PNG overcomes the color depth hurdle by providing up to 48Bpp (bits per pixel). Just as importantly, the PNG format is patent-free and available for use by anyone.
  • C# File Operations: Part 19/30/2012 5:48:27 AM. In this article we will see how we can write something into the file & how we can append our data into an already existing file.
  • XML as Middle Tier9/29/2012 6:20:54 AM. There is always been a need that there will be an intelligent middle Layer between Database Server and the UI Code. There are many ways but one fantastic approach came in picture with the XML.
  • System I/O and Streams in C#9/29/2012 5:56:53 AM. In this article I will explain you about System I/O and Streams in C#.
  • Write to a File in C# 8/6/2012 11:53:50 PM. In this article we will discuss about how to write to a File in C#.
  • Xml - A Simple Database5/20/2012 6:34:11 AM. Xml can be used for different purposes. But in my programming life, I used it as database alone. I feel very comfortable while using xml as data store for my application, due to its simple structure.
  • Yahtzee Program Using C#: Part II5/15/2012 7:16:45 PM. This is an update of the Yahtzee program for VS 2005. Included in this version is a Game Reset and a High Score Tracker. The Top Ten High Scores are tracked using an Array with sortable components. In this article we will talk about the IComparable interface used to make an object stored in an array sortable.
  • Configure Remote BLOB Storage (RBS) with the FILESTREAM provider (SharePoint 2010)2/23/2011 11:27:48 PM. In This article I am describing about how to install and configure Remote BLOB Storage (RBS) with the FILESTREAM provider on a Microsoft SQL Server 2008 database server that supports a Microsoft SharePoint Server 2010 system. RBS is typically recommended in the case where the content databases are 4 gigabytes (GB) or larger.
  • FileStream in C# 12/15/2009 6:06:44 AM. In this article I will explain you about FileStream in C#.
  • Recording Sheet Music Using C# and .NET1/31/2007 5:19:49 AM. This is a article that allow you to record and replay the music you performed on the piano.
  • Capturing Desktop and saving image in a Word Document6/14/2006 2:18:37 AM. This code will allow you to capture your desktop and save the image into a word document.
  • FlashCards Language Program : How to read and save Images in a Sql Server Database using ADO.NET2/2/2006 7:02:07 AM. I thought it would be fun to write a simple program that displayed flashcards from a database and at the same time, show you how to read and write images to the database. This program is a simple flashcard program that talks to a single table in a Sql Server Database.
  • Memory Game2/1/2006 11:40:12 PM. This is a memory game where you can use your favorite pictures (.bmp, jpg, gif).
  • Using Map in a Pocket PC Application1/31/2006 12:01:28 AM. GPS enabled applications are a good example of using a Pocket PC to locate a Pocket PC user. This attached application is a location based Pocket PC application developed using .NET compact framework.
  • Handling the Queuing of Messages in a Multithreaded Program1/27/2006 5:52:54 AM. In the financial world you have to deal with messages being spewed at you in large quantities at a rapid rate. For example stock quotes, market data, and orders come flying at you through some sort of wire and you as a programmer have to handle them in a way that doesn’t overwhelm you or the machine.
  • Mail Merge Program12/28/2005 2:24:11 AM. This is a simple mail merge program. This program reads from 3 different text files (by default) and merge all the info to produce mail documents.
  • Mail Merge Program - Part 212/28/2005 2:17:57 AM. This is a simple mail merge program (Part 2). This program reads from the access database (by default) from a specified table.
  • Simple Web File Download12/28/2005 1:53:49 AM. This is a simple program that shows how to download files from the web and save them. The program uses the HttpWebRequest and HttpWebResponse classes to request and retrieve the requested file.
  • Uploading and Downloading Web Files12/27/2005 4:50:52 AM. This program is for beginner, shows how to use web client class to Download and upload file from the Internet and how to save them to disk. Download or upload file can be done using Method DownLoad Or UpLoad.
  • Business Card Designer Using C#12/26/2005 11:28:19 PM. For those of you that don't want to go out and buy a fancy business card utility, this article may prove to be just the trick for designing easy colorful business cards.
  • Graphics Animator in C#12/26/2005 10:50:10 PM. This program will generate a html page with animated gif. You just need at least 2 gifs and use the program to set the time to display each image.
Source Code: Graphics Programming with GDI+
Graphics Programming with GDI+ is the .NET developer's guide to writing graphics appl...
Download