Saturday, September 17, 2011

Output string to the Console

Module Module1

     Sub Main( )
       Console.WriteLine("Hello from Module")
     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 ...