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
58 Chapter 2 • The Microsoft .NET Framework
your code.Attributes can describe the way that data is serialized, describe security
characteristics, or limit JIT compilation for debugging purposes. Perhaps one of
the most versatile of the metadata items, attributes can even add descriptive ele-
ments to your VB code to affect its runtime behavior.A simple attribute may be
used like this:
Public Class <attribute()> ClassName
In this example, the class ClassName is described by the attribute attribute().
This means that when the CLR hits this class, it will alter its behavior according
to what attribute() says.
Ending DLL Hell
Everyone knows what DLL Hell is: ...
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