Tagged Questions

1408
votes
296answers
207k 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 ...
227
votes
88answers
17k views

Hidden .NET Base Class Library Classes? [closed]

What are your favorite lesser-known .NET Base Class Library classes and methods?
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
758 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 ...
4
votes
5answers
472 views

C# libraries with hidden gems

Up until yesterday, I had no idea iTextSharp included a full set of barcode classes. I discovered this through a chance answer to a question here on SO. Although I'd used iTextSharp in an earlier ...
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 ...
3
votes
3answers
394 views

Hidden features of Mono?

Mono is a software platform designed to allow developers to easily create cross platform applications. What are some of the hidden features of Mono?
1
vote
2answers
322 views

Hidden Features of Nant

Continuing the Hidden Features series for Nant. One of the things I learned recently was <xmlpoke> Allows you to replace text in an xml file. e.g. ...