Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in asp.net-core

Authorize only certain Http methods in ASP.NET Core

What is "name" property in the constructor for HttpGetAttribute?

Not able to SignOut using Saml2 from Sustainsys

Use Microsoft Identity Platform as External Auth provider in AspnetCore Identity

Can I send GraphQL queries with an httpclient in .NET core?

WebApiCompatShim - how to configure for a REST api with MVC 6

IApplicationBuilder dos not contain a definition UseEndpoints. app.UseEndpoints(...) not workin on ASP.NET CORE

asp.net core ControllerBase.User without implementing Controller

IActionResult vs IResult ASP.NET Core

c# .net asp.net-core

Application Insights RequestTelemetry not showing up in Requests after exception

Using SHA-1 in .NET Core

Redirect to another page from _Layout.cshtml

NuGet package for IFormFile

asp.net-core nuget

AutoMapper.AutoMapperMappingException: Missing type map configuration or unsupported mapping in .NET CORE

c# asp.net-mvc asp.net-core

Unable to suppress Microsoft logs with NLog for API calls using HttpClient

FromQuery parameters from camelCase/PascalCase to snake_case .Net Core

find the highest value that is less than a given number in a sorted list

c# .net asp.net-core .net-core

Can we take IdentityServer4 source code from github and upgrade it to Net 6.0 and use it?

Moq Exception: Expected invocation on the mock once, but was 0 times... - .Net Core 3.1 with xUnit

c# asp.net-core moq xunit