This documentation is archived and is not being maintained.
Visual J# Advanced Technology Samples
Visual Studio 2005
The samples in this section illustrate the various technologies and features in the .NET Framework and in Visual J#. The intent is to instruct on a single technology or a few related technologies.
In This Section
- Attributes Sample (Use .NET Framework Attributes)
-
Using .NET Framework
- By Reference Sample (Pass a Type by Reference)
-
Passing a type by reference to a method.
- COMCallsJava_NET Sample (Expose Managed Components to COM)
-
Java-language/COM (using .NET Framework semantics)
- COMCallsJava Sample (Upgrading Visual J++ 6.0 Java-Language Components)
-
Java-language/COM
- Custom Attribute Sample (Attach a Custom Attribute to a Class)
-
Custom attribute
- DynamicLoading Sample (Load Classes from Deployed Assemblies)
-
Dynamic loading
- EventsAndDelegates Sample (Use .NET Framework Events and Delegates)
-
Using the .NET Framework
- Generics Samples (Consuming Generics)
-
Consuming generics
- JavaCallsCOM Sample (Upgrading Visual J++ 6.0 Java-Language Components)
-
Java-language/COM
- JavaCallsCOM_NET Sample (Expose COM Objects to Managed Components)
-
Java-language/COM (using .NET Framework semantics)
- Minesweeper Sample (Build a Version of the Minesweeper Game)
-
Using the .NET Framework
- PInvoke Sample (Call Unmanaged APIs)
-
Using the platform invoke services
- Remoting Sample
-
Remoting service
- SecurityProviders Sample (Specify Third Party Security Providers)
-
Security providers
Related Sections
Show: