Tag: photo
-
Creating a photo album for ASP.NET MVC 5 Users using Azure BLOB storage
In this blog post, we will integrate ASP.NET MVC with Azure BLOB Storage by saving an image for an ASP.NET Identity 2.0 user in Azure BLOB Storage. We’re going to cover a lot of ground in this post, including: Using ASP.NET Identity 2.0 user as reference in other table. Creating a one to many relationship…
-
Code to select photo on Windows Phone 7
In this post we will see how could we select a photo saved on device and bind it as source of image control on our application. Expected Output To work with photo on device you need to work with Choosers. To work with Choosers you need to add Microsoft.Phone.Tasks namespaces. PhotoChooserTask class allows us…