Visual Studio 2017 and Visual Studio 2015 with .NET Core
.NET Core is still at it’s beginning. We already had some released of .NET Core (1.0, 1.0.1, 1.0.2, 1.0.3, 1.1), … Continue reading Visual Studio 2017 and Visual Studio 2015 with .NET Core
Christian Nagel and the CN innovation team about .NET Aspire, C#, Azure, ASP.NET Core, WinUI, .NET MAUI, and more
.NET Core is still at it’s beginning. We already had some released of .NET Core (1.0, 1.0.1, 1.0.2, 1.0.3, 1.1), … Continue reading Visual Studio 2017 and Visual Studio 2015 with .NET Core
I wish all the readers of my blog A Happy New Year 2017!! May all your wishes come true! What … Continue reading Welcome 2017 – The Year of 3D?
2016 was the year when David Bowie, Glenn Frey, Keith Emerson, Prince, Muhammad Ali, Gene Wilder, Leonhard Cohen, Sharon Jones, … Continue reading 2016 – The Year of the Command-Line
At an MVVM workshop a question was asked how tabs can be opened dynamically within a tab control – using … Continue reading Open Tab Items Dynamically with WPF
Time is running. In special I can see this how my children grow. November-2016 passed by, and it was a … Continue reading Highlights of November 2016
For easier unit testing, Entity Framework Core offers a memory-based povider. You can use the same context you use with … Continue reading Entity Framework Core – Unit Testing
Your UWP application can be activated using a link to your Website. For example, clicking on http://www.linkedin.com can open the … Continue reading Deep Linking with UWP
One of the new features of Entity Framework Core 1.1 is that it allows mapping to fields. This is extremely … Continue reading Mapping to Getter-only Properties with EF Core
October was another great month. Probably the hottest news have been the announcements from Microsoft on Oct, 26th, but there … Continue reading Highlights of October 2016
The mature brother of Entity Framework Core, Entity Framework, supports several inheritance models – Table per Type (TPT), Table per … Continue reading Entity Framework Core – Table per Hierarchy