About 50 results
Open links in new tab
  1. Differences between .NET vs .NET Core vs .NET Standard vs .NET ...

    Jul 23, 2023 · .NET Standard is an in-between library that allows code to be shared between .NET Framework and .NET Core. In theory, if you compile code to .NET Standard, it should be compatible …

  2. What is ".NET Core"? - Stack Overflow

    Nov 13, 2014 · Recently in an official .NET Framework Blog it was announced that .NET Core is going open source. Ironically, the author mentions that what .NET Core is will be explained in the next post. …

  3. Can I generate script of a migration with EF code first and .net core

    I'm building a MVC application with .Net Core and I need to generate the script of a migration. With EF6 I did run the command update-database -script but when I try to do the same with .net Core is

  4. .NET Core vs ASP.NET Core - Stack Overflow

    Feb 26, 2020 · What exactly is the difference between .NET Core and ASP.NET Core? Are they mutually exclusive? I heard ASP.NET Core is built on .NET Core, but it can also be built on the full …

  5. c# - appsettings.json vs appsettings. {Environment}.json in .NET Core ...

    Feb 27, 2021 · I am new in .NET Core and as far as I see from my search on the web, appsettings.Development.json is used for development config while developing the app and …

  6. Is .NET version 8 the same as .NET core? - Stack Overflow

    Dec 22, 2023 · I am new to .NET and I need to work on a project using .NET core. I saw a tutorial from 3 years ago using .NET Core 3.1 now when I download the tools I saw the latest version is .NET 8 but …

  7. What's the difference between SDK and Runtime in .NET Core?

    According to the .Net Core Guide, .NET Core is composed of the following items A .NET runtime, which provides a type system, assembly loading, a garbage collector, native interop and other basic …

  8. How to force Visual Studio to re-create the SSL certificate for a .NET ...

    Dec 9, 2021 · How to force Visual Studio to re-create the SSL certificate for a .NET Core Web Application running Kestrel? Asked 4 years, 1 month ago Modified 1 year, 1 month ago Viewed 94k …

  9. .NET Core - how does the 'dotnet publish' command work?

    61 I have a solution with some projects targeting .NET Standard 2.0 and a console application project targeting .NET Core 2.1. I set "myFolder" as the output folder. Building from Visual Studio, I get all …

  10. System.ServiceModel not found in .NET Core project

    Aug 7, 2017 · If you are using .NET Standard 2.0 (that's what I tested with), you can install compatible NuGet packages. The basic service model is available in System.ServiceModel.Primitives (currently …