By Matthew MacDonald

Silverlight is a light-weight browser plug–in that frees your code from the conventional confines of the browser. it is a rules–changing, groundbreaking know-how which will run wealthy purchaser functions correct contained in the browser. much more impressively, it truly is capable of host precise .NET purposes in non–Microsoft browsers (like Firefox) and on non–Microsoft structures (like Mac OS X). Silverlight continues to be new and evolving speedy, and also you want a trustworthy guidebook to make feel of it.

With four–color photos and screenshots throughout, Pro Silverlight 2 in VB 2008 is the proper reference: you are going to find out about the good points that positioned Silverlight in direct pageant with Adobe Flash, equivalent to wealthy aid for second drawing, animations, and media playback, and better of all, you are going to adventure the plumbing of .NET and the layout version of home windows Presentation origin via Silverlight—all of an analogous .NET know-how that builders use to layout next–generation home windows functions. writer Matthew MacDonald offers an expertly crafted educational written from expert developer to specialist developer. you will discover ways to create wealthy media functions utilizing Silverlight within the surroundings you are best in–no topic what the objective platform.

Show description

Read or Download Pro Silverlight 2 in VB 2008 PDF

Similar c & c++ windows programming books

Microsoft Windows Communication Foundation 4.0 Cookbook for Developing SOA Applications

The recipes during this publication are effortless to appreciate and persist with because the writer discusses real-world eventualities. the diversity of issues lined during this ebook will carry out the forward-thinking WCF developer in you. it isn't a entire connection with the full of WCF, yet a pragmatic consultant that enhances skillability whilst operating with some of the gains of WCF.

Pro Internet Explorer 8 & 9 Development: Developing Powerful Applications for The Next Generation of IE

This ebook is an in-depth advisor to writing purposes that include and expand the recent gains and features of home windows web Explorer eight and 9. With sturdy guide, hands-on examples, and specialist perception direct from the source into extending the browser, you will find out how to create and keep strong purposes for Microsoft’s next-generation net platform.

Machine Learning Projects for .NET Developers

Computing device studying initiatives for . web builders exhibits you ways to construct smarter . web purposes that study from facts, utilizing uncomplicated algorithms and methods that may be utilized to a variety of real-world difficulties. you are going to code every one undertaking within the generic environment of visible Studio, whereas the computing device studying common sense makes use of F#, a language splendid to computer studying purposes in .

SharePoint 2016 User's Guide: Learning Microsoft's Business Collaboration Platform

How you can utilize SharePoint 2016 and its wide variety of functions to help your info administration, collaboration, and enterprise procedure administration wishes. even if you're utilizing SharePoint as an intranet or enterprise answer platform, you'll use the assets (such as lists, libraries, and websites) and providers (such as seek, workflow, and social) that make up those environments.

Extra info for Pro Silverlight 2 in VB 2008

Example text

NET Framework. NET Framework into Silverlight—after all, it’s a 4MB download that needs to support a variety of browsers and operating systems—Silverlight includes a remarkable amount of functionality. NET Framework is simplified in two ways. NET Framework. Second, the classes that it does include often don’t provide the full complement of constructors, methods, properties, and events. Instead, Silverlight keeps only the most practical members of the most important classes, which leaves it with enough functionality to create surprisingly compelling code.

This is the entry page that the user requests to start your Silverlight application. • A XAP file. This is a Silverlight package that contains everything you need to deploy your Silverlight application, including the application manifest, the project assembly, and any other assemblies that your application uses. 13 14 CHAPTER 1 ■ INTRODUCING SILVERLIGHT Of course, you can change the assembly name, the default namespace (which is used when you add new code files), and the XAP file name using the Visual Studio project properties (Figure 1-8).

Vb hold the VB source code that powers your application. Figure 1-2. vb. These files allow you to configure your Silverlight application. They allow you to define resources that will be made available to all the pages in your application (see Chapter 2), and they allow you react to application events such as startup, shutdown, and error conditions (see Chapter 6). xaml. xaml. This file defines the user interface (the collection of controls, images, and text) that will be shown for your first page.

Download PDF sample

Download Pro Silverlight 2 in VB 2008 by Matthew MacDonald PDF
Rated 4.55 of 5 – based on 26 votes