Worüber bloggt Österreich? In der Blogothek könnt ihr die aktuellsten Beiträge der Österreichischen Blogs durchsuchen. Derzeit befinden sich Blogartikel zum Thema entity framework 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 nicht hier erscheinen? Einfach unter "Blog verwalten" die Blogothek Sichtbarkeit auf nein stellen.
Blogbeiträge zum Thema entity framework core

Highlights of November 2016

Time is running. In special I can see this how my children grow. November-2016 passed by, and it was a great month. From a technology standpoint the best news have been coming from Microsoft’…
.NET CoreASP.NET CoreBookEntity Framework CoreProfessional C#TrainingUWP.NET Standard3DEFCoreHourofcodeVisual Studio
Entity Framework Core – Unit Testing

For easier unit testing, Entity Framework Core offers a memory-based povider. You can use the same context you use with SQL Server (or other providers) with the memory-based provider. This article …
.NET CoreEntity Framework Coredependency injectionDIEF CoreUnit Testing
Mapping to Getter-only Properties with EF Core

One of the new features of Entity Framework Core 1.1 is that it allows mapping to fields. This is extremely useful when properties only have a get accessor. Previously, with properties get and set …
.NET CoreEntity Framework CoreEF CoreEF Core 1.1Mapping
Highlights of October 2016

October was another great month. Probably the hottest news have been the announcements from Microsoft on Oct, 26th, but there was much more! Link in the previous months, I’m collecting the hi…
.NET CoreCSharpEntity Framework CoreProfessional C#TrainingUWP3DAzureC#C# 7.0DockerEF CoreJSONXML
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
Workshop – ASP.NET Core Websites and Services

September 12, 2016 I’m teaching a 5-day ASP.NET Core Workshop in Vienna – this will be a great week covering new technology :-) ASP.NET Core is a great new technology from Microsoft. We…
.NET CoreASP.NET CoreTrainingASP.NET MVCASP.NET MVC 6ASP.NET MVC CoreEF CoreEntity Framework CoreWorkshop
What is .NET Core?

.NET Core 1.0 is released, but what is .NET Core really? This article steps into the framework, ASP.NET Core, the runtime, the tools, and the .NET Standard. Framework .NET Core is a new .NET Framew…
.NET CoreASP.NET CoreASP.NET MVCCLIdotnetEntity Framework CoreNETStandard