¡@

Home 

c# Programming Glossary: hearing

Catching base Exception class in .NET

http://stackoverflow.com/questions/114658/catching-base-exception-class-in-net

base Exception class in .NET I keep hearing that catch Exception ex Is bad practise however I often use..

What does it mean when you say C# is component oriented language?

http://stackoverflow.com/questions/1234283/what-does-it-mean-when-you-say-c-sharp-is-component-oriented-language

of what I read made sense to me except one thing. I keep hearing that C# is component oriented language Wikipedia was really..

Is the C# compiler smart enough to optimize this code?

http://stackoverflow.com/questions/2162541/is-the-c-sharp-compiler-smart-enough-to-optimize-this-code

again ignore code readability . Note I'm not interested in hearing the 'micro optimization' argument which may be valid in the..

WCF OperationContract - which generic collection type should I expose?

http://stackoverflow.com/questions/2297100/wcf-operationcontract-which-generic-collection-type-should-i-expose

type will be a List T . I am really interested in hearing your takes on this preferably with a good explanation of why..

Embedding mercurial revision information in Visual Studio c# projects automatically

http://stackoverflow.com/questions/2386440/embedding-mercurial-revision-information-in-visual-studio-c-sharp-projects-autom

file on a Windows 7 and or Vista box I would appreciate hearing how it went. Finally my aesthetic problem with this solution..

using statement vs try finally

http://stackoverflow.com/questions/278902/using-statement-vs-try-finally

might be more concise than try finally. I'm interested in hearing some ideas on why one way may not be recommended or why one..

Project Euler: Problem 1 (Possible refactorings and run time optimizations)

http://stackoverflow.com/questions/3374622/project-euler-problem-1-possible-refactorings-and-run-time-optimizations

refactorings and run time optimizations I have been hearing a lot about Project Euler so I thought I solve one of the problems..

How do you validate an object's internal state?

http://stackoverflow.com/questions/343605/how-do-you-validate-an-objects-internal-state

you validate an object's internal state I'm interested in hearing what technique s you're using to validate the internal state..

What JSON library works well for you in .NET?

http://stackoverflow.com/questions/571168/what-json-library-works-well-for-you-in-net

library works well for you in .NET I'd be interested in hearing what JSON library folks in the community have been using inside..

How to implement HMAC Authentication in a RESTful WCF API

http://stackoverflow.com/questions/8363315/how-to-implement-hmac-authentication-in-a-restful-wcf-api

to access the desired API method. We're certainly open to hearing other options on how to accomplish custom username password..