.NET attributes is the content discussed in detail through this online tutorial. The author explains about the assembly and its features. In this article the beginners could know about the assembly manifest, shared and private assembly and global ass
Creating and Using Custom Attributes in C# is a web based tutorial in which the author gives you the method for definining your own attributes in C#. Attributes are declared for the methods and properties of the class. The author gives you the sample
Strong name is a strong need of an assembly which is the main objective of this online tutorial. The need of a strong name for an assembly arises while installing an assembly which would be shared for many applications on the same machine. The proces
This article is an example of a serviced component which has two main parts, a server and a client. Applying few attributes, the author explains an example of the Account class. The attributes used in this Account class is explained with a short desc
An Introduction to Custom Attributes and Reflection in VB.NET is a tutorial which gives you some explanation about creating custom attributes using VB.NET. Custom attributes helps you to mention the information about a class, method, parameter etc.,Y
The theme of this online article highlights the assembly permissions. The author shows about how could the users see the code groups, through which the users could know about the assembly and the permissions which it belongs to. This article covers t
In this online tutorial the assembly accessibility is detailed by the author. The main highlight of this article is about the .NET assemblies. The two classification of assemblies are discussed in detail. The author explains about the need of generat
Design-Time Attributes of Custom Controls is an article through which you can know about how to set various attributes for the custom controls. Attributes are similar to the keywords that contains information about the property, class, method etc., S
This article offers the details about attributes. The basic topics discusses in this article is how to build and use custom attributes in Visual Basic.NET. Attribute works on independent language and it is inherited from the system.attribute class wh
This is an online tutorial explaining about the complete structure of .NET Assemblies. The author defines an assembly and its purpose. Further, the author tells about the contents of an assembly and describes it briefly. This article covers the detai |