-
Notifications
You must be signed in to change notification settings - Fork 1
lang@dotnet@netstandard
-
Fun:
- Single-file executables in .NET Core 3: https://blog.magnusmontin.net/2019/09/22/single-file-exes-in-net-core/
- VS2019 Support: https://devblogs.microsoft.com/visualstudio/dot-net-core-support-in-visual-studio-2019-version-16-3/
- Winforms Designer for .NET Core 3:
- Porting desktop apps to .NET Core: https://devblogs.microsoft.com/dotnet/porting-desktop-apps-to-net-core/
-
System.IO.Pipelines
: - .NET Core and systemd
- Building Microservices On .NET Core – Part 6 Real time server client communication with SignalR and RabbitMQ
- How do I find which directory my .NET Core console application was started in or is running from?
-
Example of a simple .NET Core Console App
- And the accompanying article: http://wildermuth.com/2020/08/02/NET-Core-Console-Apps---A-Better-Way
- https://www.cafe-encounter.net/p2312/multi-targetting-net-framework-and-net-core-in-a-single-project
- Calling C# natively from Rust: https://medium.com/@chyyran/calling-c-natively-from-rust-1f92c506289d
-
SxS installs: https://www.hanselman.com/blog/SideBySideUserScopedNETCoreInstallationsOnLinuxWithDotnetinstallsh.aspx
-
.NET Core 'primitives' series:
-
Deep-dive into .NET Core primitives:
- deps.json, runtimeconfig.json, and dll's: https://natemcmaster.com/blog/2017/12/21/netcore-primitives/
- the shared framework: https://natemcmaster.com/blog/2018/08/29/netcore-primitives-2/
- runtimeconfig.json in depth: https://natemcmaster.com/blog/2019/01/09/netcore-primitives-3/
-
https://jmezach.github.io/2017/10/29/having-fun-with-the-.net-core-generic-host/
-
https://docs.microsoft.com/en-us/aspnet/core/fundamentals/host/hosted-services?view=aspnetcore-2.1
-
https://thinkrethink.net/2018/08/02/hostbuilder-ihost-ihostedserice-console-application/
-
https://thinkrethink.net/2018/02/21/asp-net-core-background-processing/
-
https://garywoodfine.com/ihost-net-core-console-applications/
-
Scheduled: https://thinkrethink.net/2018/05/31/run-scheduled-background-tasks-in-asp-net-core/
-
Scoped: https://thinkrethink.net/2018/07/12/injecting-a-scoped-service-into-ihostedservice/
-
Windows Service:
-
Linux Service (init.d, systemd):
-
Support of systemd in .NET Core 3.0:
- http://piotrgankiewicz.com/2018/07/05/net-core-microservices-dshop/
- http://piotrgankiewicz.com/2018/07/09/net-core-microservices-theory-dshop-solution-structure/
- http://piotrgankiewicz.com/2017/03/13/net-core-continuous-deployment-part-i-travis-ci-integration/
- Self-contained: https://www.danielcrabtree.com/blog/496/net-core-self-contained-and-framework-dependent-deployments-explained
- Multi-targetting: https://nicksnettravels.builttoroam.com/post/2018/08/08/Speed-up-development-with-Multi-Targeted-Visual-Studio-Projects.aspx
- https://github.com/mholo65/depends
- https://oren.codes/2018/07/03/create-and-pack-reference-assemblies/
- https://oren.codes/2018/07/09/create-and-pack-reference-assemblies-made-easy/
- https://github.com/onovotny/MSBuildSdkExtras