[Sample Of Sep 16th] How to store the images in SQL Azure

 

Homepage image
RSS Feed

Sample Download :  

CS Version: https://code.msdn.microsoft.com/How-to-store-the-in-SQL-6c6a46b5

VB Version: https://code.msdn.microsoft.com/How-to-store-the-in-SQL-76078065

This sample demonstrates how to store images in Windows Azure SQL Server.

Sometimes the developers need to store the files in the Windows Azure. In this sample, we introduce two ways to implement this function:

1. Store the image data in SQL Azure. It's easy to search and manage the images.

2. Store the image in the Blob and store the Uri of the Blob in SQL Azure. The space of Blob is cheaper. If we can store the image in the Blob and store the information of image in SQL Azure, it's also easy to manage the images.

 

imageYou can find more code samples that demonstrate the most typical programming scenarios by using Microsoft All-In-One Code Framework Sample Browser or Sample Browser Visual Studio extension. They give you the flexibility to search samples, download samples on demand, manage the downloaded samples in a centralized place, and automatically be notified about sample updates. If it is the first time that you hear about Microsoft All-In-One Code Framework, please watch the introduction video on Microsoft Showcase, or read the introduction on our homepage https://1code.codeplex.com/.