First hands-on with .NET Core 3.0 Preview 4 and WPF
Posted on.NET Core 3.0 Preview 4 was released! For the first time .NET Core also includes Desktop stacks (WinForms, WPF, UWP). Let’s check how WPF runs on .NET Core 3 Preview 4.
.NET Core 3.0 Preview 4 was released! For the first time .NET Core also includes Desktop stacks (WinForms, WPF, UWP). Let’s check how WPF runs on .NET Core 3 Preview 4.
NuGet is awesome package manager for Microsoft development platform. It’s everywhere in the .NET ecosystem. With NuGet, package dependency management is really easy task! Creating standard NuGet package is very simple. I wanted to create NuGet package to deploy file and mark this file as “Copy Always” in C# project.
Here and there I get a need to clean up my working machines in order to wipe trash, clean “hidden” artifacts, remove unwanted tools, etc. I can effort to do this (more frequently as I could normally) because: Have all raw data stored on cloud storage or on (encrypted) partitions different as system partition. Have […]