CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3

Thread: Project Samples

  1. #1
    Join Date
    Mar 2004
    Posts
    114

    Project Samples

    Where can I get example projects with WPF and Silverlight implemented? I am specially interested in projects that have data manipulating features like updating databases and querying data.

  2. #2
    Join Date
    Jan 2006
    Location
    Fox Lake, IL
    Posts
    15,007

    Re: Project Samples

    David

    CodeGuru Article: Bound Controls are Evil-VB6
    2013 Samples: MS CODE Samples

    CodeGuru Reviewer
    2006 Dell CSP
    2006, 2007 & 2008 MVP Visual Basic
    If your question has been answered satisfactorily, and it has been helpful, then, please, Rate this Post!

  3. #3
    Join Date
    Jan 2009
    Posts
    36

    Re: Project Samples

    Are you looking for full applications, smaller samples that illustrate one topic at a time, or both?

    If we're talking WPF, then the Windows Communication Foundation (WCF) is just around the corner. MSDN samples for WCF can be found here:
    http://msdn.microsoft.com/en-us/library/ms751532.aspx

    Linq to SQL is something that is worth learning. The following blog post is post 9 in a series about that subject and it has links to the first 8 at the top:
    http://weblogs.asp.net/scottgu/archi...t-control.aspx

    Here is a CodeGuru article that demonstates how to use an Access Database:
    http://www.codeguru.com/csharp/.net/...le.php/c15475/

    Looks like dglienna has you covered for Silverlight samples. Some additional information for querying data and connecting with databases can be found here:
    http://msdn.microsoft.com/en-us/libr...24(VS.95).aspx
    http://msdn.microsoft.com/en-us/libr...29(VS.95).aspx
    Last edited by gurge60; March 25th, 2009 at 06:20 PM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured