(X) Hide this Join our next live webcast on December 15th, 10 am PDT - Building a Silverlight 4 application end-to-end. Presenter: Gill Cleeren
Check the webinar agenda | Register for the webinar
Skip Navigation LinksHome / Search

Search

 
Results Per Page

Found 33 results for LINQ.
Date between: <not defined> and <not defined>
Search in: News , Articles , Tips , Shows , Showcase , Books

Page 
  • 1
  • 2
  • 3
  • 4
Next
Order by Publish Date   Ascending Title   Rating  

  • 0 comments  /  posted by  Silverlight Show  on  Nov 01, 2010 (3 weeks ago)
    Ben Gracewood discusses how to use Reactive Extensions for .NET (Rx) to fine tune moving maps in WP7.

    Source: Ben Gracewood's Blog

    I’ve been constantly impressed with how productive the development environment for Windows Phone 7 is. Having access to most of .NET 3.5, along with Reactive Extensions for .NET (Rx) allows us to produce incredibly elegant code for common scenarios.




    Follow us on twitterWe tweet all news and content updates - follow us on Twitter! 



  • 0 comments  /  posted by  Silverlight Show  on  Aug 30, 2010 (2 months ago)
    In this post, Cheryl Simmons explains how to load a static xml file into your WP7 application.

    Source: Silverlight SDK

    In my application, I have a fair amount of static data that lends itself to an XML file very well…it’s not enough data for a database solution, but too much to hard-code into the app. My goal was to store the info in an xml file and load it into an LINQ XElement. Then I could easily use LINQ queries to get the data I needed into my application. Unfortunately, it took a bit of messing around to figure out how to load this data from the file. Following are the steps I took.

  • Entity Framework 4 “Code-First”: Custom Database Schema Mapping

    0 comments  /  posted by  Silverlight Show  on  Jul 27, 2010 (4 months ago)
    In a previous blog post, Scott Guthrie demonstrated how to use the default Entity Framework 4 mapping conventions to enable database persistence. In this post, he discusses how you can override the default persistence mapping rules, and use whatever custom database schema you want.

    The CTP4 release of the “EF Code-First” functionality provides a pretty nice code-centric way to work with data.  It brings with it a lot of productivity, as well as a lot of power.  Hopefully these two blog posts provides a glimpse of some of the possibilities it provides. 

  • 0 comments  /  posted by  Silverlight Show  on  Jul 12, 2010 (4 months ago)
    Here is a collection of articles on Silverlight, .NET 4.0 and LINQ published during the last 6 months on DotNetCurry.

    A couple of days ago, we had posted a Link List of ASP.NET MVC, ASP.NET and jQuery Articles published on DotNetCurry in the last 6 months. This week, we will be covering the articles on Silverlight, .NET 4.0 and LINQ. This list should help you stay updated with the content you might have missed on this site. Most of the articles in this list are authored by Mahesh Sabnis and Suprotim Agarwal. 

  • Silverlight Tip: Using LINQ to Select the Largest Available Webcam Resolution

    0 comments  /  posted by  Silverlight Show  on  Jun 16, 2010 (5 months ago)
    In this tip, Pete Brown explains how to find the largest possible webcam resolution using LINQ.

    Sometimes in Silverlight, you just want to get the largest possible webcam resolution. This snippet shows how to obtain that using LINQ.

  • Creating LINQ Data Provider for WP7 (Part 1)

    0 comments  /  posted by  Silverlight Show  on  Apr 19, 2010 (7 months ago)
    Tags: LINQ , Data Providers , Windows Phone 7 , Alex Yakhnin
    Take a look at this first post in which Alex Yakhnin demonstrates how to build a LINQ Data Provider for Windows Phone 7.

    As you all should be aware by now, the first release SL for the WP7 is not going to contain any structured data storage (SQL CE) functionality or LINQ data providers. However this fact should not preclude us from rolling out our own version. After all the LINQ to Objects is still supported and all what we need to come up with at this point is the ability to persist objects (or entities) to device's storage and then read from it

  • 0 comments  /  posted by  Silverlight Show  on  Mar 12, 2010 (8 months ago)
    In this post, Jesse Liberty concentrates his attention on the strengths of WCF RIA Services.

    In my previous post I discussed creating the database and tables for the Silverlight HVP configuration data.  All that was great, and worked just dandy until it was time to get the data from the database server to the application running on the client.

    “But,” I thought, “How hard can it be?”  I’ve done a few mini-tutorials… should be straight-forward… And it was… sorta.

  • 0 comments  /  posted by  Silverlight Show  on  Mar 05, 2010 (8 months ago)
    This blog post of Colin Eberhardt demonstrates a Linq API which can be used to query the WPF / Silverlight Visual Tree. 

    What I will provide here is a brief overview of the Linq to Visual Tree API. The full sourcecode for this API is at the end of this article.

    The Linq to Visual Tree API defines a number of extension methods on DependencyObject that provide mechanisms for navigating to other DependencyObject instances.

  • 0 comments  /  posted by  Silverlight Show  on  Jan 08, 2010 (10 months ago)
    Andy Beaulieu shows how to use WCF RIA Services programmatically - without relying on the DomainDataSource controls in XAML.

    The DomainContext class allows the Silverlight client to access the Domain Service Class you created on the server side. A new DomainContext class is automatically generated on the client side for you when you create a new Domain Service.

  • WCF RIA Services – Dynamically Create a Criteria on the Client-side

    0 comments  /  posted by  Ivan Dragoev  on  Jan 04, 2010 (10 months ago)

    In this WCF RIA Services post Fredrik Normén discusses how to dynamically build up a search string and pass it to the server side for execution.

    I have seen questions about how to dynamically create search criteria when using WCF RIA Services and LINQ. So this post is about how you can dynamically create a criteria as a string on the client-side and pass it down to the server for execution.


Page 
  • 1
  • 2
  • 3
  • 4
Next