ˇ@

Home 

c# Programming Glossary: puzzles

C# newbie: what's the difference between “bool” and “bool?”?

http://stackoverflow.com/questions/1181491/c-sharp-newbie-whats-the-difference-between-bool-and-bool

I'm starting with C# and encountered something that puzzles me. I use the bool type for variables as I was used to in C..

C# Potential Interview Question?¦Too hard? [closed]

http://stackoverflow.com/questions/154112/c-sharp-potential-interview-questiontoo-hard

if A.Foo is virtual and B overrides it. If you like C# puzzles and oddities I've got a few too including this one . share..

Why does StyleCop recommend prefixing method or property calls with “this”?

http://stackoverflow.com/questions/1562540/why-does-stylecop-recommend-prefixing-method-or-property-calls-with-this

of opinion on coding standard but there is one rule which puzzles me because I haven't seen anyone else recommend it and because..

Does this code really cause an “access to modified closure” problem?

http://stackoverflow.com/questions/2242371/does-this-code-really-cause-an-access-to-modified-closure-problem

access to a modified closure . I read about these but what puzzles me here is that Resharper suggests fixing this by extracting..

Detecting coincident subset of two coincident line segments

http://stackoverflow.com/questions/2255842/detecting-coincident-subset-of-two-coincident-line-segments

and 2 what the results coming out mean. Both are little puzzles that you have to figure out if you want to use the method. I..

Method should return multiple values

http://stackoverflow.com/questions/2918861/method-should-return-multiple-values

C# web request with POST encoding question

http://stackoverflow.com/questions/2962155/c-sharp-web-request-with-post-encoding-question

...more... The line marked is the line that puzzles me. Shouldn't the data be encoded using the UrlEncode method..

Learning C# with exercises, questions and puzzles [closed]

http://stackoverflow.com/questions/3311205/learning-c-sharp-with-exercises-questions-and-puzzles

C# with exercises questions and puzzles closed I learned Java with the help of the book 'Java how to..

C# 'var' keyword versus explicitly defined variables [duplicate]

http://stackoverflow.com/questions/429446/c-sharp-var-keyword-versus-explicitly-defined-variables

impressed with the suggestions it makes. One suggestion puzzles me however. When I explicitly define a variable such as List..

When is ObjectQuery really an IOrderedQueryable?

http://stackoverflow.com/questions/9025137/when-is-objectquery-really-an-iorderedqueryable

the parameter of ThenBy is still seen as IQueryable which puzzles me a bit . Now suppose some method returns an ObjectQuery Plot..