asp.net-core
Asp.net core Localization always returns english clulture
I am trying to develop a multilanguage project.For static value I used resource(.resx file )
How to send multipart/form-data to ASP.NET Core Web API?
I’m trying to send a image and text fields to an API endpoint but I’m received
ASP.NET Core giving me Code 500 on Forbid()
I tried to solve this for hours now and I can not find anything. Basicly I have a simple controller which roughly looks like this:
How does ASP.NET vNext handle Caching, Compression & MimeMap in config.json?
In previous versions all of these settings could be added and tweaked in the Web.Config file using something like the code below:
What is equivalent of HostingEnvironment.ShutdownReason in ASP.NET Core?
In old ASP.NET I could tell why my app stopped by looking at HostingEnvironment.ShutdownReason.
Ambiguous reference issue (Microsoft.AspNet.Identity & Microsoft.AspNet.Identity.Core)
I’m building an AngularJS Single-Page App using the latest VS2015 Community and ASP.NET 5 etc…
ASP.NET vNext is host agnostic, what does it deeply mean?
According to ASP.NET vNext tutorial:vNext is host agnostic . You can host your app in IIS, or self-host in a custom process
Replacement for System.Web.HttpUtility.UrlEncode/UrlDecode ASP.NET 5
I would like to know if there is a replacement for System.Web.HttpUtility.UrlEncode and UrlDecode.