core tag

20 questions


1 answers
388 views
0
I want to be able to distribute the Windows form application.

Regarding the presentation image, it is the directory where .exe is located in the bin directory.As per the title, if I distribute the software I made, I think I will build it as a release build, but ...

1 years ago

1 answers
449 views
0
I want to be able to distribute the Windows form application.

Regarding the presentation image, it is the directory where .exe is located in the bin directory.As per the title, if I distribute the software I made, I think I will build it as a release build, but ...

1 years ago

1 answers
308 views
0
I want to know why ILMerge commands don't go through.

Regarding the presentation code, I would like to know the reason why ILMerge.exe's command does not go through.Object reference is not configured on the object instance. What does mean?I entered the c...

1 years ago

1 answers
270 views
0
I want to know how to use Asynchronous Processing SemaphoreSlim.Wait().I want to know why Task.Run is not running.

As for the code in the comment section of the convert function of the presentation code, the asynchronous processing using semaphore does not proceed.Why is this?I think it's probably how to use semap...

1 years ago

1 answers
432 views
0
Error on MacOS The entity type 'X' requires a primary key to be defined

I have created a sample app (MvcMovie) according to the official tutorial and The following command displays a heading error: dotnet-aspnet-codegenerator controller-name MoviesController-m Movie-dc Mv...


1 answers
146 views
0
Benefits and Disadvantages of Razor Page and MVC

for ASP.NET Core·Razor Pages application·MVC applicationThere are two types, but how should I use them separately?What are the advantages and disadvantages of each application?


1 answers
165 views
0
Browse .NET Framework Assembly from .NET Core Applications

Is it possible to browse and run the .NET Framework assembly from the .NET Core application?I was able to add and compile reference settings by specifying DLLs directly, but I couldn't execute them.Ex...

2 years ago

2 answers
119 views
0
The ASP.NET Core MVC always fails with the Scaffolding command.

I am a beginner at ASP.NET Core MVC.As the title says, I can't do the scuffolding.Run the following command: dotnet ef dbcontext scaffoldServer=.; Database=testdb; Trusted_Connection=True;Microsoft.En...

2 years ago

2 answers
111 views
0
DB Connection Entity Frame in ASP.net Core MVC or ODP.net

We are creating a web API using the ASP.net Core MVC model.So I would like to connect to the database and issue SQL and execute procedures.Until now, I have used ODP.net to attach a connection to the ...


1 answers
169 views
0
Using Sessions with ASP.NET Core

Sessions and Application States in ASP.NET Corehttps://docs.microsoft.com/ja-jp/aspnet/core/fundamentals/app-state?view=aspnetcore-2.2Sample Sourcehttps://github.com/aspnet/Docs/tree/master/aspnetcore...

- 1 - »

© 2024 OneMinuteCode. All rights reserved.