Dotnet


Reading time: less than 1 minute

Download URLs

If you want to write scripts or container files that automatically download the dotnet SDK or runtime, you need a URL that can be used to discover download links for various versions and target platforms of dotnet.

Here’s an example URL for .NET 8.

https://dotnetcli.blob.core.windows.net/dotnet/release-metadata/8.0/releases.json

Container image for building dotnet apps

mcr.microsoft.com/dotnet/sdk:8.0

Logging

  • https://www.nuget.org/packages/Serilog

Useful links

  • https://learn.microsoft.com/en-us/dotnet/api/system.threading.cancellationtokensource.createlinkedtokensource
  • https://github.com/domaindrivendev/Swashbuckle.AspNetCore

Citation

If you find this work useful, please cite it as:
@article{yaltirakli,
  title   = "Dotnet",
  author  = "Yaltirakli, Gokberk",
  journal = "gkbrk.com",
  year    = "2024",
  url     = "https://www.gkbrk.com/dotnet"
}
Not using BibTeX? Click here for more citation styles.
IEEE Citation
Gokberk Yaltirakli, "Dotnet", October, 2024. [Online]. Available: https://www.gkbrk.com/dotnet. [Accessed Oct. 19, 2024].
APA Style
Yaltirakli, G. (2024, October 19). Dotnet. https://www.gkbrk.com/dotnet
Bluebook Style
Gokberk Yaltirakli, Dotnet, GKBRK.COM (Oct. 19, 2024), https://www.gkbrk.com/dotnet

Comments

© 2024 Gokberk Yaltirakli