Creating storage accounts and blob containers using Azure fluent API-s
A guide to creating Azure storage accounts and blob containers using the clean, readable Azure Fluent API, including setup and code examples.
Gunnar Peipman is an experienced software developer and long-time Microsoft MVP from Tallinn, specializing in .NET and Microsoft technologies. He actively shares knowledge through blogs, forums, and developer communities.
25 articles from this blog
A guide to creating Azure storage accounts and blob containers using the clean, readable Azure Fluent API, including setup and code examples.
A technical guide on configuring Microsoft SQL Server to store its data and log files directly on Azure Blob Storage, covering setup and benefits.
A guide to integrating data from MSSQL linked servers into Entity Framework Core applications using database views.
A technical guide on setting up and using a Linked Server in SQL Server to query data from a MySQL database.
A technical guide on implementing a repository-like querying interface directly within an Entity Framework Core DbContext, avoiding custom repository classes.