Tagged Questions
The hidden-features tag has no wiki summary.
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 ...
1358
votes
190answers
179k views
Hidden features of Python
What are the lesser-known but useful features of the Python programming language?
Try to limit answers to Python core.
One feature per answer.
Give an example and short description of the feature, ...
338
votes
89answers
123k views
Hidden Features of Xcode
With a huge influx of newbies to Xcode, I'm sure there are lots of Xcode tips and tricks to be shared.
What are yours?
312
votes
99answers
60k views
Hidden Features of JavaScript? [closed]
What "Hidden Features" of JavaScript do you think every programmer should know?
After having seen the excellent quality of the answers to the following questions I thought it was time to ask it for ...
297
votes
55answers
29k views
Favorite Django Tips & Features?
Inspired by the question series 'Hidden features of ...', I am curious to hear about your favorite Django tips or lesser known but useful features you know of.
Please, include only one tip per ...
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
...
290
votes
100answers
84k views
Hidden Features of Java [closed]
After reading Hidden Features of C# I wondered, What are some of the hidden features of Java?
260
votes
95answers
55k views
The single most useful Emacs feature [closed]
My primary editor is Emacs, but my usage habits and knowledge of features has barely changed over the last few years.
What are the Emacs features that you use on a daily basis? Are there any ...
228
votes
90answers
52k views
Hidden features of Windows batch files
What are some of the lesser know, but important and useful features of Windows batch files?
Guidelines:
One feature per answer
Give both a short description of the feature and an example, not just ...
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?
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 ...
181
votes
100answers
18k views
Hidden Features of Visual Studio (2005-2010)?
Visual Studio is such a massively big product that even after years of working with it I sometimes stumble upon a new/better way to do things or things I didn't even know were possible.
For instance-
...
173
votes
79answers
31k views
Hidden Features of PHP? [closed]
EDIT: This didn't really start as a hidden features of PHP topic, but thats what it ended up as, so go nuts.
I know this sounds like a point-whoring question but let me explain where I'm coming ...
153
votes
45answers
17k views
Hidden features of Ruby
Continuing the "Hidden features of ..." meme, let's share the lesser-known but useful features of Ruby programming language.
Try to limit this discussion with core Ruby, without any Ruby on Rails ...
145
votes
28answers
12k views
Hidden features of Scala
What are the hidden features of Scala that every Scala developer should be aware of?
One hidden feature per answer, please.
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
...
114
votes
6answers
11k views
Hidden features of Android development? [closed]
I am surprised that there is no Android Hidden Features post yet in the Hidden Features series that I've been tracking for a while now.
The Hidden Features series is great for people who are new to a ...
114
votes
64answers
12k views
Hidden Features of VB.NET?
I have learned quite a bit browsing through Hidden Features
of C# and was surprised when I couldn't find something
similar for VB.NET.
So what are some of its hidden or lesser known features?
114
votes
64answers
30k views
Hidden Features of C++? [closed]
No C++ love when it comes to the "hidden features of" line of questions? Figured I would throw it out there. What are some of the hidden features of C++?
112
votes
40answers
14k views
Hidden features of HTML [closed]
HTML being the most widely used language (at least as a markup language) has not gotten its due credit.
Considering that it has been around for so many years, things like the FORM / INPUT controls ...
108
votes
23answers
15k views
Hidden Features of Xcode 4
Now that Xcode 4 is officially released it's time for a follow up to my previous question: Hidden Features of Xcode
So what are they? What are those hidden little Xcode 4 hints & tips that you ...
98
votes
74answers
24k views
Hidden features of Eclipse [closed]
Alright it can be a lame question, but everybody uses these things differently. What's some of the best time savers out there for this IDE.
Tom
96
votes
20answers
10k views
Hidden Features of MySQL
I've been working with Microsoft SQL Server with many years now but have only just recently started to use MySQL with my web applications, and I'm hungry for knowledge.
To continue with the long line ...
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!"
...
69
votes
43answers
8k views
Hidden features of Bash
Shell scripts are often used as glue, for automation and simple one-off tasks. What are some of your favorite "hidden" features of the Bash shell/scripting language?
One feature per answer
Give an ...
64
votes
14answers
11k views
Hidden limitations of Google App Engine? [closed]
I've been looking into writing a web app that will run on Google App Engine, but before I commit myself to the platform I'd like to know what, if any, limitations there are. I'm aware of the basic ...
62
votes
13answers
3k views
Hidden features of HTTP
What hidden features of HTTP do you think are worth mentioning?
By hidden features I mean features that already are part of the standard but widely rather unknown or unused.
Just one feature per ...
61
votes
28answers
7k views
Hidden features of CSS [closed]
I have definitely picked up some useful tips in the hidden features style questions concerning PHP and XHTML.
So here is one to cover CSS. While easy to pick up, it takes a little while to learn ...
52
votes
50answers
9k views
Hidden Features of Delphi
The "Hidden Features" series here on StackOverflow has generated some really interesting feedback. So what about my favorite IDE, Delphi? What are some hidden features there?
I'll start with one of ...
48
votes
1answer
7k views
Hidden features of JSP/Servlet
I am interested in your tricks etc used when writing JSP/Servlet. I will start:
I somewhat recently found out how you can include the output of one JSP tag in an attribute of another tag:
...
48
votes
6answers
5k views
Hidden features of mod_rewrite
There seem to be a decent number of mod_rewrite threads floating around lately with a bit of confusion over how certain aspects of it work. As a result I've compiled a few notes on common ...
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: ...
40
votes
12answers
3k views
Favourite Kohana Tips & Features?
Inspired from the other community wikis, I'm interested in hearing about the lesser known Kohana tips, tricks and features.
Please, include only one tip per answer.
Add Kohana versions if necessary.
...
38
votes
11answers
3k views
Hidden features of Qt
A little is hidden in Qt given splendid documentation.
But given vastness of Qt functionality paradoxically many useful features have been overlooked by me (and reimplemented or work-arounded).
What ...
36
votes
16answers
3k views
Hidden features of Groovy?
It seems like Groovy was forgotten in this thread so I'll just ask the same question for Groovy.
Try to limit answers to Groovy core
One feature per answer
Give an example and short description of ...
35
votes
8answers
5k views
The Guava library for java; what are its most useful and/or hidden features
I have had a quick scan of the guava api and the new collection types it provides(multimap and bimap for example appear useful) and I am thinking of including the library in the project(s) I work on. ...
32
votes
13answers
4k views
Hidden Features of Ruby on Rails
As a companion to Hidden features of Ruby.
Try to keep it to Rails since the other is a better place for Ruby-specific examples. One per post please.
32
votes
25answers
6k views
Hidden features of Haskell [closed]
What are the lesser-known but useful features of the Haskell programming language. (I understand the language itself is lesser-known, but work with me. Even explanations of the simple things in ...
29
votes
17answers
6k views
Hidden features of VBA
Which features of the VBA language are either poorly documented, or simply not often used?
27
votes
5answers
2k views
Hidden features of Clojure
Which lesser-known but useful features of Clojure do you find yourselves using? Feel free to share little tricks and idioms, but try to restrict yourselves to Core and Contrib.
I found some really ...
27
votes
14answers
3k views
“Hidden Secrets” of the Visual Studio .NET debugger?
As much as I generally don't like the discussion/subjective posts on SO, I have really come to appreciate the "Hidden Secrets" set of posts that people have put together. They provide a great ...
26
votes
15answers
3k views
Hidden features of D
Continuing on the hidden features meme, I'd like to ask, what are the lesser-known features of the D programming language that every D user should know about?
Some related program language "hidden ...
25
votes
20answers
4k views
Hidden features in Oracle
I enjoyed the answers and questions about hidden features in sql server
What can you tell us about Oracle?
Hidden tables, inner workings of ..., secret stored procs, package that has good utils...
22
votes
15answers
1k views
Hidden features in the Delphi language? [closed]
Possible Duplicate:
Lesser known language constructs of Object Pascal (Delphi)
There is a question called: Hidden Features of Delphi
However it only deals with IDE issues which is odd, ...
22
votes
28answers
2k views
Underused Features of HTML
Yes, many web developers live and breathe HTML, but there are still tags and tricks that aren't used as often as they could be. What are some of your favorites?
21
votes
11answers
3k views
Hidden Features of F#
This is the unabashed attempt of a similar C# question.
So what are your favorite F# hidden (or not) features?
Most of the features I've used so far aren't exactly hidden but have been quite ...
21
votes
7answers
3k views
Hidden (or not widely known) features of jQuery [closed]
What are the hidden features of jQuery?
See also: Hidden features of javascript
19
votes
4answers
3k views
Special (magic) methods in Python
What are all the special (magic) methods in Python? The __xxx__ methods, that is.
I'm often looking for a way to override something which I know is possible to do through one of these methods, but ...