Showing tag results for .NET Core

Nov 16, 2017
Post comments count0
Post likes count0

UPDATE – Microservices and Docker containers: Architecture, Patterns and Development guidance (Updated for .NET Core 2.0)

Cesar De la Torre

Nov. 15th 2017 update Earlier this year, we published this eBook/guide and sample application offering guidance for architecting microservices and Docker containers based applications. We have recently published updates to the eBook (2nd edition) and sample application to bring them in line with the latest releases of .NET Core 2.0 and many other ...

.NET
Nov 16, 2017
Post comments count0
Post likes count0

UPDATE – Web Applications with ASP.NET Core Architecture and Patterns guidance (Updated for ASP.NET Core 2)

Cesar De la Torre

Nov. 15th 2017 update Earlier this year, we published an eBook/Guide and sample application offering guidance named Architecting Modern Web Applications with ASP.NET Core and Microsoft Azure. We have recently published updates to the eBook (2nd edition) and sample application to bring them in line with the latest releases of ASP.NET Core 2.0 and E...

.NET
Nov 15, 2017
Post comments count0
Post likes count0

Announcing F# support for .NET Core and .NET Standard projects in Visual Studio

Phillip Carter

We're pleased to announce that Visual Studio 2017 15.5 Preview 4 now supports F# projects targeting .NET Core, .NET Standard, and .NET Framework through the .NET Core SDK. Some of you have noticed various levels of this support in the first, second, and third previews. We still had a few work items left to complete when those were released, so we d...

.NET.NET CoreVisual Studio
Oct 31, 2017
Post comments count1
Post likes count0

Introducing API Analyzer

Immo Landwerth

This post was written by Olia Gavrysh. Have you ever wondered which APIs are deprecated and which should you use instead? Or have you ever used an API and then found out it didn't work on Mac or Linux? Have that ever happened to you too late when a major part of your code is already implemented and refactoring is way too hard? Both of these prob...

.NET
Sep 26, 2017
Post comments count0
Post likes count1

Build a web service with F# and .NET Core 2.0

Phillip Carter

Earlier this year, I wrote about an update to the roadmap for F# and .NET Core. I had mentioned that there were a number of things you could build with F# and .NET Core today, such as web services. In this post, I'll walk through building a web service with F# and .NET Core 2.0 using the Giraffe library. It's also worth noting that Giraffe is no...

.NETASP.NET.NET Core
Aug 14, 2017
Post comments count0
Post likes count1

F# and .NET Core Roadmap Update

Phillip Carter

Now that .NET Core 2.0 has been released, we wanted to take some time to talk about F# and .NET Core. F# and .NET Core 1.0 F# has been supported on .NET Core and .NET Standard since their 1.0 releases. In the months leading up to the release of .NET Core 1.0, Enrico Sada from the F# community worked with us and other teams at Microsoft to add supp...

.NET.NET CoreF#
Aug 14, 2017
Post comments count0
Post likes count1

Announcing .NET Standard 2.0

Immo Landwerth

The .NET Standard 2.0 specification is now complete. It is supported in .NET Core 2.0, in the .NET Framework 4.6.1 and later versions, and in Visual Studio 15.3. You can start using .NET Standard 2.0 today. While this post demos .NET Standard in C#, it's also supported in Visual Basic and F#. For more details, take a look at the .NET Standard docu...

.NET
Aug 14, 2017
Post comments count0
Post likes count0

Announcing Entity Framework Core 2.0

Diego Vega

Today we are releasing the final version of Entity Framework Core 2.0, alongside .NET Core 2.0 and ASP.NET Core 2.0. Entity Framework (EF) Core is the lightweight, extensible, and cross-platform version of Entity Framework, the popular Object/Relational Mapping (O/RM) framework for .NET. Getting the bits Prerequisites In order to develop .NET...

Entity Framework
Aug 9, 2017
Post comments count0
Post likes count0

Web Applications with ASP.NET Core Architecture and Patterns guidance (Updated for .NET Core 2.0)

Cesar De la Torre

Updated for ASP.NET Core 2.0 (Nov. 15th 2017) Earlier this year, we published this eBook/Guide and sample application offering guidance for Architecting Modern Web Applications with ASP.NET Core and Microsoft Azure. We have recently published updates to the eBook (2nd edition) and sample application to bring them in line with the latest releases ...

.NET
Aug 2, 2017
Post comments count0
Post likes count0

Microservices and Docker containers: Architecture, Patterns and Development guidance (Updated for .NET Core 2.0)

Cesar De la Torre

Updated for .NET Core 2.0 "wave" of technologies (Nov. 15th 2017) Earlier this year, we published this eBook and sample application offering guidance for architecting microservices and Docker containers based applications. We have recently published updates to the eBook (2nd edition) and sample application to bring them in line with the lates...

.NET