.Net Core
17 results found
Asp.Net Core: The SSL connection could not be established
Asp.Net Core 3.1 throw error: The SSL connection could not be established when run debug model local computer
Asp.Net Core: No connection could be made because the target machine actively refused it.
No connection could be made because the target machine actively refused it in Asp.Net Core. This error throw when I starting run the application
Asp.Net Core: An attempt was made to access a socket in a way forbidden by its access permissions
Unable to start Kestrel. An attempt was made to access a socket in a way forbidden by its access permissions in Asp.Net Core
Asp.Net Core - The remote certificate is invalid according to the validation procedure.
System.Security.Authentication.AuthenticationException: The remote certificate is invalid according to the validation procedure.
FE .Net Core Error: To change the IDENTITY property of a column, the column needs to be dropped and recreated.
FE .Net Core error System.InvalidOperationException: To change the IDENTITY property of a column, the column needs to be dropped and recreated.
ERROR: Asp.net core 3.1 throw "Connection reset by peer".
Microsoft.AspNetCore.Connections.ConnectionResetException: Connection reset by peer. Error throw when call by ajax
How to call a DELETE REST API with body by using HttpClient in ASP.NET Core
I have an issue when trying to call HTTP delete with some information inside of the request body. I'm using HttpClient class and using DeleteAsync method but I can't push anything into the body
How can I implement implicit and explicit casting in ASP.NET Core
How can I implement implicit and explicit casting in ASP.NET Core? I need an example to understand.
ERROR: No 'Access-Control-Allow-Origin' header is present on the requested resource.
from origin 'http://localhost:4200' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource.
The term 'Add-Migration' is not recognized as the name of a cmdlet, function, script file, or operable program
The term 'Add-Migration' is not recognized as the name of a cmdlet, function, script file, or operable program
Error: No service for type 'ITempDataDictionaryFactory' has been registered
InvalidOperationException: No service for type 'Microsoft.AspNetCore.Mvc.ViewFeatures.ITempDataDictionaryFactory' has been registered.
[Resolved] String cannot be of zero length. Parameter name: oldValue
The string cannot be of zero length. Parameter name: oldValue. Error throw in asp.net core when replacing string with empty.
ASP.NET Core: Adding cache static file using HTTP headers
In this article, I will explain and guide how to add a Cache-Control header to static files in Asp.net Core. This is a technology help caching static files in the browser of the end-user and from the second request it's no need to request from the server, it can get from the cache disk of the browser, this helps increase the time loading website.
How to get values from the querystring in ASP.NET Core?
How to get values from the query string in ASP.NET Core? I want to get a param URL from a middleware.
Asp.Net Core interview | 20 frequently questions and answers
In this article, we collect the top20 frequentlyAsp.Net Core interview questions and answers for you to refer and prepare for your interview is better.As you know today Asp.net core is the latest version of .net frameworkand it's also apopular programming language in the world. Many companies looking for the developer with this skill. I hope this article is helpful to you and makes you get more confident in your interview or presentation.