Tagged Questions

112
votes
41answers
7k views

Hidden Features of ASP.NET

There are always features that would be useful in fringe scenarios, but for that very reason most people don't know them. I am asking for features that are not typically taught by the text books. …
84
votes
63answers
7k 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 …
65
votes
61answers
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 and not CPAN Please …
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.
40
votes
8answers
2k views

ASP.NET MVC Best Practices, Tips and Tricks

Please, share your ideas which could serve as best practices or guidelines for creating ASP.NET MVC web applications. These ideas and/or coding samples should be relevant to ASP.NET MVC application …
28
votes
10answers
1k views

Perl Myths

I keep seeing people trip over common misconceptions of how Perl exists and what it does. There are generally 2 types of Perl Myth. Type 1: Things that people think about the language itself, …
28
votes
12answers
12k views

How to align checkboxes and their labels consistently cross-browsers

This is one of the minor CSS problems that plagues me constantly. How do folks around StackOverflow vertically align checkboxes and their labels consistently cross-browser? Whenever I align them …
25
votes
25answers
2k views

Perl - Common gotchas?

The question on Hidden features of Perl yielded at least one response that could be regarded as either a feature or a mis-feature. It seemed logical to follow up with this question: what are common …
23
votes
21answers
3k views

Lua Patterns,Tips and Tricks

This is a Tips & Tricks question with the purpose of letting people accumulate their patterns, tips and tricks for Lua. Lua is a great scripting language, however there is a lack of documented …
22
votes
4answers
2k views

Adding a guideline to the editor in Visual Studio

I've always been searching for a way to make Visual Studio draw a guideline (a vertical line after a certain amount of characters). I recently found a simple solution I would like to share: If you …
21
votes
26answers
1k views

What is the most under-valued part of .NET?

The .NET framework is massive. I've used it for years and I've still not used most of it. I'd like to expand my knowledge of the Framework's backwaters but just reading thought it seems daunting. So …
17
votes
24answers
979 views

Common mistakes for CSS-designers to avoid?

What are some of the most common mistakes made by CSS-Designers?
17
votes
30answers
1k views

.NET time sinkholes?

What .NET issue have you run into that wasted hours and hours of your time, was nearly impossible to debug, and could have been easily avoided if you had known just one quirk of the framework?
16
votes
24answers
2k views

What is the most useful R trick?

In order to share some more tips and tricks for R, what is you single-most useful feature or trick? Clever vectorization? Data input/output? Visualization and graphics? Statistical analysis? …
16
votes
24answers
1k views

Java - Common Gotchas

In the same spirit of other platforms, it seemed logical to follow up with this question: What are common non-obvious mistakes in Java? Things that seem like they ought to work, but don't. I won't …

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