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
Browse by Tags
All Tags
»
ASP.Net
(
RSS
)
.Net
.Net 4.5
ASP.NET AJAX
ASP.NET MVC
ASP.Net WebApi
AXAJ
C#
CDN
Design
hypermedia
hypermedia API
MVC 4
MVC Framework
MVC3.0
OWIN
REST
Session
Visual Studio 2010
VIsual Studio 2012
VS 2010
VS2010
WebApi
Windows 8
Creating a simple REST like service with OWIN – Open Web Server Interface
by
Fredrik N
" OWIN, a standard interface between .NET web servers and web applications. The goal of OWIN is to decouple server and application and, by being an open standard, stimulate the open source ecosystem of .NET web development tools." – owin.org OWIN can...
Filed under:
ASP.Net
,
.Net
,
OWIN
,
REST
Team Foundation Server 2012 build notification using ASP.Net Web API
by
Fredrik N
For the last three years I have helped a financial company with a business critical financial system. I have the role as an architect and coach when it comes to system design. I also spend times to make the team work more efficiently, to release new features...
Filed under:
ASP.Net
,
.Net
,
.Net 4.5
,
VIsual Studio 2012
,
ASP.Net WebApi
Using Razor engine together with Asp.Net Web API to create a Hypermedia API
by
Fredrik N
This blog post is created just for fun, and it's will be about how we can use Razor to create a Hypermedia API using XML as a hypermedia for a "Maze game" inspired from the book "Building Hypermedia APIs with HTML5 and Node", Mike Amundsen. Only the server...
Filed under:
ASP.Net
,
.Net
,
WebApi
,
ASP.Net WebApi
,
hypermedia API
,
hypermedia
Using Razor together with ASP.NET Web API
by
Fredrik N
On the blog post “ If Then, If Then, If Then, MVC ” I found the following code example: [HttpGet] public ActionResult List() { var list = new [] { "John" , "Pete" , "Ben" }; if (Request.AcceptTypes.Contains( "application...
Filed under:
ASP.Net
,
WebApi
,
ASP.Net WebApi
ASP.NET Web API Exception Handling
by
Fredrik N
When I talk about exceptions in my product team I often talk about two kind of exceptions, business and critical exceptions. Business exceptions are exceptions thrown based on “business rules”, for example if you aren’t allowed to do a purchase. Business...
Filed under:
ASP.Net
,
.Net
,
WebApi
,
ASP.Net WebApi
Log message Request and Response in ASP.NET WebAPI
by
Fredrik N
By logging both incoming and outgoing messages for services can be useful in many scenarios, such as debugging, tracing, inspection and helping customers with request problems etc. I have a customer that need to have both incoming and outgoing messages...
Filed under:
ASP.Net
,
C#
,
WebApi
,
ASP.Net WebApi
Visual Studio 2012 RC and Windows 8 Release Review is available for download
by
Fredrik N
Today Visual Studio 2012 RC is available for download at: http://www.microsoft.com/visualstudio/11/en-us/downloads#express-win8 EF 5, MVC 4, WebApi and much more in the RC release. Widows 8 Release Review! http://blogs.msdn.com/b/b8/archive/2012/05/31...
Filed under:
ASP.Net
,
Visual Studio 2010
,
Windows 8
,
.Net 4.5
,
VIsual Studio 2012
,
MVC 4
Update on ASP.NET Vulnerability
by
Fredrik N
Scott Guthrie updated his blog with more info about the ASP.NTE Vulnerability, check it out here: http://weblogs.asp.net/scottgu/archive/2010/09/24/update-on-asp-net-vulnerability.aspx
Filed under:
ASP.Net
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
Fluent-API to add ActionFilters to Controllers – ASP.NET MVC Part 2
by
Fredrik N
I’m working with my Fluent-API for adding Action Filters to Controllers and Action Methods. In my previous post , I created a new instance of each Action Filter and add it to an Action Method or Controller. Based on how the Action Filters are often implemented...
Filed under:
ASP.Net
,
ASP.NET MVC
More Posts
Next page »