473,386 Members | 1,712 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,386 software developers and data experts.

Chart of C# to VB.NET equivelent syntax

After starting programming with VB.NET, I switched to programming in C# a
few years ago. I just landed a new job where I will be coding in exclusively
VB.NET. Does anyone know of a C# to VB.NET syntax equivalency chart? This
would definitely make the transition a easier!

Thanks

Earl
Nov 16 '05 #1
5 1254
Earl,
Have you looked at the following page?

http://msdn.microsoft.com/library/de...quivalents.asp

Hope this helps
Jay

"Earl Teigrob" <ea******@hotmail.com> wrote in message
news:%2****************@TK2MSFTNGP11.phx.gbl...
After starting programming with VB.NET, I switched to programming in C# a
few years ago. I just landed a new job where I will be coding in exclusively VB.NET. Does anyone know of a C# to VB.NET syntax equivalency chart? This
would definitely make the transition a easier!

Thanks

Earl

Nov 16 '05 #2
This too is outstanding...
http://www.werelight.com/docs/dotnet_lang_quickref.htm
--
<%= Clinton Gallagher
A/E/C Consulting, Web Design, e-Commerce Software Development
Wauwatosa, Milwaukee County, Wisconsin USA
NET csgallagher@ REMOVETHISTEXT metromilwaukee.com
URL http://www.metromilwaukee.com/clintongallagher/

"Jay B. Harlow [MVP - Outlook]" <Ja************@msn.com> wrote in message
news:Or**************@TK2MSFTNGP09.phx.gbl...
Earl,
Have you looked at the following page?

http://msdn.microsoft.com/library/de...quivalents.asp
Hope this helps
Jay

"Earl Teigrob" <ea******@hotmail.com> wrote in message
news:%2****************@TK2MSFTNGP11.phx.gbl...
After starting programming with VB.NET, I switched to programming in C# a
few years ago. I just landed a new job where I will be coding in

exclusively
VB.NET. Does anyone know of a C# to VB.NET syntax equivalency chart? This
would definitely make the transition a easier!

Thanks

Earl


Nov 16 '05 #3
> Earl Teigrobwrote:
After starting programming with VB.NET, I switched to programming in
C# a
few years ago. I just landed a new job where I will be coding in exclusively VB.NET. Does anyone know of a C# to VB.NET syntax equivalency chart? This would definitely make the transition a easier!

Thanks

Earl


There's a great little pocket reference from O'Reilly called "C# &
VB.NET Conversion Pocket Reference".
Posted Via Usenet.com Premium Usenet Newsgroup Services
----------------------------------------------------------
** SPEED ** RETENTION ** COMPLETION ** ANONYMITY **
----------------------------------------------------------
http://www.usenet.com
Nov 16 '05 #4
Hello,

There is a very good White paper avaliable at the following link which explains Differences Between Visual Basic .NET and Visual C# .NET -

http://support.microsoft.com/default...;EN-US;Q308470

Regards,
Reshma

"clintonG" wrote:
This too is outstanding...
http://www.werelight.com/docs/dotnet_lang_quickref.htm
--
<%= Clinton Gallagher
A/E/C Consulting, Web Design, e-Commerce Software Development
Wauwatosa, Milwaukee County, Wisconsin USA
NET csgallagher@ REMOVETHISTEXT metromilwaukee.com
URL http://www.metromilwaukee.com/clintongallagher/

"Jay B. Harlow [MVP - Outlook]" <Ja************@msn.com> wrote in message
news:Or**************@TK2MSFTNGP09.phx.gbl...
Earl,
Have you looked at the following page?

http://msdn.microsoft.com/library/de...quivalents.asp

Hope this helps
Jay

"Earl Teigrob" <ea******@hotmail.com> wrote in message
news:%2****************@TK2MSFTNGP11.phx.gbl...
After starting programming with VB.NET, I switched to programming in C# a
few years ago. I just landed a new job where I will be coding in

exclusively
VB.NET. Does anyone know of a C# to VB.NET syntax equivalency chart? This
would definitely make the transition a easier!

Thanks

Earl



Nov 16 '05 #5
Dan
"clintonG" <csgallagher@RE************@metromilwaukee.com> wrote in message news:<Ol**************@tk2msftngp13.phx.gbl>...
This too is outstanding...
http://www.werelight.com/docs/dotnet_lang_quickref.htm


I really like that reference, thanks for posting it. The one thing I
did not see there was operator conversions. I found the MSDN
reference helpful when I had to start doing bitwise work in VB.net and
C#.

ms-help://MS.VSCC.2003/MS.MSDNQTR.2003FEB.1033/vsintro7/html/vxgrfLanguageEquivalentsOperators.htm

-Dan Shanyfelt
Nov 16 '05 #6

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

8
by: Prabhakar | last post by:
Friends, I have been migrating ASP applications from IIS4.0/NT4.0 to IIS5.0/W2K. All the applications working perfectly except one. This particular application will make use of asp chart object....
22
by: PeteCresswell | last post by:
I've been to http://msdn.microsoft.com/library/default.asp?url=/library/en-us/mschrt/html/vbobjtitleobject.asp, but still don't have a clue. For example, I've got a chart object namde...
8
by: deko | last post by:
When using automation (and especially with early binding) I've heard it is best to use explicit references to everything. For example: Dim xlChart as Excel.Chart rather than Dim objChart...
6
by: ghanley | last post by:
Does anyone know how to change the datasource of an Embedded Excel chart in an unbound Object Frame. How to reference the properties?? I want to do something like this. Dim XLChart as...
8
by: bryan | last post by:
Is there any way I can get the application path (the one returned by Request.ApplicationPath) in the Application_Start method in Global.asax? Request is not valid there. On a related note, is there...
3
by: kc5 | last post by:
I have a chart based on a crosstab query of SectionName versus Status where Status is Open, Ready for Closure, or Closed. The problem is that when there are no SectionNames at status Ready for...
2
by: Mike Lowery | last post by:
I'm trying to write an ASP.Net app that uses Log Parser 2.2's COM interface to read some Windows Media Server (W3C) log files and generate a chart (GIF file) on the web server. I'm getting an error...
0
by: madhatter84gn | last post by:
I am trying to automate an excel spreadsheet and then create a chart. Dim chartRange As Excel.Range If rollup Then chartRange = sheet.Range("O2:Q14", Type.Missing) ...
0
by: damian.mcbride | last post by:
I am using C# to take data from a database and place in an Excel 2003 spreadsheet. Depending on the user query the data can be anything from a few rows to 1000 rows. The Excel 2003 sheet is a...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.