Fredrik Normén
ASP.NET, AJAX, Silverlight, RIA, Architecture, Clean Code
Sign in
|
Join
Home
About
RSS
Atom
Comments RSS
Search
Tags
.Net
.NET 4.0
.Net 4.5
.NET RIA Services
AOP
Architect
ASP.Net
ASP.NET AJAX
ASP.NET MVC
ASP.Net WebApi
ASPInsiders
AXAJ
Build
C#
C# EF4.0 Repository
C# nHibernate Repository aspmvc
CDN
Code
Database Migration
Defensive Programming
Desigm
Design
Design By Contract
Entitis
Entity Framework
ForkCan
HTML
hypermedia
hypermedia API
IE8
Javascript
MEF
Microsoft
Multiple return values
MVC 4
MVC Framework
MVC3.0
MVVM
OWIN
Patterns
Razor
Resources
REST
REST Service
RIA
RIA Services
Session
Silverlight
Silverlight 3.0
Silverlight 4
Styles
Team Foundation Server
test
Unit test
Unity
VB.Net
ViewModel
Visual Studio 2010
VIsual Studio 2012
VS 2010
VS2010
WCF Ria Services
WebApi
WebMatrix ASP.NET
Windows 8
Write code
Sponsors
advertise here
Navigation
Home
Blogs
Archives
February 2013 (3)
January 2013 (3)
July 2012 (1)
June 2012 (3)
May 2012 (1)
February 2012 (1)
September 2011 (1)
September 2010 (2)
August 2010 (2)
July 2010 (7)
June 2010 (1)
May 2010 (3)
April 2010 (1)
March 2010 (2)
February 2010 (2)
January 2010 (12)
December 2009 (8)
November 2009 (18)
October 2009 (4)
September 2009 (6)
August 2009 (4)
April 2009 (3)
March 2009 (9)
February 2009 (4)
January 2009 (3)
December 2008 (3)
November 2008 (6)
October 2008 (4)
September 2008 (1)
August 2008 (6)
May 2008 (5)
April 2008 (9)
March 2008 (3)
February 2008 (1)
January 2008 (1)
November 2007 (14)
About
Follow me on twitter
Squeed
Blogroll
ScottGu's Blog
December 2009 - Posts
9
Comments
WCF RIA Services – Dynamically create a criteria on the client-side
by
Fredrik N
Note: This post is based on the WCF RIA Services VS 2008 PDC Beta and VS 2010 Beta 2 preview, changes can be done before the framework hits RTM. I have seen questions about how to dynamically create search criteria when using WCF RIA Services and LINQ...
Filed under:
Silverlight
,
VS2010
,
WCF Ria Services
14
Comments
WCF RIA Services DomainService life-cycle and adding Transactions
by
Fredrik N
Note: This blog post will use the WCF RIA Services PDC Beta and VS2010 Preview, changes to the framework can me made before it hits RTM. Some questions that pops up about WCF RIA Services is how to enable transactions. So I decided to write a blog post...
Filed under:
Silverlight
,
VS2010
,
WCF Ria Services
3
Comments
Solution to minimize the loading of too much data to a DataGrid– WCF RIA Services and Silverlight
by
Fredrik N
Note: The WCF RIA Services examples in this post is based on the WCF RIA Services PDC Beta for VS 2008 and VS 2010 Beta 2 Preview. I have notice that a lot of developers are passing a lot of data over the wire, like they have forgot or don’t see the network...
Filed under:
Silverlight
,
VS2010
,
WCF Ria Services
5
Comments
Silverlight exception handling using WCF RIA Services and WCF Services
by
Fredrik N
Note: Some examples in this post uses the WCF RIA Services PDC Beta, so changes can be done until it hit RTM. I have already mention about how to handle exceptions with WCF RIA Services here: http://weblogs.asp.net/fredriknormen/archive/2009/12/08/wcf...
Filed under:
Silverlight
,
VS2010
,
WCF Ria Services
2
Comments
WCF RIA Service – How to configure the WCF Service maximum items returned by the Query
by
Fredrik N
Note: This is post is based on the WCF RIA Services Beta for VS 2008 and the Preview bits for VS 2010 and changes can be done before WCF RIA Services hits RTM. There are several post on the forums about changing the default number of items passed passed...
Filed under:
Silverlight
,
VS2010
,
WCF Ria Services
8
Comments
WCF RIA Services Exception Handling
by
Fredrik N
Note: The examples in this blog post are based on the WCF RIA Services PDC beta, and changes to the framework can be done until it hits RTM. In a preview blog post I wrote about how to handle exception when using .NET RIA Services and the Load method...
Filed under:
Silverlight
,
WCF Ria Services
5
Comments
RIA – Should a service return the IQueryable<T>?
by
Fredrik N
Note: The examples in this blog post uses WCF RIA Services PDC Beta, and changes can be made in the future to the framework. In several of my blog posts about WCF RIA Services I have used the Repository pattern to return an IEnumerable<T>, for example...
Filed under:
RIA
,
VS2010
,
WCF Ria Services
2
Comments
WCF RIA Services – StructureMap – DomainServiceFactory
by
Fredrik N
Note: The example in this blog post uses the WCF RIA Services PDC Beta, so things can be changed to the final version. In a preview post I wrote about how to create a DomainServiceFactory where Microsoft Patterns & Practices Unity Dependency Injection...
More Posts