Do NOT use for questions about .NET Core - use [.net-core] instead.
I am creating a website, but in the database I use windows authentication. I know that you use this for …
.net asp.net-mvc connection-string windows-authenticationIn a forms model, I used to get the current logged-in user by: Page.CurrentUser How do I get the …
c# .net asp.net-mvc iis forms-authenticationI am trying to post multiple parameters on a WebAPI controller. One param is from the URL, and the other …
.net asp.net-web-apiAfter installing Visual Studio 2012 and opening my solution I get a series of errors in this form: The Web Application …
c# .net iis iis-metabaseI've got a string in .NET which is actually a url. I want an easy way to get the value …
c# .net url parsing parametersPossible Duplicate: How to get the MonthName in c#? I used the following c# syntax to get month name from …
c# .net datetimeI am developing a web application in asp.net mvc 3. I am very new to it. In a view using …
c# .net asp.net-mvc asp.net-mvc-3 razorIn Perl I can skip a foreach (or any loop) iteration with a next; command. Is there a way to …
c# .net loops