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
August 2008 - Posts
4
Comments
Played around with Microsoft Extensibility Framework - MEF
by
Fredrik N
I played around with the June CTP of the Microsoft Extensibility Framework (MEF). I wanted to try both Dependency Injection (DI) and adding classes during runtime to extend an application with more logic without shutting down the main app. As an example...
4
Comments
Map Objects to one Object
by
Fredrik N
In my previous post I wrote about how we could use Dynamic Compilation for mapping object to object in a configuration file, mosly for fun to simply try something different. I spend a few minutes to see if I could do something more with it. It ended up...
Filed under:
C#
,
Design
13
Comments
How to map a Domain model to a Presentation Model, can this be something?
by
Fredrik N
If you have read my previous post about Presentation Model, I decided to try to see if I could make the mapping between the Presentation Model and the Domain Model simple by creating an Object to Object Mapper. I don’t want to use a messy XML file...
13
Comments
What do you think about using a presentation model for presenting your domain model?
by
Fredrik N
I’m writing a small app for a demonstration purpose. What I have is a domain model where I have a Customer, I also have CustomerRepository. public class Customer { public int ID { get; set; } public string CompanyName { get; set; } public string FirstName...
Filed under:
ASP.Net
,
Design
22
Comments
Who's to blame, Microsoft and/or the .Net Community
by
Fredrik N
I’m interested in why most of Microsoft and some other developer’s demons about writing apps mostly begin with the creation of a database? The design of the app will more or less in that case be driven by the database schema, after the database...
0
Comments
Who are the ASPInsiders?
by
Fredrik N
For several months ago I was selected and invited to the ASPInsiders. I can’t say how happy I was to join such a great team of people from the community, people that I have admire for years. Rob Chartier one of the members wrote a good post about Who...
Filed under:
Microsoft
,
ASPInsiders
More Posts