This repository is supposed to help me aggregate and browse through interesing links (articles mainly) I come across on daily basis, so I can easily come back to them when they might come in handy.
Please feel free to contribute by creating a pull request ;)
- https://msdn.microsoft.com/en-us/magazine/mt833477.aspx
- https://medium.com/capgemini-dynamics-365-team/future-of-net-net-5-microsoft-build-2019-from-a-net-developer-point-of-view-7a1158fb0691
- https://kudchikarsk.com/null-coalescing-operator-csharp
- https://blog.pipe01.me/2019/08/conditionalweaktable-what-does-it-do.html
- https://kudchikarsk.com/tasks-in-csharp/task-parallelism-c/
- https://kudchikarsk.com/tasks-in-csharp/async-await-c/
- https://cezarypiatek.github.io/post/avoid-multithreading-traps-p1
- https://www.thecodepainter.co.uk/blog/2019113/hackingcsharp_arrayadjust
- http://www.developer.net.pl/programowanie/c-8/
- https://dev.to/dotnet/what-s-the-big-deal-with-iasyncenumerable-t-in-net-core-3-1eii
- https://devblogs.microsoft.com/dotnet/try-out-nullable-reference-types
- https://devblogs.microsoft.com/visualstudio/visual-studio-tips-and-tricks
- https://kudchikarsk.com/memory-leak-c
- https://devblogs.microsoft.com/visualstudio/refactoring-made-easy-with-intellicode/
- https://michaelscodingspot.com/performance-problems-in-csharp-dotnet
- https://devstyle.pl/2018/09/24/orm-vs-sql/
- https://mariusgundersen.net/type-dictionary-trick/
- https://www.stevejgordon.co.uk/using-high-performance-dotnetcore-csharp-techniques-to-base64-encode-a-guidA
- https://dotnettips.wordpress.com/2019/07/08/performance-tip-for-vs-foreach-in-microsoft-net/
- https://medium.com/@alexyakunin/geting-4x-speedup-with-net-core-3-0-simd-intrinsics-5c9c31c47991
- https://medium.com/asos-techblog/maximising-net-core-api-performance-11ad883436c
- https://blog.marcgravell.com/2019/08/prefer-valuetask-to-task-always-and.html
- Pipes https://habr.com/en/post/466137/
- https://michaelscodingspot.com/performance-counters/
- https://cezarypiatek.github.io/post/effective-mocking/
- https://www.codeproject.com/Articles/5163223/Test-Driven-Development-In-Csharp
- https://indexoutofrange.com/Stop-trying-to-mock-the-ILogger-methods
- https://dariuszwozniak.net/posts/kurs-tdd-19-mock-stub-fake-spy-dummy
- https://blog.stevensanderson.com/2019/08/29/blazor-unit-testing-prototype/
- Testing/mocking ILogger https://christianfindlay.com/2020/07/03/ilogger/
- https://dotnetcoretutorials.com/2019/06/20/publishing-a-single-exe-file-in-net-core-3-0
- https://devblogs.microsoft.com/dotnet/write-better-code-faster-with-roslyn-analyzers/
- http://underscorehao.net/2019/07/auto-refreshing-cache-in-dotnet/
- https://devblogs.microsoft.com/aspnet/httprepl-a-command-line-tool-for-interacting-with-restful-http-services/
- https://michaelscodingspot.com/logging-in-dotnet
- https://github.com/Tyrrrz/CliFx
- https://www.mnie.me/2019-09-02-appInsightsLogging/
- https://jimbuck.io/building-desktop-apps-with-blazor/
- https://michaelscodingspot.com/pipeline-pattern-implementations-csharp
- https://github.com/kgrzybek/modular-monolith-with-ddd
- https://www.dofactory.com/net/design-patterns
- https://apiumhub.com/tech-blog-barcelona/the-circuit-breaker-pattern
- https://www.gustavwengel.dk/csharp-static-factory-vs-constructor
- https://engineering.videoblocks.com/web-architecture-101-a3224e126947
- https://alexpareto.com/scalability/systems/2020/02/03/scaling-100k.html
- https://sekurak.pl/protokol-http-podstawy/
- https://sekurak.pl/protokol-http-2-czyli-szybciej-ale-czy-rowniez-bezpieczniej/
-
https://developer.okta.com/blog/2019/10/21/illustrated-guide-to-oauth-and-oidc
-
https://www.andrew-best.com/posts/learn-auth-the-hard-way-part-one/