This example shows how EF Core Domain, DAL and BLL structures can be implemented and how this structures can be utilized by both ASP.NET MVC Web app and WPF app. There is only one example entity - ...
This is a simplest example of building a form with rounded corners with WPF. This tecnique relies on AllowsTransparency property of WPF window. While it is the easiest way to achieve desired behavior ...