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
Build
C#
C# EF4.0 Repository
C# nHibernate Repository aspmvc
CDN
Code
Defensive Programming
Desigm
Design
Design By Contract
Entitis
Entity Framework
ForkCan
HTML
IE8
Javascript
MEF
Microsoft
Multiple return values
MVC Framework
MVC3.0
MVVM
Patterns
Razor
Resources
REST Service
RIA
RIA Services
Session
Silverlight
Silverlight 3.0
Silverlight 4
Styles
test
Unit test
Unity
VB.Net
ViewModel
Visual Studio 2010
VS 2010
VS2010
WCF Ria Services
WebMatrix ASP.NET
Windows 8
Write code
Sponsors
advertise here
Navigation
Home
Blogs
Archives
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
Johan Lindfors
Nikhil Kothari
Johan Normén
My old blog, for archive purpose
Roger Alsing
Robert Folkesson
Tips
Browse by Tags
All Tags
»
.Net
(
RSS
)
.NET RIA Services
AOP
ASP.Net
C#
ForkCan
MVC3.0
Razor
RIA
Silverlight 3.0
test
Unit test
VS2010
Make sure the web.config pages/namespace can be used together with ASP.NET MVC 3 P1 and Razor
by
Fredrik N
Note: This blog post is based on the ASP.NET MVC 3.0 Preview 1. The following section is from Forkcan.com (If you didn’t know, you can get code shared to ForkCan.com on your blog, read more here about it ). If you want to know when I publish a new blog...
Filed under:
ASP.Net
,
.Net
,
VS2010
,
MVC3.0
ASP.Net MVC 3.0 Preview 1, Razor and nested master pages
by
Fredrik N
Note: This blog posts is based on the ASP.NET MVC 3.0 Preview 1. In this blog post I will explain how I have created a nested master page in ForkCan.com . Here is the master of the master pages ;) (_Loyout.cshtml) (I have removed some HTML from this example...
Filed under:
.Net
,
VS2010
,
ForkCan
,
Razor
,
MVC3.0
Looking for great .Net developers – Where are you all?
by
Fredrik N
Never done this kind of post before I don’t like to do write post like this one, but I have too.. I need more .Net developers! If you are interested to work as an consultant in Sweden and in the city of Gothenburg (to begin with), and have at least 4...
Filed under:
.Net
.NET 4.0 is so Lazy
by
Fredrik N
With .NET 4.0 there is a new class added to the System namespace called Lazy<T>. This class is what the name says, lazy. Here is an example where Lazy is used: var lazy = new Lazy<IList<OrderRow>>( () => { var rows = //get order rows;...
Filed under:
C#
,
.Net
,
VS2010
How SubmitChanges works in .NET RIA Servies
by
Fredrik N
Now I’m back from my 4 week long vacation. I have spend a lot of time with my new apartment, took about 2 month to get most of it ready, I still have a lot of things to do, but all the painting and stuff are done :) I got a question on my e-mail regarding...
Filed under:
.Net
,
Silverlight 3.0
,
.NET RIA Services
,
RIA
Why doesn't some of you write unit test?
by
Fredrik N
I have educated over 1000 developers the last 1 1/2 year and about 5% of them raise their hands when I ask them if they writes test, like unit test or if they use Test Driven Development (TDD). 5%! That is not much. When I asked them why they didn't write...
Filed under:
.Net
,
test
,
Unit test
Remove code smell with AOP
by
Fredrik N
During the last years you have probably heard about Aspect Oriented Programming (AOP). Different people like or don’t like AOP. I’m one of them who like AOP. As you may now VB.Net and C# are object orientated languages and with object oriented programming...
Filed under:
C#
,
AOP
,
.Net
More Posts