Mixing VB.Net and C# Code in an ASP.Net Web Site project?
The question quite an older and often asked around, i have similar questions here but my question is a bit more specific.
The question quite an older and often asked around, i have similar questions here but my question is a bit more specific.
is anybody aware of a list of exactly what triggers ASP.NET’s HttpRequestValidationException? [This is behind the common error: “A potentially dangerous Request.Form value was detected,” etc.]
Can anyone help me how to access for example value of first cell in 4th column?
This likely applies to non MVC too. But, Is it possible to use the ‘using’ statement in my aspx views?
I’m using Facebook Graph Api and trying to get user data. I’m sending user access token and in case this token is expired or invalid Facebook returns status code 400 and this response:
I am using visual studio 2010 and was wondering if there is a way to automatically remove all the namespaces that aren’t being used at the the top of the page e.g.
I am Learning ASP.NET MVC and downloaded a couple of sample apps. MusicStore etc…
By default when you enable swagger in ASP.NET Core project it’s available on url:
I’m wondering how to consume a WEBAPI from another ASP.Net Web API to store the response in a database.
I know how to consume a WEBAPI from clients like javascript,console application etc.
I’m writing a IHttpHandler and I’ll need to implement a IsReusable property. When I look at the MSDN documentation it says: