Skip to content

Category Archives: .net 3.0

Windows CardSpace: FAQ for ASP.NET Developers

19-Jun-07

Few frequently asked question for ASP.NET developers:

The Identity Selector dialog box is displayed only for SSL protected pages. Therefore you are required to deploy your application on a Web server and install a SSL Certificate.
Windows CardSpace does not work with [...]

3D Full Screen Window and Dynamic XAML Sample with WPF

01-Dec-06

One nice feature of WPF (Windows Presentation Foundation, .Net 3.0) is the integration of 3D library with the existing framework. Today I worked with Viewport3D class. This class handles it all for managing 3D views. The “Hello World” example I coded here basically demonstrates three features:

Loading XAML dynamically at runtime
Playing with 3D objects using Viewport3D [...]