Tagged Questions

839
votes
243answers
72k 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, o …
2
votes
4answers
225 views

Hidden Features Of R?

What are some of the R statistical language's "hidden features"? Similar threads: Hidden Features of C++ Hidden Features of C# Hidden Features of JavaScript Hidden Features of J …
239
votes
112answers
41k 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 …
196
votes
96answers
25k views

Hidden Features of JavaScript?

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 …
22
votes
3answers
1k views

Hidden features of Android development?

Guys, 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 f …
163
votes
82answers
19k views

Hidden Features of Java

After reading Hidden Features of C# I wondered, What are some of the hidden features of Java?
116
votes
81answers
7k views

Hidden .NET Base Class Library Classes?

What are your favorite lesser-known .NET Base Class Library classes and methods?
6
votes
7answers
349 views

What is useful about this C syntax?

So i dont know everything about C. What is useful about this C syntax? int func (p, p2) void *p; int p2; { return 0; } I was able to write this in visual studios 20 …
3
votes
3answers
57 views

Hidden features/Best uses of SQLCLR (MS SQL Server 2005 and 2008)

Continuing on the hidden features theme, I havent found one for SQLCLR (Microsoft 2005 / 2008). For example, undocumented features, tricks to do things which are very useful but no …
4
votes
5answers
159 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 iTextShar …
117
votes
53answers
15k views

What are those little Xcode tips & tricks you wish you knew about 2 years ago?

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?
80
votes
66answers
9k views

Hidden Features of PHP?

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 …
62
votes
60answers
11k 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 …
1
vote
0answers
26 views

Fiddler (v2) Hidden Features?

Fiddler is a Web Debugging Proxy which logs all HTTP(S) traffic between your computer and the Internet. Do you happen to know about anything cool, yet pretty hidden in Fid …
60
votes
77answers
6k views

Hidden Features of Visual Studio (2005-2008)?

VS 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 possible. For insta …

1 2 3 4 5 7 next
15 30 50 per page