Tech
Forums
Jobs
Books
Events
Videos
Live
More
Interviews
Certification
Training
Career
Members
News
Blogs
Contribute
An Article
A Blog
A Video
An Ebook
An Interview Question
Register
Login
5
Answers
why the difference in C# and VB.net Code file?
Dipa Ahuja
14y
4.1k
1
Reply
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..!
Post
Reset
Cancel
Answers (
5
)
Next Recommended Forum
what is static void main?
C# programmers need!