About 51 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 …

  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 …

  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 …

  4. c# - Determine Operating System in .NET Core - Stack Overflow

    Apr 6, 2018 · How can I determine which operating system my .NET Core app is running on? In the past I could use Environment.OSVersion. What is the current way to determine whether …

  5. How to get "Manage User Secrets" in a .NET Core console …

    Feb 16, 2017 · When I create a new ASP .NET Core Web-Application, I can right-click the project in Visual Studio, and I see a context-menu entry called "Manage User Secrets". When I create …

  6. c# - How to create a global variable in ASP.NET Core Web API ...

    Feb 21, 2022 · 11 How can I create a global variable in an ASP.NET Core Web API application? In ASP.NET MVC, I could do it like: Application["<variableName>"] = <value> I tried the same …

  7. .NET Standard vs .NET Core - Stack Overflow

    May 20, 2017 · If .net standard is an interface and can be implemented for example with .net framework and .net Core, when I create a .net standard class library and I use this library in …

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

    May 23, 2017 · ASP.NET Core using .NET Core - all dependencies are self-contained, can use most NuGet packages, can't use Windows-specific packages, can execute on Windows, …

  9. Command line to install/upgrade .NET Core - Stack Overflow

    Oct 2, 2016 · Are there command line commands to install or upgrade .NET Core? I checked to see if I had .NET Core was installed on my computer using dotnet --version only to notice that …

  10. 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 …