TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Dipa Ahuja
NA
3.1k
713.8k
why the difference in C# and VB.net Code file?
Jul 17 2010 11:21 AM
hi to everyone..
both vb.net and C# used for windows application
then on every new project why we get different code file?
C#
namespace WindowsApplication7
{
public partial class Form1 : Form
{
public Form1()
{
InitializeComponent();
}
}
}
VB.NET
Public Class Form1
End Class
can anyone tell me the why?
thank you..!
Reply
Answers (
5
)
what is static void main?
C# programmers need!