Do NOT use for questions about .NET Core - use [.net-core] instead.
I have been running StyleCop over some C# code, and it keeps reporting that my using directives should be inside …
c# .net namespaces stylecop code-organizationIn C#/VB.NET/.NET, which loop runs faster, for or foreach? Ever since I read that a for loop …
c# .net performance for-loopI need to generate a unique temporary file with a .csv extension. What I do right now is string filename = …
c# .net temporary-filesIs it possible to redirect to a different view from a controller? For example, all my controllers inherit from a …
.net asp.net asp.net-mvcI am trying to write a windows client application that calls a web site for data. To keep the install …
c# .net urlencode .net-client-profileI am a Java developer, new to .NET. I am working on a .NET MVC2 project where I want to …
.net javascript asp.net-mvc jsonI am trying to do a simple JSON return but I am having issues I have the following below. public …
c# .net json entity-framework subsonic