Home All Groups Group Topic Archive Search About

Visual C# .NET

microsoft.public.dotnet.languages.csharp
Score MySQL sample ?
Kid - 21 Dec 2008 8:36 PM - 5 messages
Hi Is there some good MySQL database sample use C# or VC or MFC ? Is there some good api or library that I can access MySQL without MySQL ODBC driver ? Thank for your grand help. ...
Score switch case and efficiency
Martijn Mulder - 21 Dec 2008 8:35 PM - 9 messages
I have well over a thousend cases after a switch. 1. Is there a practical limit to the number of cases? 2. Can I optimize (and uglify) my code so that switch-case runs faster? 3. How is switch implemented (binary search, linear search...)? ...
Score graphics
Michael - 21 Dec 2008 3:16 AM - 5 messages
Hello, I am trying to follow a graphics tutorial which gives the following code private void DrawShapesForm_Paint(object sender, PaintEventArgs e)         {            // references to object we will use ...
Score Microsoft 101 samples "Consume a Web Service"
Lou - 21 Dec 2008 2:37 AM - 2 messages
I opened the sample application and it errors on this line I am very new to C# and am trying to test Web Services. using Microsoft.Uddi; -Lou ...
Next » 2 3 4 5 6 7 8 9 10