c#
UTF-8 or UTF-16 or UTF-32 or UCS-2
I am designing a new CMS but want to design it to fit all my future needs like Multilingual content so i was thinking Unicode (UTF-8) is the best solution
ASP.NET web api cannot get application/x-www-form-urlencoded HTTP POST
I’m new to web-api. I want to receive a HTTP POST data using web-api. The content-type is application/x-www-form-urlencoded, and the request body is like:
ASP.NET 5 add WCF service reference
In Visual Studio 2015 Preview (Pre Release), how can I add a service reference for a WCF service?
Dynamically switch WCF Web Service Reference URL path through config file
How do you dynamically switch WCF Web Service Reference URL path through config file ?
Running an asynchronous operation triggered by an ASP.NET web page request
I have an asynchronous operation that for various reasons needs to be triggered using an HTTP call to an ASP.NET web page. When my page is requested, it should start this operation and immediately return an acknowledgment to the client.
Reset scroll position after Async postback – ASP.NET
What is the best way to reset the scroll position to the top of page after the an asynchronous postback?
“Context cannot be used while the model is being created” exception with ASP.NET Identity
Why is this happening when we make a call to the AccountApiController.Register() method?
ASP.NET File Upload
I am trying to make a server page (C#, asp.net 2.0+) to save an uploaded file from another page.