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 RIA Services
AOP
Architect
ASP.Net
ASP.NET AJAX
ASP.NET MVC
ASPInsiders
AXAJ
C#
CDN
Code
Defensive Programming
Desigm
Design
Design By Contract
Entitis
HTML
IE8
Microsoft
Multiple return values
MVC Framework
Patterns
Resources
REST Service
RIA
RIA Services
Session
Silverlight
Silverlight 3.0
Styles
test
Unit test
VB.Net
Visual Studio 2010
VS 2010
Write code
Sponsors
advertise here
Navigation
Home
Blogs
Archives
November 2009 (4)
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
Blogroll
ScottGu's Blog
Johan Lindfors
Nikhil Kothari
Johan Normén
My old blog, for archive purpose
Roger Alsing
Robert Folkesson
Tips
February 2009 - Posts
7
Comments
How the Presentation Model could look like when using Silverlight 2.0 (Part 5)
by
Fredrik N
Maybe the title of my blog post are not the best one now when I write about my little Presentation Model framework for Silverlight. To day I notice some problems when it comes to switching views and also play movies and animations etc. For example to...
1
Comments
How the Presentation Model could look like when using Silverlight 2.0 (Part 4)
by
Fredrik N
I have created a small framework only for fun and to have a programming task ;) The framework I have created (not yet 100% completed) is similar to Prism, Caliburn and Silverlight.FX. So this is not a framework that should replace those other framework...
7
Comments
How the Presentation Model could look like when using Silverlight 2.0 (Part 3)
by
Fredrik N
In my previous Part 1 and Part 2 I wrote how a Presentation Model could be implemented and how to handle Async .calls. In this post I will show you how we can avoid adding code to the Code-behind. In Part 2 , I had the following code in the code-behind...
9
Comments
How the Presentation Model could look like when using Silverlight 2.0 (Part 2)
by
Fredrik N
In my previous post I wrote about how the Presentation Model could be implemented within Silverlight 2.0, in this post I will show how we can use Async. calls to Web Services. To make it possible to handle Async. calls from a Repository on the client...
More Posts