Jon Arild Tørresdal
Jon Arild Tørresdal is an Architect at Frende Forsikring, Chapter Lead for Norwegian .NET User Group in Bergen and an occasional speaker. After working 10+ years as developer, architect and manager, he finds most interest in how individuals work effectively together towards a common goal, focusing on the right things at the right time. He is an early adapter always looking for the best way to put technology to use, for the company he works for or at home. He also publishes a blog at http://blog.torresdal.net. Jon lives in Bergen with his wife and son.
All of Jon Arild Tørresdal's Content on InfoQ
Latest featured content by Jon Arild Tørresdal

- Topics
- Unit Testing,
- Community,
- Communication,
- Software Testing,
- Tools,
- Process,
- Collaboration,
- Specifications
In the last couple of years terms like Specification by Example, Executable Specifications and Feature Injection have showed up quite frequently in the community, often in relation to Behaviour Driven Development (BDD) or tools like Cucumber or SpecFlow. InfoQ have talked to some of the leading experts in this domain about what these practices are and how they relate to BDD.
News by Jon Arild Tørresdal
- Topics
- Web Servers,
- .NET
Scott Guthrie recently announced IIS Express, a light weight alternative to IIS and a potential replacement of Cassini (the built in web server for Visual Studio). IIS Express is intended to solve the pain points reported in Cassini and enable developers to develop using a full IIS 7.x feature-set. It’s not available for download yet, but according to Scott should be available shortly.
- Topics
- Cloud Computing,
- Identity Management,
- .NET
Microsoft has entered the cloud and customers are looking into moving their applications to this new platform. In doing so authentication and identity management needs to be addressed. InfoQ Editor Jon Arild Tørresdal talked to Eugenio Pace, Senior Program Manager in the Patterns & Practices team about the recent federation and identity technologies released from Microsoft.
- Topics
- .NET,
- Open Source
The open source project AutoMapper written by Jimmy Bogard has been actively developed for about a year and recently got to the 1.0 mark. AutoMapper is a convention based object-to-object mapper often used to (but not restricted to) flatten complex object models to DTOs, commonly used in ViewModels and crossing service boundaries.
- Topics
- .NET,
- Open Source
Sara Ford, Program Manager at CodePlex, announced on Friday that CodePlex has added support for Mercurial, a Distributed Version Control System (DVCS) similar to Git. Currently this feature is only available for new projects, but CodePlex advice current project owners to contact CodePlex Support if they want to switch from Team Foundation Server to Mercurial.
Articles by Jon Arild Tørresdal

- Topics
- .NET,
- Web Frameworks
Today, InfoQ publishes and excerpt(PDF) from Test-Drive ASP.NET MVC written by Jonathan McCracken. We also used the opportunity to interview the author. Test-Drive ASP.NET MVC gives a thorough introduction to ASP.NET MVC using Test Driven Development (TDD). The book is targeted at both existing ASP.NET developers as well as non Microsoft developers.

- Topics
- .NET,
- Web Frameworks
Today, InfoQ publishes an excerpt from ASP.NET MVC in Action written by Jeffrey Palermo, Ben Scheirman and Jimmy Bogard. We also used the opportunity to interview the authors. ASP.NET MVC in Action covers the MVC framework in detail as well as using the implementation of http://codecampserver.com, written by the authors, as an example application throughout the book.

- Topics
- Agile,
- Agile Techniques
This article focuses on some of the recent trends within the Agile community by briefly describing some alternatives to today’s well known Agile processes. Particularly focusing on estimation, forecasting deliverables and the increased impact Lean manufacturing has had on the Agile community.
Interviews by Jon Arild Tørresdal

- Topics
- Architecture,
- .NET,
- Domain-Driven Design
Udi Dahan talks about Command Query Responsibility Segregation (CQRS) and its relationship to Domain Driven Design (DDD). Dahan also discusses his project, the NServiceBus. NServiceBus is an open-source service bus for Microsoft's .NET environment. In many ways, NServiceBus works like Microsoft's Windows Communication Foundation (WCF) and can be used instead of WCF in some cases.