diff --git a/docs/dotnet/package-management.md b/docs/dotnet/package-management.md index 3def3b3d..d3dc64b8 100644 --- a/docs/dotnet/package-management.md +++ b/docs/dotnet/package-management.md @@ -23,6 +23,9 @@ - [NuGet Central Package Management Comes To JetBrains Rider](https://blog.jetbrains.com/dotnet/2022/11/07/nuget-central-package-management-comes-to-jetbrains-rider/) - [Ensuring best practices for NuGet packages](https://www.meziantou.net/ensuring-best-practices-for-nuget-packages.htm) - [Package authoring best practices](https://learn.microsoft.com/en-us/nuget/create-packages/package-authoring-best-practices) +- [The .editorconfig files for .NET developers](https://blog.ndepend.com/the-editorconfig-files-for-net-developers/) +- [Understand Directory.Build.props: Centralizing .NET Project Configurations](https://blog.ndepend.com/directory-build-props/) + ## Videos - [PM on the NuGet team at Microsoft - Claire Novotny - NDC London 2022](https://youtu.be/C_2BStepVKw?t=3102) - [NuGet PackageReference Versions SOLUTION Wide](https://www.youtube.com/watch?v=GolKKJmqxoc) diff --git a/docs/github/git.md b/docs/github/git.md index aa871104..7a6891c8 100644 --- a/docs/github/git.md +++ b/docs/github/git.md @@ -16,6 +16,8 @@ - [How to merge a specific commit into another branch](https://dev.to/iamafro/how-to-merge-a-specific-commit-into-another-branch--oak) - [Using Git in JetBrain Rider](https://www.jetbrains.com/help/rider/Using_Git_Integration.html) - [How does git work?](https://steven-giesel.com/blogPost/327faa1b-3802-4e48-bf39-8b06590da57b) +- [Make advanced Git tasks simple with Lazygit](https://opensource.com/article/20/3/lazygit) +- [Get up to speed with partial clone and shallow clone](https://github.blog/2020-12-21-get-up-to-speed-with-partial-clone-and-shallow-clone/) ## 📺 Videos - [Git and GitHub Tutorials for Beginners! Playlist - TheCodex](https://www.youtube.com/playlist?list=PLB5jA40tNf3v1wdyYfxQXgdjPgQvP7Xzg) @@ -49,6 +51,7 @@ - [Git for Professionals Tutorial - Tools & Concepts for Mastering Version Control with Git](https://www.youtube.com/watch?v=Uszj_k0DGsg) - [Advanced Git Tutorial - Interactive Rebase, Cherry-Picking, Reflog, Submodules and more](https://www.youtube.com/watch?v=qsTthZi23VE) - [Version Control - Rider Essentials](https://www.youtube.com/watch?v=_fTwymtpg78) + ## Libraries - [nvie/git-toolbelt](https://github.com/nvie/git-toolbelt) - A suite of useful Git commands that aid with scripting or every day command line usage - [Bhupesh-V/ugit](https://github.com/Bhupesh-V/ugit) - ugit helps undo git commands. Your damage control git buddy. Undo from 19+ git scenarios. diff --git a/docs/httpclient.md b/docs/httpclient.md index 62a7a0ac..6903360b 100644 --- a/docs/httpclient.md +++ b/docs/httpclient.md @@ -46,6 +46,8 @@ - [SOCKS Proxy Support In C# .NET](https://dotnetcoretutorials.com/2021/07/11/socks-proxy-support-in-net/) - [HTTP client and HTTP client factory in integration testing](https://milestone.topics.it/2021/11/10/http-client-factory-in-integration-testing.html) - [Refactor your .NET HTTP Clients to Typed HTTP Clients](https://timdeschryver.dev/blog/refactor-your-net-http-clients-to-typed-http-clients) +- [A Guide to OpenAPI Client Generation with Kiota. Introduction (Part 1)](https://nikiforovall.github.io/dotnet/aspnetcore/2024/03/22/kiota-guide-introduction.html) +- [A Guide to OpenAPI Client Generation with Kiota. Deep dive (Part 2)](https://nikiforovall.github.io/dotnet/aspnetcore/2024/03/24/kiota-guide-deep-dive.html) ## 📺 Videos - [JustEat's HttpClient Interception library - Adam Storr](https://www.youtube.com/watch?v=-u5wriRZ-ms)