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 > ASP

ASP Discuss about ASP scripting problems or help others with their ASP scripting issues.

Reply
 
Thread Tools Display Modes
  #1  
Old 08-17-2012, 03:56 AM
Boby Smith Boby Smith is offline
Senior Member
 
Join Date: Dec 2011
Location: Ahmedabad(India)
Posts: 126
Boby Smith is on a distinguished road
Default Discussion Between Visual Basic .NET and Visual C# .NET

Here some important topic of giving different between vb.net and visual C#.net

C# is a .NET language and ASP.NET is a .NET web framework.

C#.NET

It has XML Documentation, Operator Overloading and supports Pointer Variables using unsafe keyword
c#.net is console based application
c#.net is case sensitive.

VB.NET

It didn't have the XML Documentation.
It didn't have the Pointer Type variables.
It didn't have the Operator Overloading.
vb.net is not case sensitive
vb.net is windows based application
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2  
Old 08-17-2012, 04:54 AM
hitsandy hitsandy is offline
Senior Member
 
Join Date: Jul 2012
Posts: 261
hitsandy is on a distinguished road
That is great information to know about the Microsoft Visual basic package, I think that all used for programming for develop the Web and desktop application.
__________________
Live Chat Software helps increase your sales
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3  
Old 08-20-2012, 03:36 PM
CsharpequalsVB CsharpequalsVB is offline
Junior Member
 
Join Date: Aug 2012
Posts: 1
CsharpequalsVB is on a distinguished road
the information is completely false and I suggest you go to a real .net forum before you start posting misinformation on .net.

I joined this site after seeing just for this thread (I was looking for .net affiliate programmes).
It's completely ridiculous what's written in the original post of this thread, please go learn before you post crap like that.

console or windows based applications have nothing to do with .net languages....
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4  
Old 09-16-2012, 02:10 PM
navkesh navkesh is offline
Member
 
Join Date: Sep 2012
Posts: 35
navkesh is on a distinguished road
I think this is most debatable issue in .NET community. Both use the same framework and speed is also very much equivalents. But still let’s list down some major differences between them.

Advantages VB.NET:
Has support for optional parameters which makes COM interoperability much easy.
With Option Strict off late binding is supported.
Legacy VB functionalities can be used by using Microsoft.VisualBasic namespace in VB.NET.
Has the WITH construct which is not in C#.NET.
The VB.NET parts of Visual Studio .NET compiles your code in the background. While this is considered an advantage for small projects, people creating very large projects have found that the IDE slows down considerably as the project gets larger.

Advantages of C#.NET:
XML documentation is generated from source code but this is now been incorporated in Whidbey.
Operator overloading which is not in current VB.NET but is been introduced in Whidbey.
Use of this statement makes unmanaged resource disposal simple.
Access to Unsafe code. This allows pointer arithmetic etc, and can improve performance in some situations. However, it is not to be used lightly, as a lot of the normal safety of C#.NET is lost (as the name implies).This is the major difference that you can access unmanaged code in C#.NET and not in VB.NET.
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 03:03 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.