diff --git a/samples/CloudinaryDotNetSamples.sln b/samples/CloudinaryDotNetSamples.sln index 1f95f899..73b21e37 100644 --- a/samples/CloudinaryDotNetSamples.sln +++ b/samples/CloudinaryDotNetSamples.sln @@ -1,7 +1,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00 -# Visual Studio Version 16 -VisualStudioVersion = 16.0.30621.155 +# Visual Studio Version 17 +VisualStudioVersion = 17.11.35312.102 MinimumVisualStudioVersion = 10.0.40219.1 Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PhotoAlbum", "PhotoAlbum\PhotoAlbum.csproj", "{3AD00431-929F-4124-8890-FC3C021BAAD8}" EndProject diff --git a/samples/PhotoAlbum/Pages/Index.cshtml b/samples/PhotoAlbum/Pages/Index.cshtml index 1752d258..a2a122e9 100644 --- a/samples/PhotoAlbum/Pages/Index.cshtml +++ b/samples/PhotoAlbum/Pages/Index.cshtml @@ -5,116 +5,60 @@ ViewData["Title"] = "PhotoAlbum - Main page"; } -
- This is the main demo page of the PhotoAlbum sample .NET application of Cloudinary.
- Here you can see all images you have uploaded to this .NET application and find some information on how
- to implement your own .NET application storing, manipulating and serving your photos using Cloudinary!
-
- All of the images you see here are transformed and served by Cloudinary. - For instance, the logo and the poster frame. - They are both generated in the cloud using the Cloudinary shortcut functions: fetch_image_tag and facebook_profile_image_tag. - These two pictures weren't even have to be uploaded to Cloudinary, they are retrieved by the service, transformed, cached and distributed through a CDN. -
+
+ This is the main demo page of the PhotoAlbum sample .NET application of Cloudinary.
+ Here, you can see all the images you have uploaded to this .NET application and find some information on how to implement your own .NET application to store, manipulate, and serve your photos using Cloudinary.
+
+ All of the images you see here are transformed and served by Cloudinary. For instance, the logo and the poster frame. These images were not even uploaded to Cloudinary—they are retrieved by the service, transformed, cached, and distributed through a CDN. +
++ Cloudinary’s powerful functions like fetch_image_tag and facebook_profile_image_tag allow you to manipulate images effortlessly. +
+No photos were uploaded yet.
- } - else - { - foreach (var img in Model.Photos) - { -
-
- -
|
- }
- }
-
No photos were uploaded yet.
+ } + else + { + foreach (var img in Model.Photos) + { + + } + } +