¡@

Home 

c# Programming Glossary: discusses

Read Introduction in C# - how to protect against it?

http://stackoverflow.com/questions/14799876/read-introduction-in-c-sharp-how-to-protect-against-it

C# how to protect against it An article in MSDN Magazine discusses the notion of Read Introduction and gives a code sample which..

How to test method call order with Moq

http://stackoverflow.com/questions/1765738/how-to-test-method-call-order-with-moq

implemented. See Issue 24 MockSequence . This thread discusses the issue. You might consider revising your tests though. I..

How to programmatically create a file association that works in XP, Vista and Windows 7

http://stackoverflow.com/questions/1807742/how-to-programmatically-create-a-file-association-that-works-in-xp-vista-and-wi

sure whether it is good to change this. However this post discusses the various keys in the registry that you can use. But even..

Why value-types are stored onto Stacks?

http://stackoverflow.com/questions/1932155/why-value-types-are-stored-onto-stacks

design share improve this question Eric Lippert discusses this here firstly it is incorrect that value types are stored..

how are nullable types implemented under the hood in .net?

http://stackoverflow.com/questions/2503811/how-are-nullable-types-implemented-under-the-hood-in-net

the hood in .net In our own Jon Skeet's C# in depth he discusses the 3 ways to simulate a 'null' for value types Magic value..

Unit testing with EF4 “Code First” and Repository

http://stackoverflow.com/questions/3463017/unit-testing-with-ef4-code-first-and-repository

perspective. Here's an excellent article on MSDN that discusses testability of EF code. It uses IObjectSet but I think it's..

Is it considered acceptable to not call Dispose() on a TPL Task object?

http://stackoverflow.com/questions/3734280/is-it-considered-acceptable-to-not-call-dispose-on-a-tpl-task-object

there risks consequences Is there any documentation that discusses this Or is there an appropriate way of disposing of the Task..

Parsing JSON using Json.net

http://stackoverflow.com/questions/401756/parsing-json-using-json-net

with my object would be ideal and every example I find discusses serializing the JSON first but I'm not sure how I would build..

Catch an exception thrown by an async method

http://stackoverflow.com/questions/5383310/catch-an-exception-thrown-by-an-async-method

2010 11 01 csharp5 async exceptions is pretty good it discusses the steps the compiler takes to achieve this magic. share improve..

Any NIO frameworks for .NET?

http://stackoverflow.com/questions/648282/any-nio-frameworks-for-net

a preview of C# Network Programming on Google Books which discusses among other things asynchronous socket calls. This MSDN article..

Overload resolution of virtual methods

http://stackoverflow.com/questions/6789783/overload-resolution-of-virtual-methods

is never even considered by the compiler. Eric Lippert discusses some of the reasons for this design in this blog post . share..

Boxing Occurrence in C#

http://stackoverflow.com/questions/7995606/boxing-occurrence-in-c-sharp

a direct link to the section of my online .NET course that discusses boxing in detail http motti.me mq If you are only interested.. though the link above will take you there as well once it discusses the more basic stuff http motti.me mu I hope this helps Motti..

Non-unique enum values

http://stackoverflow.com/questions/8043027/non-unique-enum-values

is a direct link to the section of my .NET tutorial that discusses enumerations under the hood http motti.me c1E share improve..

When will C# AES algorithm be FIPS compliant?

http://stackoverflow.com/questions/939040/when-will-c-sharp-aes-algorithm-be-fips-compliant

This question on Microsoft's .NET Base Class Library forum discusses which algorithms are FIPS compliant and has good links. It appears..