¡@

Home 

c# Programming Glossary: vs2003

VS2003 Web Reference for a WCF Service has Extra “IdSpecified” Parameter

http://stackoverflow.com/questions/1184245/vs2003-web-reference-for-a-wcf-service-has-extra-idspecified-parameter

Web Reference for a WCF Service has Extra &ldquo IdSpecified&rdquo.. In fact if you were to create an ASMX web service with VS2003 with the same method signature you would find the same result... Since they are value types they can't return null and VS2003 did not have nullable types . The solution that Microsoft implemented..

Omitting XML processing instruction when serializing an object

http://stackoverflow.com/questions/164585/omitting-xml-processing-instruction-when-serializing-an-object

serializing an object I'm serializing an object in a C# VS2003 .Net 1.1 application. I need it serialized without the processing..

Why IEnumerator of T inherts from IDisposable, but non-generic IEnumerator does NOT?

http://stackoverflow.com/questions/232558/why-ienumerator-of-t-inherts-from-idisposable-but-non-generic-ienumerator-does

foreach never called Dispose 1 . With C# 1.2 introduced in VS2003 there's no 1.1 bizarrely foreach began to check in the finally..

What are the correct version numbers for C#?

http://stackoverflow.com/questions/247621/what-are-the-correct-version-numbers-for-c

2002 C# 1.2 bizarrely enough released with .NET 1.1 and VS2003 April 2003 . First version to call Dispose on IEnumerator s..