Top ".net" questions

Do NOT use for questions about .NET Core - use [.net-core] instead.

Date vs DateTime

I am working on a program that requires the date of an event to get returned. I am looking for …

c# .net asp.net
How to completely uninstall Visual Studio 2010?

I'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 uninstallation
How do you share code between projects/solutions in Visual Studio?

I have two solutions which have some common code, so I'd like to extract it out and share it between …

.net visual-studio code-sharing
Making a cURL call in C#

I want to make the following curl call in my C# console application: curl -d "text=This is a block …

c# .net http curl
Differences between Microsoft .NET 4.0 full Framework and Client Profile

The 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-profile
Ignoring a class property in Entity Framework 4.1 Code First

My 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.1
Func delegate with no return type

All of the Func delegates return a value. What are the .NET delegates that can be used with methods that …

c# .net
Passing arguments to C# generic new() of templated type

I'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-operator
How do I remove diacritics (accents) from a string in .NET?

I'm trying to convert some strings that are in French Canadian and basically, I'd like to be able to take …

.net string diacritics
Refresh Page C# ASP.NET

Is 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