Tagged Questions

1408
votes
296answers
208k views

Hidden Features of C#?

This came to my mind after I learned the following from this question: where T : struct We, C# developers, all know the basics of C#. I mean declarations, conditionals, loops, operators, etc. Some ...
291
votes
53answers
20k views

Hidden Features of ASP.NET

This question exists because it has historical significance, but it is not considered a good, on-topic question for this site, so please do not use it as evidence that you can ask similar ...
70
votes
14answers
4k views

Visual Studio debugger tips & tricks for .NET

I've been working for years with VS's debugger, but every now and then I come across a feature I have never noticed before, and think "Damn! How could I have missed that? It's so useful!" ...
12
votes
7answers
760 views

Hidden Features of Windows.Forms

Despite the growing popularity Web Applications, and WPF, there's still a lot of work being done in "old-style" Windows.Forms, especially for in-house ("bespoke") business software systems. So, what ...
3
votes
1answer
1k views

.NET, “Any CPU/64Bit (x64)/32Bit (x86)” Best Practices, Tips and Tricks

If a .NET program directly or indirectly needs to call platform dependent/native/unmanaged code it might crash. This 32-bit/64-bit theme came into my mind after I got a new laptop with Windows 7 ...