Want to become a Vibe Coder? Join Vibe Coding Training here
x
C# Corner
Tech
News
Videos
Forums
Jobs
Books
Events
More
Interviews
Live
Learn
Training
Career
Members
Blogs
Challenges
Certification
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]
Mike Gold(5)
Mahesh Chand(3)
sayginteh (3)
Nirav Daraniya(2)
Rohatash Kumar(2)
Praveen Kumar(2)
Bill Farley(2)
Abhishek Yadav(1)
Destin Joy(1)
Sangeetha S(1)
Keyur (1)
Pankaj Kumar Choudhary(1)
Vidya Vrat Agarwal(1)
Vikram Joshi(1)
John O Donnell(1)
Tom Curry(1)
Nenad Djodievic(1)
Dinesh Beniwal(1)
Ghanashyam Nayak(1)
Vamshi Krishna(1)
Nipun Tomar(1)
C# Curator(1)
Vimal Kandasamy(1)
Gaurav Pilay(1)
Jaish Mathews(1)
Shail 0(1)
Dennis Pratistha(1)
Raimund Neumuller(1)
Shamim Ahmed(1)
Shivani (1)
Pramod Singh(1)
Resources
No resource found
Store And Retrieve Using FILESTREAM From SQL Database
Jan 06, 2018.
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 previous article FILESTREAM Feature In SQL Server.
Introduction to SQL Server FileStream in 2008
Jul 24, 2015.
In this article we will learn about the FileStream in SQL Server 2008.
Enabling Filestream in SQL Server 2012
Dec 28, 2012.
This article describes how to enable FILESTREAM by using SQL Server Configuration Manager.
Configure Remote BLOB Storage (RBS) with the FILESTREAM provider (SharePoint 2010)
Feb 23, 2011.
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 Feature In SQL Server
Jan 04, 2018.
Today I am explaining what FILESTREAM is and how to use FILESTREAM in SQL server.
FileStream in C#
Dec 15, 2009.
In this article I will explain you about FileStream in C#.
FileStream - Read or Write Data Streams
Dec 13, 2000.
FileStream class can be used to read/write data to a file with the help of StreamReader and StreamWriter classes.
How to Encrypt the SQLite DB File using AES
Feb 17, 2025.
using the AES Algorithm to encrypt the SQLite DB file. Learn how to encrypt an SQLite database file in .NET C# using AES encryption. This guide covers key generation, IV usage, hashing with SHA256, and secure file encryption using CryptoStream and FileStream.
Asynchronous File I/O in C#
Oct 30, 2023.
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, highlighted its benefits, and provided detailed explanations with code examples. The sections on reading and writing files asynchronously are particularly well-crafted, enabling a clear understanding of the practical implementation.
Input/Output Classes in C#
Mar 12, 2015.
This article explains the input/output classes available in C#.
.NET Serialization
Apr 30, 2013.
Serialization in .NET facilitates object state persistence, enabling transmission across networks or storage in various formats like binary and XML. It ensures data integrity, exemplified by the US Visa application, utilizing binary serialization. Implementing serialization requires marking classes with attributes.
New FileTables Feature in SQL Server 2012
Jan 09, 2013.
In this article you will have a look at how to use the FileTable feature of SQL Server 2012
Application to Read Data from a File using ASP.NET and VB.NET
Nov 10, 2012.
I have created a small application by which you can read from a file and display the contents of the file onto the browser.
Changing User Information using Active Directory in VB.NET
Nov 10, 2012.
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.NET
Nov 10, 2012.
This is a simple program that shows how to download files from the web and save them.
Working with PNGs using GDI+
Nov 10, 2012.
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.
File Encryption in VB.NET
Nov 10, 2012.
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.
Write to a File in C#
Aug 06, 2012.
In this article we will discuss about how to write to a File in C#.
Create a file using FileInfo in C#
Jul 13, 2012.
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.
C# File Operations: Part 1
Apr 27, 2011.
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.
Split and Merge files in C#
Apr 01, 2011.
This example shows how to split and merge files in C# .Net.
SQL Server Database Mirroring: Part 2
Mar 29, 2011.
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 database) on a different instance.
BinaryReader and BinaryWriter Classes in C#
Dec 22, 2009.
In this article, I will explain you about BinaryReader and BinaryWriter Classes in C#.
System I/O and Streams in C#
Dec 07, 2009.
In this article I will explain you about System I/O and Streams in C#.
Xml - A Simple Database
Mar 03, 2009.
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.
Capturing Desktop and saving image in a Word Document
Jun 14, 2006.
This code will allow you to capture your desktop and save the image into a word document.
Apply Object Serialization In Real Life Situation
Mar 30, 2006.
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.
Handling the Queuing of Messages in a Multithreaded Program
Sep 06, 2004.
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.
Using Map in a Pocket PC Application
Apr 19, 2004.
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.
Recording Sheet Music Using C# and .NET
Feb 07, 2003.
This is a article that allow you to record and replay the music you performed on the piano.
A Simple Contacts List for Pocket PC
May 19, 2002.
I have implemented a simple contact list application that is capable of adding and viewing contact details.
Memory Game
Mar 19, 2002.
This is a memory game where you can use your favorite pictures (.bmp, jpg, gif).
Yahtzee Program Using C#: Part II
Jan 31, 2002.
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.
FlashCards Language Program : How to read and save Images in a Sql Server Database using ADO.NET
Nov 09, 2001.
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.
Uploading and Downloading Web Files
Oct 05, 2001.
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.
XML as Middle Tier
Jul 12, 2001.
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.
Graphics Animator in C#
May 26, 2001.
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.
Simple Web File Download
Mar 23, 2001.
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.
Mail Merge Program - Part 2
Mar 21, 2001.
This is a simple mail merge program (Part 2). This program reads from the access database (by default) from a specified table.
Mail Merge Program
Mar 16, 2001.
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.
Creating a Windows Service in C#
Jan 23, 2001.
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.
Business Card Designer Using C#
Jan 30, 2000.
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.
Read A File Using C#
Jan 15, 2000.
This program just demonstrate the use of FileStream & StreamReader.