Skip to Main Content
VB.Net Web Developer's Guide
book

VB.Net Web Developer's Guide

by Syngress
September 2001
Intermediate to advanced content levelIntermediate to advanced
608 pages
23h 46m
English
Syngress
Content preview from VB.Net Web Developer's Guide
The Microsoft .NET Framework • Chapter 2 63
ReadIN = ReadLine()
WriteLine(ReadIN)
End Sub
The console would print This is a line! with a carriage return at the end
automatically, giving us one line to write whatever we want.After a carriage
return is detected, what we wrote is stored within the variable ReadIN and then
displayed via WriteLine.
Microsoft Intermediate Language
Once your assembly is in managed code, the CLR in turn translates the code to
the MSIL. MSIL is a type of bytecode that gives .NET developers the necessary
portability, but it is also key to the system’s interoperability, since it provides the
JIT compiler with the information it needs ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

VB.NET Core Classes in a Nutshell

VB.NET Core Classes in a Nutshell

Budi Kurniawan, Ted Neward

Publisher Resources

ISBN: 9781928994480