Welcome to MSDN Blogs
Sign in
|
Join
|
Help
Swiss MSDN Team Blog
This Blog
About
Email
Syndication
RSS 2.0
Atom 1.0
Search
Go
Tags
.NET 3.5
.NET Compact Framework
.NET Services
ADO.NET Data Services
AJAX
Announcements
Architect
ASP.NET
CardSpace
Cloud Computing
Developer
Dublin
e-book
Entity Framework
Excel Services
Expression
Gadgets
HOL
IE8
IIS
LINQ
LINQ to SQL
Migration
Office Programs
OpenXML
Oslo
PDC
Q&A
REST
S+S
SharePoint
Silverlight
SOAP
SQL Server
Team System
TechTalk
Visual Studio
VS2008
WCF
WebCast
WF
Windows 7
Windows Azure
Windows Live
Windows Media
Windows Mobile
WPF
XAML
Archives
December 2008 (1)
November 2008 (12)
October 2008 (14)
September 2008 (12)
August 2008 (13)
July 2008 (2)
June 2008 (11)
May 2008 (8)
April 2008 (9)
March 2008 (15)
February 2008 (15)
January 2008 (18)
December 2007 (20)
November 2007 (6)
October 2007 (6)
September 2007 (6)
August 2007 (6)
Disclaimer
All postings are provided AS IS with no warranties, and confer no rights.
Blogs
Schweizer IT Professional und TechNet Blog
Swiss Events
Useful Links for Architects
Architecture Center
The Architecture Journal
Microsoft Patterns & Practices
Microsoft Architecture Blog
Useful Links for Develpers
Developer Center
MSDN Magazine
Channel 9
MSDN TV
Developer Tools
Microsoft Financial Developer WebSite
Browse by Tags
All Tags
»
WCF
»
Silverlight
(RSS)
.NET 3.5
LINQ
XAML
Thursday, August 28, 2008 9:55 AM
Serving Silverlight applications on client PCs without a web server using WCF 3.5
There are scenarios where you don’t want to have IIS installed on a machine and you still want to serve a Silverlight application for local or remote users. One of this scenario is an embedded machine that controls some machinery that needs to have a
Posted by
ronnies
|
1 Comments
Filed under:
Silverlight
,
XAML
,
WCF
Attachment(s):
WCFSelfHostBlog.zip
Friday, May 09, 2008 2:51 PM
Scrolling through large resultsets with Silverlight 2 Beta1 and LINQ to SQL
In this 15 minutes video blog I will show you how you can scroll through large resultsets using the SL DataGrid and LINQ to SQL. I will show: - paging server side using .Skip and .Take methods in LINQ to SQL - templating the DataGrid for adding the paging
Posted by
ronnies
|
9 Comments
Filed under:
Silverlight
,
LINQ
,
WCF
Attachment(s):
ScrollingLargeResult.zip
Thursday, April 17, 2008 10:09 AM
Introduction to Silverlight 2 (Recording of the TechDays 2008 Basel Session)
This is the recording of the session “Silverlight 2” that I did last month atTechDays 2008 Basel. In this 1 hour video blog I show how to build a picture gallery showing some of the powerful capability of Silverlight 2 like: Blend 2.5 Layout controls
Posted by
ronnies
|
2 Comments
Filed under:
Silverlight
,
WCF
Friday, April 04, 2008 12:23 PM
CRUD operations with Optimistic Locking using Silverlight 2 Beta1, WCF and LINQ to SQL (inserts, updates and deletes)
Update 17.4.2008: I have found a bug on the LinqToSqlClientHelper.LinqHelper class. I have attached the new corrected project. In this 30 minutes video blog I will show you one approach on how to do insert, update and delete operations with optimistic
Posted by
ronnies
|
17 Comments
Filed under:
Silverlight
,
XAML
,
.NET 3.5
,
LINQ
,
WCF
Attachment(s):
SLCRUD updated.zip
Monday, March 17, 2008 11:21 AM
Silverlight 2 Beta1 + WCF + LINQ to SQL = a powerfull combination
In this 15 minutes video blog I will show to you how to use the combined power of Silverlight, WCF and LINQ to SQL to create a simple application. double click the player to play in fullscreen Attached you can find the final solution.
Posted by
ronnies
|
26 Comments
Filed under:
Silverlight
,
XAML
,
.NET 3.5
,
LINQ
,
WCF
Attachment(s):
samples.zip