A look at the Printing API in Silverlight 4 |
- A look at the Printing API in Silverlight 4
- Silverlight 4 Text Trimming
- Silverlight and RIA Services: Implementing Search
- Silverlight and RIA Services: Implementing Search
- Silverlight and RIA Services: Implementing Search
A look at the Printing API in Silverlight 4 Posted: 26 Nov 2009 01:05 AM PST By Corey SchumaWith the addition of the much anticipated Printing API, Silverlight continues to round out its feature set. Although beta, it's very flexible enabling you to print what you see on screen, selected portions of the UI, custom "print-friendly...( read more )...(read more) |
Posted: 25 Nov 2009 07:44 PM PST Another feature which was in WPF but not in Silverlight 3… TextTrimming is now available in Silverlight 4! With previous version of Silverlight you could try some workaround (calculate the width of your text depending on the font size and family), but...( read more )...(read more) |
Silverlight and RIA Services: Implementing Search Posted: 25 Nov 2009 11:11 AM PST Some of you likely noticed that my PDC09 demo included a stubbed out Search function that I didn't really get to walkthrough during the talk. I thought I'd do a blog post showing how it is done. To get started you need: Visual Studio 2010...( read more )...(read more) |
Silverlight and RIA Services: Implementing Search Posted: 25 Nov 2009 11:11 AM PST Some of you likely noticed that my PDC09 demo included a stubbed out Search function that I didn't really get to walkthrough during the talk. I thought I'd do a blog post showing how it is done. To get started you need: Visual Studio 2010 Read More......(read more) |
Silverlight and RIA Services: Implementing Search Posted: 25 Nov 2009 11:11 AM PST Some of you likely noticed that my PDC09 demo included a stubbed out Search function that I didn't really get to walkthrough during the talk. I thought I'd do a blog post showing how it is done. To get started you need: Visual Studio 2010 Beta 2 Silverlight 4 Beta (which includes RIA Services) You can download the completed solution as well. and be sure to check out the full talk . First let's write a new method on the DomainService to return the search results. In this case I want to return any Plates who's name matches (grouped by Restaurant) and any Restaurant who's name matches. public IQueryable < Restaurant > SearchRestaurants( string term) { //Find all plates that match, grouped...(read more) |
You are subscribed to email updates from "microsoft" via reza in Google Reader To stop receiving these emails, you may unsubscribe now. | Email delivery powered by Google |
Google Inc., 20 West Kinzie, Chicago IL USA 60610 |
No comments:
Post a Comment