Affiliate Programs
 
Search affiliate programs for: 
Affiliate Categories
» Affiliate Networks
» Ad Networks
» 2 Tier Programs
» Pay Per Sale
» Pay Per Lead
» Residual Income
» Datafeeds
» Multi Tier Programs
» Business Opps
» Other Programs

Newsletter
Get newly added affiliate programs by email. Enter your email here:
Article Categories
» Affiliate Marketing
» Business
» Ecommerce
» Hosting
» Marketing
» Sales
» Web Designing
» Webmasters
» SEO & Promotion
» Working At Home
» Other Articles
» Affiliate Glossary


Go Back   AffiliateSeeking Forum > Website Creation, Design & Maintenance > Programming

Programming Get help with creating your scripts/software or help others. Discuss anything relating to programming. Includes PHP, Perl, C++, ColdFusion, etc.

Reply
 
Thread Tools Display Modes
  #1  
Old 09-27-2011, 06:32 AM
vikramrandhawa vikramrandhawa is offline
Senior Member
 
Join Date: Sep 2011
Posts: 188
vikramrandhawa is on a distinguished road
Wink Difference between the C# and VB.net

How We differentiate the C# and Vb.net in .net Platform...
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2  
Old 10-15-2011, 07:11 AM
sayli sayli is offline
Junior Member
 
Join Date: Oct 2011
Posts: 19
sayli is on a distinguished road
C# is a programing language while VB.net is .net framework application.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3  
Old 11-22-2011, 11:14 AM
paydayloan paydayloan is offline
Senior Member
 
Join Date: Nov 2011
Posts: 256
paydayloan is on a distinguished road
c# is DOS basic programming language & vb.net is framework . net framework are multiple language support.
__________________
payday Loans Online
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4  
Old 12-27-2011, 07:23 AM
jhony king jhony king is offline
Senior Member
 
Join Date: Dec 2011
Posts: 469
jhony king is on a distinguished road
C# is programming language and VB.net window based language....
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5  
Old 03-15-2012, 07:51 AM
lucasyesher's Avatar
lucasyesher lucasyesher is offline
Senior Member
 
Join Date: Mar 2012
Location: New York, USA
Posts: 165
lucasyesher is on a distinguished road
Send a message via Skype™ to lucasyesher
I love to code with C#. It is too simple to understand and write also. I mostly love to code in asp.net with code behind. I also integrate the vb with the application if it is ever made by others.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #6  
Old 03-19-2012, 06:06 AM
dianna dianna is offline
Senior Member
 
Join Date: Aug 2011
Posts: 347
dianna is on a distinguished road
c# isn't really 'better' for learning as it's just another syntax for the same thing. The code all gets converted to the same language whether you do it in VB.NET or c#.

The downside to VB.NET is the framework must be installed (1.0 or 2.0 depending on your version of VS - we use both at work...awesome ) which is quite bulky...but more and more apps are starting to use it and it's becoming a default install on servers

The other downside is that the language is never going to be quite as quick as something made in c/c++.

So for games, I'd probably stick with C++ - for rapid development of applications I'd use .NET.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #7  
Old 03-20-2012, 07:45 AM
jasonaldein jasonaldein is offline
Senior Member
 
Join Date: Sep 2011
Location: Google Analytic
Posts: 139
jasonaldein is on a distinguished road
Vb.net is not case sensitive where C# is case sensitive.
__________________
article writing | brochure design
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #8  
Old 04-09-2012, 06:57 AM
maxsamuel maxsamuel is offline
Senior Member
 
Join Date: Mar 2012
Posts: 134
maxsamuel is on a distinguished road
Event gets bind automatically in VB.Net.
VB.NET is not case sensitive where C# is.
Shadowing: – This is a VB.Net Concept by which you can provide a new implementation for the base class member without overriding the member. You can shadow a base class member in the derived class by using the keyword “Shadows”. The method signature, access level and return type of the shadowed member can be completely different than the base class member.

Hiding: – This is a C# Concept by which you can provide a new implementation for the base class member without overriding the member. You can hide a base class member in the derived class by using the keyword “new”. The method signature, access level and return type of the hidden member has to be same as the base class member. Comparing the two:-
1) The access level, signature and the return type can only be changed when you are shadowing with VB.NET. Hiding and overriding demands these parameters as same.

2) The difference lies when you call the derived class object with a base class variable. In class of overriding although you assign a derived class object to base class variable it will call the derived class function. In case of shadowing or hiding the base class function will be called.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #9  
Old 04-13-2012, 10:35 AM
madhuriarora madhuriarora is offline
Senior Member
 
