Posts tagged with ".NET Core"

WPF and .NET Generic Host with .NET Core 3.0

Sep 3, 2019

I like very much the idea of a .NET Generic Host in the MSDN documentation:

An object that encapsulates an app's resources, such as:

  • Dependency injection (DI)
  • Logging
  • Configuration
  • IHostedService implementations

Continue reading

WPF and IOC on .NET Core 3.0

Apr 18, 2019

At work, we are planning to migrate our WPF application from .NET Framework 4.7 to .NET Core 3.0. The main reason for doing so is that it was always a big pain to organize the updates of the .NET Framework on our customer machines. So being able to bundle .NET Core with our application is a big plus for us. Then, for sure, we are looking for the performance improvements brought by .NET Core and finally the new capabilities brought by the fast pace of innovation of .NET Core.

Continue reading

Dynamically compile and run code using .NET Core 3.0

Feb 18, 2019

Let' see in this blog post the new possibility offered by .NET Core 3.0 preview 2 to load and unload assemblies at run time using AssemblyLoadContext.

Continue reading

.NET Core Community online Hackathon

Jun 6, 2018

On Saturday, June 2, 2018, I had the chance to participate in the .NET Core Community online Hackathon.

As I got up really early this Saturday morning, I took the opportunity to participate. My goal was to see something new and learn a bit about how .NET Core is built and gain some new experience.

Continue reading

Page 1 of 2