Do NOT use for questions about .NET Core - use [.net-core] instead.
There are some posts that asks what the difference between those two are already. (why do I have to even …
c# .net exception exception-handlingHow can I get a list of users from active directory? Is there a way to pull username, firstname, lastname? …
c# asp.net .net active-directoryMy application needs to talk to a web service that hasn't got an online WSDL definition. The developers however supplied …
c# .net visual-studio web-services wsdlThere are the Uri.IsWellFormedUriString and Uri.TryCreate methods, but they seem to return true for file paths etc. How …
c# .net validation url uriPossible Duplicate: Finding an enum value by its Description Attribute I have a generic extension method which gets the Description …
c# .net attributes enumsI'm having a hard time finding a good resource that explains how to use Named Capturing Groups in C#. This …
c# .net regexI am creating one button on a page dynamically. Now I want to use the button click event on that …
c# asp.net .net button event-handlingI've got a 32 bit .net 2.0 app that uses the Jet OLEDB 4.0. It runs fin on Windows 8 32 bit, but not on …
.net windows-8In T-SQL you could have a query like: SELECT * FROM Users WHERE User_Rights IN ("Admin", "User", "Limited") How would …
.net linq linq-to-entities in-clause