¡@

Home 

c# Programming Glossary: atwood

Auto-implemented getters and setters vs. public fields

http://stackoverflow.com/questions/111461/auto-implemented-getters-and-setters-vs-public-fields

still insist on verbose properties for all classes. Jeff Atwood dealt with this a few years ago. The most important point he..

How do I invoke an extension method using reflection?

http://stackoverflow.com/questions/1452261/how-do-i-invoke-an-extension-method-using-reflection

new MyObject Name Jon Simpson new MyObject Name Jeff Atwood Func MyObject bool NameEquals BuildEqFuncFor MyObject Name..

C#, FindControl

http://stackoverflow.com/questions/1457567/c-findcontrol

share improve this question Courtesy of Mr. Atwood himself here's a recursive version of the method. I would also..

Displaying the build date

http://stackoverflow.com/questions/1600962/displaying-the-build-date

date time compilation share improve this question Jeff Atwood had a few things to say about this issue in Determining Build..

Random playlist algorithm

http://stackoverflow.com/questions/1816534/random-playlist-algorithm

the rest should be easy. Here's more detail from Jeff Atwood. Lastly here's Jon Skeet's implementation and description ...

When to use StringBuilder?

http://stackoverflow.com/questions/1825781/when-to-use-stringbuilder

read The Sad Tragedy of Micro Optimization Theater by Jeff Atwood. It treats Simple Concatenation vs. StringBuilder vs. other..

Popularity algorithm

http://stackoverflow.com/questions/32397/popularity-algorithm

that it is approximately the following from another Jeff Atwood post t time of entry post Dec 8 2005 x upvotes downvotes y 1..

What is Difference between Property and Variable in C#

http://stackoverflow.com/questions/4142867/what-is-difference-between-property-and-variable-in-c-sharp

reasons. I would also like to point to a blog post of Jeff Atwood And conclude with a quote from this article The really important..

Is BCrypt a good hashing algorithm to use in C#? Where can I find it?

http://stackoverflow.com/questions/481160/is-bcrypt-a-good-hashing-algorithm-to-use-in-c-where-can-i-find-it

password security doesn't matter. Other resources Jeff Atwood .NET Encryption Simplified great for an overview of hashing.. Simplified great for an overview of hashing Jeff Atwood I just logged in as you Jeff Atwood You're probably storing.. of hashing Jeff Atwood I just logged in as you Jeff Atwood You're probably storing passwords incorrectly Jeff Atwood Speed..

How can i Hide my c# application from taskmanager processtab?

http://stackoverflow.com/questions/7143541/how-can-i-hide-my-c-sharp-application-from-taskmanager-processtab

you really want to know you hook into the WinLogon @Jeff Atwood explains it here http www.codinghorror.com blog 2007 06 how..

C# code to linkify urls in a string

http://stackoverflow.com/questions/758135/c-sharp-code-to-linkify-urls-in-a-string

Regex.Replace Method at MSDN The Problem With URLs by Jeff Atwood Parsing URLs with Regular Expressions and the Regex Object Format..