¡@

Home 

c# Programming Glossary: he's

FindAll vs Where extension-method

http://stackoverflow.com/questions/1531702/findall-vs-where-extension-method

Just to react a bit more to Matthew's answer I don't think he's tested it quite thoroughly enough. His predicate happens to..

Creating your own Tinyurl style uid

http://stackoverflow.com/questions/190701/creating-your-own-tinyurl-style-uid

a better way to go in this case. EDIT To explain the math he's essentially flipping a coin and then picking a number or letter..

C# ref keyword usage

http://stackoverflow.com/questions/1981916/c-sharp-ref-keyword-usage

go into best practices but if you understand the examples he's given you'll know when you need to use them. share improve..

Which .NET Dependency Injection frameworks are worth looking into? [closed]

http://stackoverflow.com/questions/21288/which-net-dependency-injection-frameworks-are-worth-looking-into

I listened to Nate on one of the Herding Code podcasts and he's one switched on guy and the screencasts I've watched have really..

Does C# support multiple inheritance?

http://stackoverflow.com/questions/2456154/does-c-sharp-support-multiple-inheritance

multiple inheritance. I'm saying it's not supported and he's saying it is. So I thought that I'd ask the brainy bunch on..

How to programmatically detect when the OS (Windows) is waking up or going to sleep

http://stackoverflow.com/questions/4693689/how-to-programmatically-detect-when-the-os-windows-is-waking-up-or-going-to-sl

to sleep Background My son likes to use his laptop when he's not supposed to and I just thought it would be handy if I could..

Why do I need the Singleton design pattern?

http://stackoverflow.com/questions/482594/why-do-i-need-the-singleton-design-pattern

choose elements before thinking about the problem he's trying to solve unless he's trying to achieve an effect or style... thinking about the problem he's trying to solve unless he's trying to achieve an effect or style. Moreover if another solution..

Is C# really slower than say C++?

http://stackoverflow.com/questions/5326269/is-c-sharp-really-slower-than-say-c

has the skill to produce one that will give the results he's decided he wants. In fact it's probably easier to write code..

WCF, Interface return type and KnownTypes

http://stackoverflow.com/questions/6108076/wcf-interface-return-type-and-knowntypes

the other end. So it can be anything. When he gets a List he's confused. The correct way to do it was to add the KnownType..

is there a way to read a word document line by line

http://stackoverflow.com/questions/6924056/is-there-a-way-to-read-a-word-document-line-by-line

Microsoft.Interop.Word object although where he's getting the Doc object is beyond me. I would assume you create..