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 ...
290
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
...
207
votes
84answers
16k views
Hidden Features of SQL Server
What are some hidden features of SQL Server?
For example, undocumented system stored procedures, tricks to do things which are very useful but not documented enough?
Answers
Thanks to everybody ...
145
votes
78answers
27k views
Hidden features of Perl?
What are some really useful but esoteric language features in Perl that you've actually been able to employ to do useful work?
Guidelines:
Try to limit answers to the Perl core and not CPAN
Please ...
138
votes
55answers
22k views
Hidden features of C
I know there is a standard behind all C compiler implementations, so there should be no hidden features. Despite that, I am sure all C developers have hidden/secret tricks they use all the time.
119
votes
25answers
12k views
Hidden features of WPF and XAML?
Here is a large number of hidden features discussed for variety of languages. Now I am curious about some hidden features of XAML and WPF?
One I have found is the header click event of a ListView
...
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!"
...
46
votes
22answers
8k views
NetBeans Tips and Tricks
I just saw an Eclipse tips & tricks post and was wondering if anyone had any tips & tricks for my IDE of choice: NetBeans.
Here's a few I know and find to be useful:
Removing a package: ...
18
votes
10answers
2k views
Hidden Features IntelliJ IDEA
Just another Hidden features and tips and tricks WIKI.
After seeing the hidden features of eclipse, java, spring framework I thought we need to have a list of the features, TIPS for IntelliJ too ...
18
votes
13answers
690 views
Using new languages in an Apache/PHP/JavaScript world
I am stuck in a MySQL/Apache/PHP/JavaScript world.
Is it possible to stay inside that stack yet incorporate other languages and technologies to advantage and increase interest?
The idea is to ...
18
votes
6answers
1k views
Are there any “undocumented features” in Silverlight?
I was wondering if there are any features in Silverlight 2 or 3 that aren't documented or are hidden very deep in the framework? Stuff that can be very helpful in some cases, but can be a pain to ...
12
votes
7answers
755 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 ...
6
votes
5answers
2k views
Hidden features of x86 assembly language?
What are some hidden-features of x86 Assembly Language? What Tips and Tricks do you have for working with x86 Assembly language?
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 ...
1
vote
1answer
302 views
Hidden features of ExtJS
Are there any hidden features of ExtJS (tips and tricks) that is not obvious from their documentation which developers would have discovered over a period of time by experimenting (or accidentally for ...