Do NOT use for questions about .NET Core - use [.net-core] instead.
I am working on a program that requires the date of an event to get returned. I am looking for …
c# .net asp.netI've been looking to find a CLEAN solution to completely and ultimately remove Visual Studio 2010 from my computer. When you …
.net windows visual-studio uninstallationI have two solutions which have some common code, so I'd like to extract it out and share it between …
.net visual-studio code-sharingThe Microsoft .NET Framework 4.0 full installer (32- and 64-bit) is 48.1 MB and the Client Profile installer is 41.0 MB. The extracted …
.net .net-4.0 .net-client-profileMy understanding is that the [NotMapped] attribute is not available until EF 5 which is currently in CTP so we cannot …
c# .net entity-framework ef-code-first entity-framework-4.1All of the Func delegates return a value. What are the .NET delegates that can be used with methods that …
c# .netI'm trying to create a new object of type T via its constructor when adding to the list. I'm getting …
c# .net generics new-operatorI'm trying to convert some strings that are in French Canadian and basically, I'd like to be able to take …
.net string diacriticsIs there a Page.Refresh type of command to refresh a page? I don't want to redirect to the page …
c# .net asp.net visual-studio refresh