-
Notifications
You must be signed in to change notification settings - Fork 3.7k
New Community Article: "Where and How to Store Your BLOB Objects in .NET?" #23827
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR adds a new community article about BLOB storage options in .NET applications, specifically focusing on ABP Framework's BLOB Storing infrastructure. The article provides a comprehensive guide on different storage approaches (database, file system, and cloud) with practical examples.
- Covers three main BLOB storage approaches with their pros/cons
- Provides step-by-step implementation guide using ABP Framework's Database Provider
- Demonstrates advanced features like provider switching and named containers
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
.../en/Community-Articles/2025-09-30-Where-and-How-to-Store-Your-BLOB-Objects-in-dotnet/POST.md
Outdated
Show resolved
Hide resolved
.../en/Community-Articles/2025-09-30-Where-and-How-to-Store-Your-BLOB-Objects-in-dotnet/POST.md
Outdated
Show resolved
Hide resolved
|
Images automagically compressed by Calibre's image-actions ✨ Compression reduced images by 83.2%, saving 959.8 KB.
|
Co-authored-by: Copilot <[email protected]>
…our-BLOB-Objects-in-dotnet/POST.md Co-authored-by: Copilot <[email protected]>
|
Images automagically compressed by Calibre's image-actions ✨ Compression reduced images by 17.4%, saving 33.7 KB.
|
Description
Resolves https://github.com/volosoft/vs-internal/issues/7127
Checklist