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 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. clr - O que é o .NET Core? - Stack Overflow em Português

    Nov 16, 2014 · O .NET Core está sendo desenvolvido pela comunidade com liderança da Microsoft e com participação da comunidade do Mono já que ele tem como objetivo rodar em todas as …

  5. How to get an instance of IServiceProvider in .NET Core?

    It's used to create instances of types registered in .NET Core native DI container. An instance of IServiceProvider itself can be obtained by calling a BuildServiceProvider method of an …

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

  7. 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 I still had the …

  8. Set Environment variable in .NET Core Console Application from …

    Mar 18, 2021 · Asp.net core applications take from the launchsettings.json file when developing in visual studio and when you publish the app will look at the web.config or app.config file.

  9. c# - Convert Word doc and docx format to PDF in .NET Core without ...

    Oct 5, 2017 · I need to display Word .doc and .docx files in a browser. There's no real client-side way to do this and these documents can't be shared with Google docs or Microsoft Office 365 for legal …

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