Tagged Questions

111
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. …
79
votes
21answers
20k views

How to get started in operating system development

One thing I've always wanted to do is develop my very own operating system (not necessarily fancy like Linux or Windows, but better than a simple boot loader which I've already done). I'm having a …
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 …
32
votes
31answers
2k views

What are some advanced software development topics every developer should know?

Let's say your company has given you the time & money to acquire training on as many advanced programming topics that you can eat in a year, carte blanche. What would those topics be and how would …
13
votes
3answers
511 views

What is ->* operator in C++?

C++ continues to surprise me. Today i found out about the ->* operator. It is overloadable but i have no idea how to invoke it. I manage to overload it in my class but i have no clue how to call it. …
9
votes
10answers
375 views

Learning advanced CSS

Hi friends, I know basic CSS to the point that I can write simple style sheets which actually adds simple decoration to the html elements. (like border, text-color, background, font etc.) But I just …
8
votes
9answers
307 views

Best Practices for Robustness

I just came across this question about initializing local variables. Many of the answers debated simplicity/readability vs. robustness. As a developer of (remotely deployed) embedded systems, I …
8
votes
11answers
4k views

Where are static variables stored (in C/C++)?

In what segment (.BSS, .DATA, other) of an executable file are static variables stored so that they don't have name collision? For example: foo.c: bar.c: static int foo = 1; …
7
votes
3answers
749 views

Best Blogs for Software Architecture

What are the best blogs for topics related to software architecture concepts, as opposed to low-level programming concepts?
4
votes
4answers
357 views

Looking for advanced C programming book

I need a book that deals with implementing real projects in C, in contrast to "C Programming Language" which I recently finished reading and mastered, that only teaches the language. Something that …
4
votes
3answers
133 views

Help needed for extending Asp.Net

As most of you would know, if I drop a file named app_offline.htm in the root of an asp.net application, it takes the application offline as detailed here. You would also know, that while this is …
4
votes
7answers
1k views

C# Unsafe/Fixed Code

Can someone give an example of a good time to actually use "unsafe" and "fixed" in C# code? I've played with it before, but never actually found a good use for it. Consider this code... fixed …
3
votes
2answers
75 views

Advanced Jquery Form Errors (IE7)

Hi, I recently created a advanced form with elements that use jquery's $().hide & $().show functions. It's working great in safari and ff, but for some reason in ie7, the $().hide action in …
3
votes
2answers
260 views

What is a good book for learning advanced WPF material?

I've been dabbling with WPF for about 6 months now and I'm pretty confident with 90% of the Framework. I read WPF Unleashed by Adam Nathan,cover to cover, twice, to get up to speed but now I'm ready …
3
votes
3answers
341 views

Custom swing component - Turning a node into text

I'm writing a custom swing component (something completely new, but think JTree or JList). I'm trying to follow the general design of JTree, JTable, JList etc for consistency (I've also seen various …

1 2 3 next
15 30 50 per page