Saturday, September 17, 2011

Every console app starts with Main

Module HelloWorld
   Sub Main( )
     System.Console.WriteLine("Hello world!")
   End Sub
End Module

No comments:

Post a Comment

Explain the different parts that constitute ASP.NET application.

Content, program logic and configuration file constitute an ASP.NET application. Content files Content files include static text, images ...