-
Attempted to install the alpha release from a year ago to play with the project, noticed that DNVM wasn't downloading, realized that the project was based on the core technologies before the rebrandin…
-
There are several issues around this topic, and none are very explicit.
This issue will track the work we need to do to make this happen.
AoT has become an important tech across the industry, wi…
-
### Description
If the property of the validated request is polymorphic, the validation would not work.
### Reproduction Steps
```csharp
using System.ComponentModel.DataAnnotations;
using System.…
-
I want to take action in adding VB.NET to ASP.NET MVC Core, as I posted in https://github.com/aspnet/AspNetCore/issues/8583
If anyone can help or participate, I will be glad.
-
Dear All,
After installing Font-Awesome using Bower under VS2017, ASP.NET CORE RAZOR.
I cannot find Fond-Awesome in wwwroot/lib.
I am not sure if this is an error or my mistakes. Hope someone…
-
Should we drop OWIN in favor of the ASP.NET types so that we could potentially improve performance and pick up more interop possibilities? I don’t have any specific things in mind and would love to kn…
-
Written on 08.10.2018 06:34:38
URL: http://asp.net-hacker.rocks/2018/10/11/customizing-aspnetcore-07-outputformatter.html
-
public abstract class BaseValidatingContext : BaseContext
ASP.NET Core 3.1
`publicabstract class BaseContext where TOptions : AuthenticationSchemeOptions`
-
I started to look at TypeScript for a few days core. I do develop applications in ASP.NET Core. I mostly use JavaScript to manipulate the DOM and using Ajax, nothing complicated.
It was way harder …
-
I am trying to add MinIo to asp net core.
In a regular non web application, I use the following code to create a MinioClient instance and perform operations:
```
MinioClient minio …