Tagged Questions

5
votes
6answers
66 views

Using new languages in an Apache/PHP/javaScript world

Hey, I am stuck in a mySQL/PHP/javaScript world. Has anyone else found a way to stay inside that foundation yet incorporate other languages and technologies to advantage and increase interest?
901
votes
253answers
77k 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 …
10
votes
12answers
768 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: …
5
votes
9answers
165 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 …
0
votes
0answers
151 views

Hidden features of Go? [closed]

Might be a little bit early to ask, but what "hidden" features have you found while playing with Go?
56
votes
45answers
9k 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.
2
votes
4answers
345 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?
34
votes
20answers
2k 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 …
-4
votes
2answers
189 views

Hidden Features of Factor

In the spirit of: Hidden Features of C# Hidden Features of Java Hidden Features of ASP.NET Hidden Features of Python Hidden Features of HTML and other Hidden Features questions …
4
votes
12answers
895 views

Favorite Zend Framework tips and tricks?

Zend Framework, being as flexible as it is, is ripe for plenty of tips and tricks. I know I've seen a lot of quirky, undocumented things that people put in their apps. I'd love for people to share …
44
votes
11answers
2k 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!" …
10
votes
4answers
550 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 …