C# Corner
Tech
News
Videos
Forums
Trainings
Books
Live
More
Interviews
Events
Jobs
Learn
Career
Members
Blogs
Challenges
Certifications
Bounties
Contribute
Article
Blog
Video
Ebook
Interview Question
Collapse
Feed
Dashboard
Wallet
Learn
Achievements
Network
Refer
Rewards
SharpGPT
Premium
Contribute
Article
Blog
Video
Ebook
Interview Question
Register
Login
Tags
No tag found
Content Filter
Articles
Videos
Blogs
Resources
News
Forums
Interviews
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
jhblankenship (3)
Sushila S. Bowalekar(2)
C# Curator(1)
Anoop Kumar Sharma(1)
Muhammad Aqib Shehzad(1)
Emiliano Musso(1)
Ashish Singhal(1)
info (1)
Lee SangEun(1)
Resources
No resource found
BufferedStream, MemoryStream and CharacterStream Class in C#
Dec 17, 2009.
In this article I will explain you about BufferedStream, MemoryStream and CharacterStream Class in C#.
Downloading Data as a File from a MemoryStream Using a HTTP Handler
Apr 07, 2004.
This article will show you how to buffer data into a MemoryStream and output the buffered data back to the browser as a text file using a HTTP Handler.
Use CurrencyManager and MemoryStream to Display Images
Jul 01, 2002.
This article and attached sample code demonstrates you how to use the CurrencyManager and MemoryStream to display images. The current demonstration displays all the records of the employees with their company and the personal Information.
Using Currency Manager and MemoryStream to Display Images
Jul 01, 2002.
This article and attached sample code demonstrates you how to use the CurrencyManager and MemoryStream to display images.
Downloading Data as a File from a MemoryStream
Mar 29, 2004.
This article will show you how to buffer data into a MemoryStream from a query and output the buffered data back to the browser as a text file.
Export And Import Excel File Using ClosedXML In ASP.NET MVC
Jun 11, 2019.
Learn how to seamlessly export and import Excel files in ASP.NET MVC using ClosedXML. This tutorial covers uploading Excel files, reading data into a DataTable, and displaying it in a view.
Convert HTML String To PDF Via iTextSharp Library And Download
Apr 15, 2016.
In this article, we will see how to convert HTML strings to PDF by using a third party PDF generation library.
Create QR Codes With Google Web APIs
May 15, 2015.
This article explains a simple method to create a QR Code inside a standard control.
How do I use Memory Stream in C#
Oct 27, 2005.
This article shows how to use memory stream to read byte[] array and can use to write some file in memory.
Transporting and Displaying Images using DIME and HTTP Handlers
Apr 28, 2004.
This article shows an example of how to display images stored in a database in a virtual fashion using a Web Service in conjunction with an HTTP Handler.
Combine Multiple Streams in a Single .NET Framework Stream Object
Apr 11, 2004.
This article represents a simple Stream class whose data is based on the number of another .NET Framework streams.
Saving and Reading Object to/from a Database
Mar 25, 2002.
An object is a memory stream, which is hard to write using the normal methods. In this article, I show how you can save objects in a database and read back from the database.