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
Using Reflection Emit to Cache .NET Assemblies is an useful tutorial for the .NET pogrammers and the webmasters through which they can get guidelines for caching the .NET assemblies with the help of reflection emits. Here author discusses about vario
This program brings users a class library for allowing them to access IL codes with ease. The class library has the ability to expand the existing Reflection API to access the IL codes. This program will be of much use for the users to access IL code
Signumsoft .NET Object Database fills the gap between Microsoft's DataSet strategy and the object oriented approach! It's a data storage solution to store object oriented data on a Microsoft SQL Server. The component builds a solid bridge between the
This tutorial instructs the users how to test a cloned object using reflection. The author says .NET framework provides the IClone hence the users can easily implement their own clone() and test it by using System.Reflection object. To perform this a
File and Directory Manipulation is an ASP.NET tutorial through which programmers can gain knowledge about useful methods of file and directory manipulation. In this tuorial author describes about file class, file info class, directory class and direc
Understanding User Controls -part 2 is an article in which the author discusses about how reflection can be used to find the type, properties and methods of user controls that are compiled using the JIT compilers. The author defines reflection as th
This is an ASP.NET article which helps you to implement globalization support for ASP.NET pages through attributes and reflection. It is necessary to define the GlobalizationMod HttpModule to perform this operation. The author gives you the sample co
This PHP class can read data from binary (XLS) Excel file without using COM, ODBC, etc. Using ExcelExplorer you can read info about worksheets, columns, rows, cells. You can even read style info such as colors, alignment, fonts, borders and more. Hav
Class TTwinVQ - for extracting information from TwinVQ file header. File info: channel mode, bit rate, sample rate, file size, duration. Tag info: title, comment, author, copyright, compressed file |