Skip to content

Instantly share code, notes, and snippets.

View seesharprun's full-sized avatar

Sidney Andrews seesharprun

View GitHub Profile
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net6.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
</Project>
@seesharprun
seesharprun / readme.md
Last active April 7, 2022 20:06
[Show Notes] Improve your .NET developer workflow with Docker and Visual Studio Code

Improve your .NET developer workflow with Docker and Visual Studio Code

Docker & .NET

.NET Dockerfile

dotnet --version
dotnet --list-sdks
dotnet --info
@seesharprun
seesharprun / readme.md
Last active March 23, 2022 16:26
Azure Resource Manager demos (CLI, JSON, and Bicep)
@seesharprun
seesharprun / readme.md
Last active April 6, 2022 16:45
Authoring DevOps pipelines using YAML in GitHub Actions
@seesharprun
seesharprun / readme.md
Last active April 6, 2022 17:59
Automating the deployment of Azure Resource Manager templates in your DevOps workflow

Demos

Init app

dotnet new webapp
dotnet new gitignore
@seesharprun
seesharprun / readme.md
Last active March 23, 2022 16:57
Deploying Azure services using Azure Resource Manager from the CLI and templates
@seesharprun
seesharprun / readme.md
Created June 30, 2020 14:48
Creating & Downloading Blobs Using the Azure SDK for .NET

Creating & Downloading Blobs Using the Azure SDK for .NET

Summary

The newest Azure SDK for .NET includes include a client library that you can use to manage your Azure Blob Storage containers and blobs from C# code. In this guide, we will look at how you can get started with the latest version of this SDK.

⚠️ This guide is based on the latest version (v12) of the Azure Blob Storage client library. If you have worked with previous versions, some class and member names may have changed.

Getting the Azure.Storage.Blobs Library from NuGet

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.