Top ".net-core" questions

.NET Core is an open-source successor of the .NET Framework.

How to use SqlClient in ASP.NET Core?

I am trying to use SQLClient library in the ASP.net Core but cant seem to get it working. I …

c# asp.net-mvc asp.net-core sqlclient .net-core
Equivalent to AssemblyInfo in dotnet core/csproj

Since dotnet core moved back to the .csproj format, there is a new autogenerated MyProject.AssemblyInfo.cs which contains, among …

visual-studio visual-studio-2017 .net-core assemblyinfo
How to read/write files in .Net Core?

What are the options to read/write files in .Net Core? I am working on my first .Net Core app …

c# file stream .net-core
Is ConfigurationManager.AppSettings available in .NET Core 2.0?

I've got a method that reads settings from my config file like this: var value = ConfigurationManager.AppSettings[key]; It compiles …

c# .net-core app-config .net-standard
Where is NuGet.Config file located in Visual Studio project?

I am wondering where is NuGet.Config file located in Visual Studio 2017 project? I tried to create my own NuGet.…

c# visual-studio .net-core visual-studio-2017 visual-studio-2019
auto create database in Entity Framework Core

My application which is being ported to .NET core will use the new EF Core with SQLite. I want to …

c# sqlite .net-core entity-framework-core
EF Core add-migration Build Failed

I have a developer that is getting "Build failed." when running add-migration in a .NET Core EF project, with no …

.net entity-framework asp.net-core .net-core entity-framework-migrations
Is it possible to make desktop GUI application in .NET Core?

I have been developing Windows Forms programs for few years. I am now looking into .NET Core (including ASP.NET …

.net-core coreclr
The NPM script 'start' exited without indicating that the Angular CLI was listening for requests

I'm attempting to start an .NET Core 2/Angular 6 SPA. I created an Angular 5 Application using "dotnet new angular" then proceeded …

angular .net-core angular6
What replaces WCF in .Net Core?

I am used to creating a .Net Framework console application and exposing a Add(int x, int y) function via …

c# .net wcf service .net-core