Blank Video Poster

Working with Google Cloud Storage for ASP.NET Core 6 Applications (Hands-on Tutorial)

Oct 13, 2022

tutlinks.com

Author: Navule Pavan Kumar Rao. Detailed Article: https://tutlinks.com/google-cloud-storage-asp-net-core/ In this detailed video, we will learn how to work with Google Cloud Storage for ASP.NET Core 6 Web applications. This is the real time demonstration of performing file based CRUD operations directly on to the Google Cloud Storage. You can follow along with this tutorial if you have a GCP account. It's free to sign up and you will get $300 Credit if you sign up with your credit card. The file CRUD operations on a Google Cloud Storage Bucket demonstrated in this video performs the following in a step-by-step approach with real demonstration. Create - Uploading a file to Google Cloud Storage Bucket, Read - Retrieving a signed URL of a file from GCS Bucket, Update - Delete and Upload a.k.a replace a file in GCS Bucket Delete - Removing a file from a GCS Bucket This real-time Hands on tutorial is divided in to four parts as described below. Part 1 - GCP Setup Part 2 - Create and Set up ASP.NET Core 6 MVC with EF Core project Part 3 - Implement Cloud Storage Service to perform upload, delete and read files from GCP Cloud Storage Part 4 - Implement MVC application to handle file uploads on GCP Cloud Storage Part 4.1 - Implement MVC for Create View with File Upload functionality to Cloud Storage Part 4.2 - Implement MVC for Details View with Show file from Signed URL of a file in Cloud Storage Part 4.3 - Implement MVC for Edit View with File Delete & Upload (replace) functionality to Cloud Storage Part 4.4 - Implement MVC for Delete View with File Delete functionality from Cloud Storage
#Software #Operating Systems #Web Services #Cloud Storage