BLOGOTHEK // Die aktuellsten Beiträge und Artikel der Österreichischen Blogs

Worüber bloggt Österreich? In der Blogothek könnt ihr die aktuellsten Beiträge der Österreichischen Blogs durchsuchen. Derzeit befinden sich Blogartikel zum Thema .net Core in der Blogothek, die natürlich immer direkt auf eure Blogs verlinken. Es sollte euch also mehr Traffic & neue Leser bringen! Stöbern und Neues entdecken, in der Blogheimat Blogothek!

Möchtet ihr dass eure Beiträge auch erscheinen? Anmelden, Blog verifizieren & unter "Blog verwalten" euer RSS Feed eintragen.
Möchtet ihr nicht hier erscheinen? Einfach unter "Blog verwalten" die Blogothek Sichtbarkeit auf nein stellen.
Fashion Film Fitness Food Lifestyle Kunst Musik Reisen Politik Social Media Sport Wirtschaft

Blogbeiträge zum Thema .net Core

Beitragsbild des Blogbeitrags Entity Framework Core – Table per Hierarchy

Entity Framework Core – Table per Hierarchy

The mature brother of Entity Framework Core, Entity Framework, supports several inheritance models – Table per Type (TPT), Table per concrete class (TPC), and Table per Hierarchy (TPH). Not a…

.NET CoreEntity Framework CoreEF CoreTPH
Beitragsbild des Blogbeitrags My new Website is ONLINE!

My new Website is ONLINE!

My new Website is online! It’s still not completely done (it never will be), but it was time to bring it online. What’s missing? Some course descriptions need to be updated, some course…

ASP.NET CoreAzureTrainingCN innovationCoachingConsultingDevelopment
Beitragsbild des Blogbeitrags Highlights of September 2016

Highlights of September 2016

September was a busy month – teaching a WPF training, a ASP.NET Core training, and giving two presentations at BASTA! .NET Core and UWP. What happened else? Some great announcements happened …

AzureConferenceProfessional C#UWP.NET CoreAngularASP.NET CoreBastaDockerTypeScript
Beitragsbild des Blogbeitrags .NET Core and Adaptive User Interfaces with XAML

.NET Core and Adaptive User Interfaces with XAML

At this year’s Basta! in Mainz I had two presentations: Vorteile von .NET Core und CLI und Adaptive Layouts mit XAML. Here are links to presentations, source code, and further information. Al…

.NET CoreConferenceUWP
Beitragsbild des Blogbeitrags Highlights of August 2016

Highlights of August 2016

After the highlights of July-2016, this is the second summary of the month. Again I’ll try to summarize my blog posts and twitter tweets from the previous month – things that have been …

.NET CoreAzureConferenceCSharpProfessional C#TrainingWPFC#C# 7.0Professional C# 6Universal Windows PlatformUWP
Beitragsbild des Blogbeitrags .NET Core Dependency Injection with Configuration

.NET Core Dependency Injection with Configuration

.NET Core uses dependency injection (DI) intensively, and thus a dependency injection framework is part of its core with Microsoft.Extensions.DependencyInjection. Configuration with .NET Core goes …

.NET CoreConfigurationdependency injectionDIMicrosoft.Extensions.DependencyInjection
Beitragsbild des Blogbeitrags BASTA! 2016 in Mainz

BASTA! 2016 in Mainz

September, 20th I’m back at BASTA! in Mainz, Germany – this time with two presentations. One is about adaptive layouts with the Universal Windows Platform (UWP), one about features of .…

.NET CoreUWPConferenceCLIBastaAdaptive LayoutsMainz
Beitragsbild des Blogbeitrags Self Contained .NET Core Applications

Self Contained .NET Core Applications

With .NET Core, applications can be deployed including the runtime, and the runtime can be used from the target system shared between different applications. Both of these options are possible. Thi…

.NET CorePortable applicationproject.jsonSelf-containedSelf-contained application
Beitragsbild des Blogbeitrags Problems using .NET Core with UWP?

Problems using .NET Core with UWP?

Probably you’ve issues using .NET Core libraries from Universal Windows Platform apps. If you get errors such as package restore failed, and issues such as detected package downgrade or not c…

.NET CoreUWPNETStandardPortable LibraryUniversal Windows Platform