Tagged Questions

0
votes
1answer
36 views

C#: Integer value being returned as hexadecimal in VS 2008

I have a c# code snippets where i am creating a list of my custom class objects.When i am taking the count of that,its showing me a hexadecimal value in the quickwatch window. But if i type …
-1
votes
3answers
170 views

Is VS2008 Written in c#/.net

Obviously VS2008 is written in part in c# but I'm wondering to what's extend. Is c# the driving force with win32 interop or is it mostly win32 with some c# interop
0
votes
3answers
77 views

How do I Programmatically change Connection String un LINQ C# Winforms

Hey Guys. This question may be redundant, but i could not totally understand how to do this. I need to be able to, when the users Run my Winforms app, can search for the instance of SQL if the …