Linked Questions

1472 votes
296 answers
762k views

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 ...
1414 votes
191 answers
733k views

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, ...
295 votes
100 answers
225k views

After reading Hidden Features of C# I wondered, What are some of the hidden features of Java?
174 votes
78 answers
64k views

I know this sounds like a point-whoring question but let me explain where I'm coming from. Out of college I got a job at a PHP shop. I worked there for a year and a half and thought that I had ...
292 votes
53 answers
37k views

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 ...
141 votes
78 answers
64k views

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 ...
121 votes
64 answers
31k views

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?
141 votes
56 answers
94k views

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.
159 votes
46 answers
44k views

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 ...
47 votes
3 answers
12k views

I created a ViewModel and bound its property to two textboxes on UI. The value of the other textbox changes when I change the value of first and focus out of the textbox but I'm not implementing ...
Muhammad Hasan Khan's user avatar
21 votes
6 answers
3k views

I'am more a sysadmin and a webmaster than a developer, but sometime I develop, including C# principally using Winform (and optionally GTK+). I've started few weeks ago a WPF project, and it seem ...
Pascal Qyy's user avatar
  • 4,512
23 votes
3 answers
9k views

I've been trying to get to the bottom of an issue with binding the SelectedItem of my ComboBox, and since I've had no success thus far, I started looking at ways to get more detailed debugging ...
jpierson's user avatar
  • 17.5k
3 votes
2 answers
889 views

This may be something simple I'm missing. Is it possible to set Button content to binding while still showing some default text in designer? Ex. <Button Content="{Binding buttonContent}"/> ...
Ecstokely's user avatar
1 vote
1 answer
2k views

I am trying to bind the ItemsSource property of my DataGridComboBoxColumn to a property of my ViewModel. I understand that due to some limitations this is not possible without using a static list of ...
Sloth Armstrong's user avatar
3 votes
2 answers
931 views

As I started using WPF at higher DPI resolutions, I got into troubles with scaling of toolbar images. XAML images solve that problem. However I find it very hard to find free toolbar/ribbon XAML ...
Josip Medved's user avatar
  • 3,711

15 30 50 per page