Where can I get example projects with WPF and Silverlight implemented:confused:? I am specially interested in projects that have data manipulating features like updating databases and querying data.
Printable View
Where can I get example projects with WPF and Silverlight implemented:confused:? I am specially interested in projects that have data manipulating features like updating databases and querying data.
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