Tutorials and Interviews
We are the Group of Webxperts in .net technology
Saturday, September 17, 2011
class definition with namespace
namespace WinForms
public class
HelloWorld
shared sub Main
()
System.Console.WriteLine
(
"Hello World"
)
end
sub
end class
end
namespace
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
Azure Storage Explorer Local Setup Using Azurite | No Azure Account Need...
Use Namespace
Namespace MyApp.Info Module Main Sub Main () Dim objHW As New MyApp.Info.Utilities objHW.Dis...
Add two integers together
Module Tester Sub Main () Dim firstNumber, secondNumber As String Dim number1, number2, sumOfNumbers As Intege...
Turn Explicit off to use variable without declaration
Option Explicit Off Module Module1 Sub Main () EmployeeName = "Buddy Jamsa" EmployeePhoneNumber = ...
No comments:
Post a Comment