¡@

Home 

c# Programming Glossary: colleagues

Shredding files in .NET

http://stackoverflow.com/questions/1046635/shredding-files-in-net

claims to have put this legend finally to rest. He and his colleagues ran a scientific study to take a close look at hard disks of..

How can I debug SessionStateModule/REQUEST_AQUIRE_STATE taking > 100 seconds on half of my requests?

http://stackoverflow.com/questions/11250167/how-can-i-debug-sessionstatemodule-request-aquire-state-taking-100-seconds-on

2012. It's currently only happening on my machine my colleagues are all still on VS 2010 but I'm hoping to uninstall VS 2012..

How to permanently disable region-folding in Visual Studio 2008

http://stackoverflow.com/questions/115694/how-to-permanently-disable-region-folding-in-visual-studio-2008

to turn off code folding in visual studio 2008 Some of my colleagues love it but I personally always want to see all the code and..

For i = 0, why is (i += i++) equal to 0?

http://stackoverflow.com/questions/13516689/for-i-0-why-is-i-i-equal-to-0

The result of i is 0. I expected 2 as some of my colleagues did . Probably the compiler creates some sort of structure that..

Pascal casing or Camel Casing for C# code?

http://stackoverflow.com/questions/149491/pascal-casing-or-camel-casing-for-c-sharp-code

but it's the same. As I stated in the first paragraph my colleagues use the Pascal convention for everything variables methods table..

WCF service returning an array of dictionary<string, object>

http://stackoverflow.com/questions/2160052/wcf-service-returning-an-array-of-dictionarystring-object

VERY error prone. Consider that later you or one of your colleagues modifies one line of code new Dictionary string object pty1..

Why does C# execute Math.Sqrt() more slowly than VB.NET?

http://stackoverflow.com/questions/3025968/why-does-c-sharp-execute-math-sqrt-more-slowly-than-vb-net

Background While running benchmark tests this morning my colleagues and I discovered some strange things concerning performance..

Should we select VB.NET or C# when upgrading our legacy applications? [closed]

http://stackoverflow.com/questions/507291/should-we-select-vb-net-or-c-sharp-when-upgrading-our-legacy-applications

It was thought provoking and I'll be going over it with my colleagues as we select a language for our future development. c# .net..

Why would var be a bad thing?

http://stackoverflow.com/questions/545616/why-would-var-be-a-bad-thing

would var be a bad thing I've been chatting with my colleagues the other day and heard that their coding standard explicitly..

Json.NET + VerificationException Operation could destabilize the runtime

http://stackoverflow.com/questions/5968084/json-net-verificationexception-operation-could-destabilize-the-runtime

here are couple of things the same source code works in my colleagues machine. I looked and searched for each reference to NewtonSoft.Json.dll..

Which is preferred: Nullable<>.HasValue or Nullable<> == null?

http://stackoverflow.com/questions/676078/which-is-preferred-nullable-hasvalue-or-nullable-null

Why does the VS Metadata view does not display explicit interface implemented members

http://stackoverflow.com/questions/7268632/why-does-the-vs-metadata-view-does-not-display-explicit-interface-implemented-me

the IConvertible members. I've done some tests with some colleagues including creating our own classes and came to the conclusion..

Use value of a parent property when creating a complex child in AutoFixture

http://stackoverflow.com/questions/7319984/use-value-of-a-parent-property-when-creating-a-complex-child-in-autofixture

to work with both for AutoFixture and yourself and your colleagues. Given the API above I don't see any way this can be made much..