Browse by Tags

All Tags » Silverlight » Tips and Tricks » .NET (RSS)

Tip/Trick: Creating and Using Silverlight and WPF User Controls by ScottGu

One of the fundamental design goals of Silverlight and WPF is to enable developers to be able to easily encapsulate UI functionality into re-usable controls. You can implement new custom controls by deriving a class from one of the existing Control classes...

July 4th Links: ASP.NET, ASP.NET AJAX, Visual Studio, Silverlight and IIS7 by ScottGu

I've fallen behind on my weekly link-listing series - apologies for the delay. ASP.NET ASP.NET RSSToolkit 2.0 Released : One of the cool projects for ASP.NET 2.0 that was released last year was this free RSS Toolkit - which makes consuming and exposing...

Tip/Trick: Supporting Full Screen Mode with Silverlight by ScottGu

One of the nice features that Silverlight supports is the ability to go "full screen" and effectively take over the entire screen of a computer (hiding everything else from sight - including the browser frame). This can be very useful when building immersive...
More Posts