Exception handling beyond Exception Filters?
Using Asp.net WebApi (RC), how can I catch errors that are not caught by Exception Filters or Application_Error() in global.asax?
Using Asp.net WebApi (RC), how can I catch errors that are not caught by Exception Filters or Application_Error() in global.asax?
I have a date string, returned from a ExtJS datetime picker, which looks like this:
I want to let users authenticate via SoundCloud for my ASP.NET MVC 4 project. Since there is no .NET SDK, I wrote a custom OAuth2Client to handle the authentication. After adding the client to my AuthConfig.cs, it appropriately showed up as an option to login. The problem is, when I click on the button to login, it always returns
How do I use an asp:Button or asp:LinkButton as asp:Hyperlink?
I got a webpage where members can download different kind of files on. I wan’t to get information about which files and how many times each member have downloaded. when the user want to download a file he get browser pop-up where he gets 3 choises: “Open”, “save” and “Cancel”.(file dialog box in browser). i want to update the download status only if open/save button is clicked
I have a classic ASP site, that I am slowly upgrading. I would like to create a function to securely update a SQL database without specifying parameters manually. Something just a tad more dynamic.
How can I log to file in Asp.Net 5 RC1? I couldn’t find any solution with Microsoft.Extensions.Logging. Is there any solution which is compatible with .Net Core 5 (DNX Core 5.0)? I also was trying to use Serilog but Serilog doesn’t support core 5 yet.
Hello I want to remove the last word from my sentence in C#. Here is my query:
I upgraded DNVM with dnvm upgrade -Unstable. Running dnvm list shows this to be active: 1.0.0-beta6-12120.
I would like to extend UserValidator or something similar in Asp.net Identity 2.0 to not only check for unique email but also a unique value of my choosing. Example of what I would like to do with Alias below. Is this possible or do I have to write a check everywhere I can update Alias?