Wrox Programmer Forums
Go Back   Wrox Programmer Forums > C# and C > C# 1.0 > C#
|
C# Programming questions specific to the Microsoft C# language. See also the forum Beginning Visual C# to discuss that specific Wrox book and code.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the C# section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old June 24th, 2004, 06:28 PM
Friend of Wrox
 
Join Date: Jun 2004
Posts: 245
Thanks: 0
Thanked 0 Times in 0 Posts
Default What is C# Component equivalent to in VB.NET

What is C# Component equivalent to in VB.NET?



 
Old June 25th, 2004, 04:07 AM
Imar's Avatar
Wrox Author
 
Join Date: Jun 2003
Posts: 17,089
Thanks: 80
Thanked 1,576 Times in 1,552 Posts
Default

I would say a VB.NET Component ;)

Just kidding; I think your question isn't very clear. What C# Component are you referring to? In what context?

Imar
---------------------------------------
Imar Spaanjaars
Everyone is unique, except for me.
 
Old June 25th, 2004, 09:04 AM
Friend of Wrox
 
Join Date: Jun 2003
Posts: 453
Thanks: 0
Thanked 1 Time in 1 Post
Send a message via AIM to Ankur_Verma Send a message via MSN to Ankur_Verma
Default

On the surface level .Net doesnt descriminate amonge languages. The very theme of .Net is that you are able to do what you want regardless of the language you know. Which pretty much means that if you know any of the langugages currently supported by .Net and there's one thing that you can do using this language, then your friend who knows a different language supported by .Net should be able to do the same thing.

So if it is class library or Windows Control library your are talking about (which are normally made in c# because of its OOP nature) they are called the same in VB.Net and made and used in the same way.

Ankur
 
Old July 1st, 2004, 03:24 PM
Authorized User
 
Join Date: Jul 2004
Posts: 69
Thanks: 0
Thanked 1 Time in 1 Post
Default

It should be noted that VB.NET cannot overload operators whereas C# can. There are other small difference in the fundemental languages but you are right that the CLR allow you to use the same namespaces no matter what language you are using.

Additionally, I think an answer to your question is possibly that Modules are similar. I am not a VB programmer though so don't quote me on that.

www.CoderForRent.com
Get A Computer Job!





Similar Threads
Thread Thread Starter Forum Replies Last Post
VB equivalent of this C# code yukijocelyn ASP.NET 2.0 Basics 2 October 1st, 2007 10:22 PM
What is the Equivalent Syntax in VB.NET r_taduri VB.NET 2002/2003 Basics 1 June 2nd, 2006 12:49 PM
Equivalent of ListView.FindItem in VB.NET ashu_from_india VS.NET 2002/2003 1 October 24th, 2005 02:29 PM
call window dialog component with asp.net/vb.net s3ng ASP.NET 1.x and 2.0 Application Design 0 June 21st, 2005 04:54 AM
VB6! what is the VB.Net equivalent Louisa VB.NET 2002/2003 Basics 2 January 15th, 2004 12:32 PM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.