(X) Hide this
    • Login
    • Join
      • Say No Bots Generate New Image
        By clicking 'Register' you accept the terms of use .
        Login with Facebook

SilverlightShow Ebooks

Shelves


Get Microsoft Silverlight
Page  

  • author  Brian Noyes  /  released on  Apr 05, 2012
    Tags:   prism-4 , brian-noyes
    Working with Prism 4: E-book

    Product Description

    This e-book collects all 4 parts of the series Working with Prism 4, together with source code.


    From the author: Prism has a number of specific feature sets that I will explore in this series that helps you to build your client application as a composite application. These include:
    • Modularity – Functionality to define and dynamically load chunks of loosely coupled functionality into a single running application instance.
    • UI Composition – Functionality to plug in views into parent containers in a loosely coupled fashion where the parent and child do not need to know explicitly about one another with direct object references.
    • Communications – Functionality to support loosely coupled commands and pub/sub events between the components of your application.
    • Navigation – Functionality to switch views when the user interacts with the application within a container without every view and parent view needing to know about all the others.
    An important thing to understand about Prism is that it is not an all-or-nothing framework. You can use any one or several of the features in isolation and ignore the other parts if they do not make sense for your application or your requirements. In addition to these major features, there are many small little helper classes and utilities in Prism that can be used on their own as well.

    Buy from:
    Purchase from SilverlightShow Ebook store



  • author  Andrea Boschin  /  released on  Jan 18, 2012
    Windows Phone 7.5 Fundamentals: Ebook This ebook collects all 8 parts of SilverlightShow article series 'Windows Phone 7.5', together with source code.

    In these eight chapters Andrea Boschin explores key concepts of Windows Phone 7.5 (Mango), illustrating each of them with examples, and full source code for the demos. You will find a number of options to simplify development tasks on Windows Phone 7.5, as well as add interesting features.

    Buy from:
    Purchase from SilverlightShow Ebook store

  • author  Samidip Basu  /  released on  Nov 23, 2011
    OData & Cloud Augmentation of Windows Phone Apps: Ebook

    Product Description

    This e-book collects all 3 parts of SilverlightShow article series on using OData and Azure in Windows Phone, together with source code.

    From the author: 

    Windows Azure & Windows Phone seem to be two very popular technologies out of Redmond right now.

    There is obviously a lot of buzz around cloud infrastructure involving Azure solutions and the wonderful developer story that we have for Windows Phone development. But, should these two platforms work together & if so, can they? How can you as a Mobile/Windows Phone developer utilize the cloud?

    In the first chapter, we talk about how to leverage Windows Azure to supplement our Windows Phone application. In particular, we will see how SQL Azure can be rather beneficial in providing globally accessible & scalable backend for mobile solutions on Windows Phone & other disparate platforms. The key link we shall leverage is OData Services for providing cross-platform read/write access to a central data repository... 

    Buy from:
    Purchase from SilverlightShow Ebook store

  • author  Walter Ferrari  /  released on  Nov 18, 2011
    Silverlight and Sharepoint Working Together: Ebook

    Product Description

    This ebook collects the first 3 parts of Walter Ferrari's SilverlightShow article series Silverlight and SharePoint Working Together. More parts coming soon. All customers receive an updated ebook copy within one day from a new chapter release.

    From the author: With this I am starting out a series focused on finding the best way to have these two technologies (Sharepoint and Silverlight) working together. In this ebook we will explore some possible ways to make Silverlight work with some of the features of Sharepoint including the less known ones.
    What we'll cover in this ebook:
    • Cover the three techniques to Silverlight in Sharepoint. Recently Microsoft came out with a Visual Studio extension to facilitate this process, details here: http://blogs.msdn.com/b/pstubbs/archive/2011/04/04/add-silverlight-web-parts-to-sharepoint-using-new-visual-studio-extension.aspx 
    • Interaction between Sharepoint sites and Windows Phone 7: what is at disposal out of the box, what are the issues, how to build applications that take advantage from both the platforms etc
    • Sharepoint has a feature called "quick launch menu" which is a pre-build navigation system; the series will explain how to build a Silverlight menu which uses the same enigne of the "quick launch menu"
    • Experimenting Sharepoint with Silverlight 5 especially with regard to OOB apps

    Buy from:
    Purchase from SilverlightShow Ebook store

  • author  Kevin Dockx  /  released on  Oct 21, 2011
    Authorization in Silverlight: Ebook

    Product Description

    This ebook collects the two parts of SilverlightShow article series Authorization in Silverlight, together with source code.

    From the author: As we know, Silverlight is very capable platform for building Line of Business applications today, both in and out of the browser. It’s come to the point that – at least in my experience – a lot of desktop applications are now built with Silverlight instead of WinForms, skipping over WPF completely.

    With that in mind, it’s pretty weird that there’s an essential part that seems to be missing: authentication & authorization. When you look at the Silverlight Core CLR, there’s not much there concerning this – although it’s a no-brainer for business and enterprise applications: you need to make sure certain parts of your application are only available to users that are authenticated or have a specific role. Sure, you can use the hosting web page & ASP .NET authentication to ensure only authenticated persons can reach your Silverlight application, but there’s no out of the box way to enable or block a user from navigating to a specific view in your application.

    Luckily, it only requires a little bit of coding and all in all: it’s quite easy to enable authenticated & authorized navigation in your Silverlight applications, mainly thanks to the introduction of a new class in Silverlight 4: the custom content loader.

    In this ebook, we’ll look into enabling scenarios to enable/disable certain parts of your application for authenticated users, and to automatically ask the user for his credentials if he’s trying to access a part of the application that requires him to be authenticated or to have a specific role.

    Buy from:
    Purchase from SilverlightShow Ebook store

  • author  Gill Cleeren  /  released on  Oct 13, 2011
    Developing Real-world Applications with LightSwitch: E-book

    Product Description

    This e-book is based on SilverlightShow 8-part article series 'Developing Real-world Applications with LightSwitch’.

    From the author:

    In 2010, Microsoft announced LightSwitch, a product aimed at developing Line-of-Business applications with ease. In July 2011, the beta tag was finally removed from the product as Microsoft officially introduced Visual Studio LightSwitch 2011 as a new member of the Visual Studio family. Many however are still unsure about the product. Questions crossing a lot of minds include “Is it something for me?”, “What can I do with it?”, “Where should I use it?”, “Is it more than Microsoft Access?”, “Am I limited to what’s in the box?” and quite a few more.

    For this reason, I have decided that a few articles should be in place to give you a clear understanding of LightSwitch. I won’t be saying that you should LightSwitch for this or that. Using a sample application we will build throughout the series, I will try giving you an overview of how we can use it to build a real-world application. By reading these articles, I hope you’ll be able to make up your mind whether or not LightSwitch is something for you.

    Buy from:
    Purchase from SilverlightShow Ebook store

  • author  Peter Kuhn  /  released on  Sep 30, 2011
    Getting Ready for the Windows Phone 7 Exam 70-599: E-book

    Product Description

    Microsoft's certification exam 70-599 for its new mobile platform is named "Designing and Developing Windows Phone 7 Applications" and has been published on July 14th, 2011. This ebook will try to bring you up to speed to take the exam, or can be used as a basis to plan your own, self-paced learning to prepare for the exam at a later point.
     
    The ebook is based on SilverlightShow's 5-part article series ‘Getting ready for the Windows Phone 7 Exam 70-599'authored by Peter Kuhn. While the online article series gives references to external resources, here we have done our best to include those resources as full text, so you may enjoy the ebook while travelling, at places with no connection, on your desktop, etc. For each topic the author Peter Kuhn has picked the resource that best covers the material needed. Of 36 total selected resources, 33 have been published as full text, and the rest of the resources are still included as links due to lack of copy permissions or inability to reach the respective authors.

    Buy from:
    Purchase from SilverlightShow Ebook store

  • author  Andrea Boschin  /  released on  Sep 29, 2011
    Windows Phone 7 Data Access Strategies: Ebook

    Product Description

    This e-book collects all 5 parts of SilverlightShow article series 'Windows Phone 7 Data Access Strategies' together with source code.

    From the author: In these five chapters I've deeply explored the tools and the network connectivity scenarios about security and availability. Windows Phone is for sure an effective platform that provides a good environment to access resources with a wide set of tools and, as Microsoft usually does, it is also simple to use. There are only a bunch of things you have to take care of, and it is important that you make the right choices.

    Buy from:
    Purchase from SilverlightShow Ebook store

  • author  Walter Ferrari  /  released on  Jul 28, 2011
    Building a DataGrid Control for Silverlight for Windows Phone

    Product Description

    This e-book collects the 2 parts of Walter Ferrari's SilverlightShow article series Building a DataGrid Control for Silverlight for Windows Phone together with source code.


    As you probably know there is no DataGrid available under the Silverlight for Windows Phone platform at the moment. One could object that a DataGrid in Windows Phone is not so much requested for a lot of reasons, size of the screen, user input mode etc. This is true but it is also true that new projects regarding local databases appear day by day on the horizon (i.e. Perst for WP7 , Windows Phone 7 Database) and this opens the space for the development of a class of business applications, even for small devices. With this scenario a specialized UI control to visualize data becomes significant. The challenge here is to build a control which is at the same time clear, understandable and easy-to-use.

    Buy from:
    Purchase from SilverlightShow Ebook store

  • author  Gill Cleeren  /  released on  Jul 26, 2011
    The Validation Story in Silverlight

    Product Description

    This e-book collects the 2 parts of SilverlightShow article series 'The Validation Story in Silverlight', together with source code.


    If one feature is important when it comes to building line-of-business applications, it certainly is validation of business rules. At all levels throughout the application, we need to validate that the data that is entered by the users to verify that it meets the requirements. Some basic validation can be done by the database itself, but most (and in many cases, all) data that it trying to make its way to the database should be validated up front in order not to end up with corrupted data within the data store.

    ..

    The validation story in Silverlight up until version 4 was somewhat lacking in features. While Silverlight 3 had some options available, they were not really enough for real-world applications. That changed with Silverlight 4, mainly because of the introduction of 2 new interfaces, namely the IDataErrorInfo and the INotifyDataErrorInfo. The first one may sound familiar as it already exists for WinForms validation. The latter will be helpful in situations where we need to perform calls to the server and return asynchronous validation results.

    Buy from:
    Purchase from SilverlightShow Ebook store


Page