{"id":25637231,"url":"https://github.com/emrecsk/azurestorage","last_synced_at":"2026-04-15T16:31:38.886Z","repository":{"id":275752970,"uuid":"707650913","full_name":"emrecsk/AzureStorage","owner":"emrecsk","description":".NET MVC application for managing Azure Storage (Queues, Tables, Blobs) using the Azure Storage SDK.","archived":false,"fork":false,"pushed_at":"2025-02-04T12:43:10.000Z","size":32639,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-23T01:21:18.949Z","etag":null,"topics":["aspnet-mvc","azure","azure-blob","azure-queues","azure-storage","azure-tables","cloud-computing","csharp","learning-project","software-development"],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/emrecsk.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-10-20T11:06:30.000Z","updated_at":"2025-02-04T12:46:20.000Z","dependencies_parsed_at":"2025-02-04T12:41:31.748Z","dependency_job_id":null,"html_url":"https://github.com/emrecsk/AzureStorage","commit_stats":null,"previous_names":["emrecsk/azurestorage"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/emrecsk/AzureStorage","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/emrecsk%2FAzureStorage","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/emrecsk%2FAzureStorage/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/emrecsk%2FAzureStorage/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/emrecsk%2FAzureStorage/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/emrecsk","download_url":"https://codeload.github.com/emrecsk/AzureStorage/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/emrecsk%2FAzureStorage/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":271751896,"owners_count":24814702,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-23T02:00:09.327Z","response_time":69,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["aspnet-mvc","azure","azure-blob","azure-queues","azure-storage","azure-tables","cloud-computing","csharp","learning-project","software-development"],"created_at":"2025-02-23T01:19:42.715Z","updated_at":"2026-04-15T16:31:33.867Z","avatar_url":"https://github.com/emrecsk.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Azure Storage Management with .NET MVC\n\nThis repository demonstrates how to interact with Azure Storage services using the Azure Storage SDK within a .NET MVC web application.  It provides functionalities for managing Storage Queues, Tables, and Blobs, showcasing practical cloud development skills.\n\n## Table of Contents\n\n* [Project Overview](#project-overview)\n* [Technical Stack](#technical-stack)\n* [Architecture](#architecture)\n* [Key Features](#key-features)\n* [Azure Storage Interactions](#azure-storage-interactions)\n* [Future Enhancements](#future-enhancements)\n\n## Project Overview\n\nThis project provides a hands-on example of how to leverage Azure Storage services within a .NET MVC web application. Users can perform CRUD operations on Azure Storage entities, demonstrating essential cloud development skills. The application covers managing Storage Queues, Tables, and Blobs, providing a comprehensive overview of Azure Storage capabilities.\n\n## Technical Stack\n\n* **.NET:** .NET 8\n* **ASP.NET MVC:** Implementation of the Model-View-Controller design pattern.\n* **Azure Storage SDK:**  Library for interacting with Azure Storage services.\n* **Semantic Kernel:** (1.0.0-beta3) - For integrating chat assistant capabilities.\n\n## Architecture\n\nThe project follows a standard MVC architecture and two layers for storage processes. \n\n* **Models in Storage Library Layer:** Contains the data models representing the entities stored in Azure Storage (e.g., Queue messages, Table entities, Blob metadata).\n* **Views:** Handles the user interface and presentation logic.\n* **Controllers:** Manages user interactions and interacts with the Azure Storage SDK to perform operations on Storage Queues, Tables, and Blobs.\n\n## Key Features\n\n* **Azure Storage Queue Management:** Create, delete, and manage Azure Storage Queues.\n* **Azure Storage Table Operations:** Perform CRUD operations on Azure Storage Tables (Create, Read, Update, Delete).\n* **Azure Storage Blob Management:** Upload, download, and manage Azure Storage Blobs (including listing blobs, setting metadata, etc.).\n* **Uses Azure Storage SDK:** Demonstrates proper usage of the Azure Storage SDK for .NET.\n* **Asynchronous Operations:** Asynchronous methods for improved performance.\n* **Semantic Kernel Integration:**  Integrates Semantic Kernel for chat assistant functionality (This is for integration of AI capabilities to a project).\n\n## Azure Storage Interactions\n\nThe project demonstrates how to perform the following actions with Azure Storage:\n\n* **Queues:** Creating queues, adding messages, retrieving messages, deleting messages, deleting queues.\n* **Tables:** Creating tables, inserting entities, retrieving entities, updating entities, deleting entities, querying tables.\n* **Blobs:** Uploading blobs, downloading blobs, listing blobs, deleting blobs, setting metadata, getting metadata.\n\n## Future Enhancements\n\n* **Error Handling:** Implement robust error handling and logging.\n* **Security Best Practices:** Incorporate security best practices for accessing Azure Storage.\n* **Unit Tests:** Add unit tests to ensure code quality and correctness.\n* **Configuration Management:** Implement proper configuration management for Azure Storage connection strings.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Femrecsk%2Fazurestorage","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Femrecsk%2Fazurestorage","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Femrecsk%2Fazurestorage/lists"}