¡@

Home 

c# Programming Glossary: richter

What is a Managed Module (compared to an Assembly)?

http://stackoverflow.com/questions/1326556/what-is-a-managed-module-compared-to-an-assembly

quite rare though. The Don Box book Esssential .NET the Richter CLR via C# gives good coverage of the topic. For complete details..

Is object creation in getters bad practice?

http://stackoverflow.com/questions/2101646/is-object-creation-in-getters-bad-practice

invalid state of objects. Sourses CLR via C# Jeffrey Richter. Chapter 9. Defining Properties Intelligently Framework Design..

Why a C# struct cannot be inherited? [duplicate]

http://stackoverflow.com/questions/2310103/why-a-c-sharp-struct-cannot-be-inherited

10 answers I am reading CLR via C# by Jeffery Richter and it says a struct is a value type and cannot be inherited...

Setting Objects to Null/Nothing after use in .NET

http://stackoverflow.com/questions/2785/setting-objects-to-null-nothing-after-use-in-net

a good discussion about the inner workings with Jeffrey Richter on Dot Net Rocks here Jeffrey Richter on the Windows Memory.. with Jeffrey Richter on Dot Net Rocks here Jeffrey Richter on the Windows Memory Model and Richters book CLR via C# chapter.. Rocks here Jeffrey Richter on the Windows Memory Model and Richters book CLR via C# chapter 20 has a great treatment share improve..

Multithreading reference?

http://stackoverflow.com/questions/601558/multithreading-reference

thread safe collections so hard Threading in C# Jeffrey Richter ™s Power Threading Library Implementing a Thread Safe Queue using..

Why is the C# compiler emitting a callvirt instruction for a GetType() method call?

http://stackoverflow.com/questions/845657/why-is-the-c-sharp-compiler-emitting-a-callvirt-instruction-for-a-gettype-meth

they valued safety over performance. See Also Jeff Richter does a better job at this in his 'Designing Types' chapter in..