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 Data Seeding with EF Core

Data Seeding with EF Core

One of the new EF Core 2.1 features is seeding of data. Contrary to the older version of Entity Framework, seeding with EF Core works together with migrations. This article shows how data seeding c…

.NET CoreEntity Framework CoreEF CoreEF Core 2.1Seed
Beitragsbild des Blogbeitrags First experiments using EF Core with Azure Cosmos DB

First experiments using EF Core with Azure Cosmos DB

Entity Framework Core (EF Core) was designed to not being a framework for only relational databases. It just takes some time to get the first non-relational providers. Now is the time. Microsoft no…

.NET CoreAzureEntity Framework CoreAzure Cosmos DBCosmos DBEF Core
Beitragsbild des Blogbeitrags Disposing Injected Services (or: Using Dependency Injection Scopes)

Disposing Injected Services (or: Using Dependency Injection Scopes)

The DI container Microsoft.Extensions.DependencyInjection disposes registered services automatically. It’s just the question when the dispose takes place. Automatic dispose of transient and s…

.NET CoreArchitectureUWPWPFXamarinXAMLdependency injectionIDisposable
Beitragsbild des Blogbeitrags Library Manager to manage Client-side Packages

Library Manager to manage Client-side Packages

With Visual Studio 2017 15.8 the Library Manager is released! This feature of Visual Studio allows to manage client side libraries with Web applications. It’s not just another library manager…

ASP.NET CoreLibrary ManagerVisual Studio
Beitragsbild des Blogbeitrags Using Azure Active Directory B2C with ASP.NET Core

Using Azure Active Directory B2C with ASP.NET Core

ASP.NET Core and Azure Active Directory B2C offers easy ways for identity management. It’s great functionality out of the box.

ASP.NET CoreAzureActive DirectoryB2CIdentity
Beitragsbild des Blogbeitrags ASP.NET Core Identity Pages with ASP.NET Core 2.1

ASP.NET Core Identity Pages with ASP.NET Core 2.1

Creating a ASP.NET Core 2.1 project with identity configured you might miss controllers and many views that all have been available with ASP.NET Core 2.0 projects. All this functionality has been p…

ASP.NET CoreASP.NET Core 2.1AuthenticationIdentityRazor
Beitragsbild des Blogbeitrags .NET Core Current and Long Term Support Levels

.NET Core Current and Long Term Support Levels

.NET Core gives two support options: Long Term Support (LTS) and Current. .NET Core adapted behaviors similar with other open source frameworks and platforms. What does this mean, what should you d…

.NET Core.NET Core 2.1LTS
Beitragsbild des Blogbeitrags .NET Core Current and Long Time Support Levels

.NET Core Current and Long Time Support Levels

.NET Core gives two support options: Long Term Support (LTS) and Current. .NET Core adapted behaviors similar with other open source frameworks and platforms. What does this mean, what should you d…

.NET Core.NET Core 2.1LTS
Beitragsbild des Blogbeitrags Bower or Library Manager?

Bower or Library Manager?

With Visual Studio 15.7 it was planned to have Library Manager available to manage client side libraries with Web applications. However, Library Manager was delayed to version 15.8 of Visual Studio…

ASP.NET CoreBowerLibrary ManagerPackage ManagerVisual StudioVisual Studio 2017