Join Date: Mar 2012
Posts: 172
madhuriarora is on a distinguished road
i have now days started to learn the code of vb.net i will study about c
# later then i will able to know the difference between both of them.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #10  
Old 05-29-2012, 02:28 PM
michaelhomas83 michaelhomas83 is offline
Banned
 
Join Date: May 2011
Posts: 349
michaelhomas83 is on a distinguished road
Both are same

but if you are jave developer then you will like to work in C#
if you are VB developer then you will like to work in VB.NET
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #11  
Old 08-01-2012, 10:22 AM
jairofuller721 jairofuller721 is offline
Junior Member
 
Join Date: Jul 2012
Posts: 15
jairofuller721 is on a distinguished road
I enjoy the code with C#. It is easy to understand and simple to write. I generally prefer to code in asp.net with code behind. I have also used vb.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #12  
Old 08-04-2012, 10:25 AM
annahussy annahussy is offline
Senior Member
 
Join Date: Jul 2012
Location: india
Posts: 111
annahussy is on a distinguished road
C# is the odject oriented programming language and its a new version of C and C++ language. C# is the language which design for work with .net platform.
VB.net is a new generation of visual basic and its have a new features and tools. Vb.net is one types of framework and it support many language.
__________________
MYOB Training Course Sydney
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #13  
Old 08-06-2012, 02:15 PM
bullockc83 bullockc83 is offline
Senior Member
 
Join Date: Jan 2011
Posts: 438
bullockc83 is on a distinguished road
.net and C# both are the part of .net frame work

both have same feature just syntax part is different
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #14  
Old 08-06-2012, 06:46 PM
hitsandy hitsandy is offline
Senior Member
 
Join Date: Jul 2012
Posts: 261
hitsandy is on a distinguished road
I think C# is a one of the programming application in Visual studio package to modify web or desktop applications.
__________________
Live Chat Software helps increase your sales
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #15  
Old 08-07-2012, 06:09 AM
matteodion368 matteodion368 is offline
Junior Member
 
Join Date: Aug 2012
Posts: 15
matteodion368 is on a distinguished road
I enjoy the code with C#. It is easy to understand and simple to write. I generally prefer to code in asp.net with code behind. I have also used vb.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #16  
Old 09-21-2012, 12:49 PM
lennondevid's Avatar
lennondevid lennondevid is offline
Member
 
Join Date: Jul 2012
Location: USA
Posts: 46
lennondevid is on a distinguished road
- C# is a .NET language.
- ASP.NET is a .NET web framework.
- The code part of an ASP.NET web app can be coded in either C# or VB.NET .
- The one web framework multiple language part is actually reasonable similar to ASP most code in VBScript, then other languages including JScript where also possible.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #17  
Old 09-22-2012, 02:07 PM
tarunsarien tarunsarien is offline
Member
 
Join Date: Apr 2012
Location: Chandigarh, india
Posts: 92
tarunsarien is on a distinguished road
C# and VB.net both are programming languages for developing.the main difference is c# is object oriented programming language and it runs on the server and VB.net is window based and developing windows application
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #18  
Old 10-19-2012, 09:29 AM
fredbenny12 fredbenny12 is offline
Junior Member
 
Join Date: Oct 2012
Posts: 15
fredbenny12 is on a distinguished road
Code C# is very simple to use and understand and you can get the maximum result. While VB.net is an application through which you can achieve the best result.
__________________
sunrise iphone wallpaper
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #19  
Old 12-14-2012, 06:53 AM
markabiyn02 markabiyn02 is offline
Senior Member
 
Join Date: Dec 2012
Posts: 101
markabiyn02 is on a distinguished road
In C#, using keyword is used to release unmanaged resources.
Optional parameter is supported in VB.NET.
Structure and unstructured error handling is supported in VB.NET. (Unstructured error handling is not supported in C#).
VB.NET is not case sensitive where C# is.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #20  
Old 12-29-2012, 12:54 PM
partapamit partapamit is offline
Senior Member
 
Join Date: Sep 2012
Posts: 118
partapamit is on a distinguished road
one(vb.net) is window based programming with drag and drop facility and other (c#) is dos based in which hand typed code needed.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off


All times are GMT +1. The time now is 10:38 AM.


Powered by vBulletin® Version 3.6.7
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.0.0
© 2004-2011 AffiliateSeeking. All rights reserved.