4
votes
3answers
118 views
When is it best to use Static Functions in ASP.NET
Hi all,
I have been wondering, When to use static functions and when not to in ASP.NET
What are the advantages and disadvantages in using them, in various aspects like performanc …
2
votes
4answers
233 views
First version of Linux
Hi there
I've heard many times that Linus Torvalds is a genius when it comes to writing good code. I also wish to write good code and I'd like to see how the first version of Linu …
7
votes
11answers
560 views
What inherited code has impressed or inspired you?
I've heard a ton of complaining over the years about inherited projects that us developers have to work with. The WTF site has tons of examples of code that make me actually mutte …
4
votes
9answers
942 views
Good C# code samples?
You know how Steve Yegge recommends reading good code and bad code in order to learn from it? Well, I'm looking for good C# samples. Any suggestions?
