I wish to add an ASP.NET Web API to an ASP.NET MVC 4 Web Application project, developed in Visual Studio 2012.
I've been playing around with ASP.NET MVC 4 beta and I see two types of controllers now: ApiController an
I want the example controller below to return a status code 418 with no contents. Setting the status code is e
Problem I want to return a file in my ASP.Net Web API Controller, but all my approaches return the HttpRespon
I'm working with ASP.NET Core application. I'm trying to implement Token Based Authentication but ca
I'm looking for the correct way to return JSON with a HTTP status code in my .NET Core Web API controller
I'm trying to get the SHA1 fingerprint so I can get an Google API key. Im in the following directory:
Is it possible to create an HTML fragment in an AngularJS controller and have this HTML shown in the view? Th
How do I make the first letter of a string uppercase, but not change the case of any of the other letters? For
If I have a YouTube video URL, is there any way to use PHP and cURL to get the associated thumbnail from the Y