|
|
|
|
Visual Basic 2010 : Reflection - Reflecting Types |
Reflection is both a key topic and a powerful tool in the .NET developer toolbox. By the way, you had the opportunity to understand how fragile your code is in security terms because with a few lines of code anyone can see types and members exposed by the assembly. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Visual Basic 2010 : Consuming WCF Services |
The WCF service is exposed through the network via a WSDL. To consume objects and data exposed by the WSDL, the client needs a proxy class that is responsible for translating WSDL information into managed code that you can reuse |
|
Visual Basic 2010 : Implementing WCF Services |
A WCF service cannot be run or consumed as a standalone and must be hosted inside a .NET application. Host applications can be of several types: Console applications, Internet Information Services, and ASP.NET Development Server are all valid host applications |
|
|
|
|
|
|
|
|
|
|
|
|
|
Microsoft Visio 2010 : Custom Serialization |
When you create a class that inherits from another class where ISerializable is implemented, if you add new members, you can also provide a new implementation of both GetObjectData and the constructor. |
|
|
|
|
|
Visual Basic 2010 : XML Serialization |
Xml is a standard international file format for data exchange. Xml files are basically text files organized according to a hierarchical structure and therefore can be manipulated in whatever platforms and applications. |
|
|
|
|
|
|
|
|