C# C Sharp and Tutorials on C# Friends.com
http://www.csharpfriends.com
World's Greatest C# Community    
Home Articles C# Forums Books C# Syntax C# Spec C# Jobs free Source Code Advertise About
 

Control Panel

[ Sign In / register ]
Points   
Notes 
My Forums
My Tutorials
My Profile

Resources

Learn
 Articles
 QuickStarts
 C# Spec
 Whitepapers
 Tools
 Class Browser
 C# Code Generator
 Links
 Misc Rss Feeds
 Code Highlight
 411 Directory
 FREE magazines
 freevb.net

Reviews
  ASP.NET Hosting

Source Code
 Get Version 1.0



C# Consulting
AspDotNetStoreFront
       
C# Forums Home   Search   Login   Register   Member List  

  Viewing User Profile for: David Anton
 About  Contact
Joined: 08-16-2005 06:31 PM
Last Login: 12-08-2009 12:27 PM
Website:
Location: Unavailable to anonymous users.
Occupation: Unavailable to anonymous users.
Interests: Unavailable to anonymous users.
Yesterday's Points: Unavailable to anonymous users.
Today's Points: Unavailable to anonymous users.
Points This Month: Unavailable to anonymous users.
Total Points: Unavailable to anonymous users.
Signature: David Anton
Convert between VB, C#, C++, & Java
http://www.tangiblesoftwaresolutions.com
Email: Unavailable to anonymous users.
MSN IM: Unavailable to anonymous users.
AIM: Unavailable to anonymous users.
Yahoo IM: Unavailable to anonymous users.
ICQ: Unavailable to anonymous users.
 Post Statistics
David Anton has contributed to 45 out of 3,213 total posts (1.40% of total).
Most Recent Posts:
Re: out and ref keywords in C# 11/13/2009 4:43:38 PM   (Total replies: 0)
'ref': the argument must be initialized before calling the method - the method *may* pass back a changed value. <br /> <br /> 'out': the argument can be uninitialized when you call the method - the method *must* set the parameter to some value.

Re: Covertin Vb code to C # 10/16/2009 8:13:14 PM   (Total replies: 0)
Txtresult.Text = rows[0][&quot;Distance&quot;];

Re: Covertin Vb code to C # 10/16/2009 9:15:08 PM   (Total replies: 1)
Try a cast as the message says - either &quot;Convert.ToString&quot; or &quot;(string)&quot; or &quot; as string&quot;. <br />

Re: vb.net vrs c# 9/25/2009 9:27:26 PM   (Total replies: 0)
Outside of the few differences that 'vulpes' indicated, there is very little difference in terms of functionality, speed, power, etc. <br /> <br /> The main difference is style. <br /> <br /> One other difference I can think of is that C# allows assignments within expressions - this is particularly useful for while loops to avoid two separate identical assignments. <br /> e.g., <br /> while ((x = Foo()) &gt; 0) <br /> { <br /> ... <br /> } <br /> <br /> In VB, you'd need: <br ...

Search for more...

       



Today's Top Movers

Yesterday Top Movers


Monthly Leaders

Top Members

Great Offers
.net hosting
Go To My Pc
Remote Pc Control
C#
ad server
snadtech GoToMyPc

Top of Page

Advertise | SiteMap | About | Link To Us | Privacy Notice Copyright © 2003 - 2005 CSharpFriends.com  All Rights Reserved  Visual C# Developer Center