66020 members! Sign up to stay informed.

Sponsored Links


Resources

.NET Research Library
Get .NET related white papers, case studies and webcasts

News News News Messages: 0 Messages: 0 Messages: 0 Printer friendly Printer friendly Printer friendly Post reply Post reply Post reply XML XML XML

Spring.NET 1.1 application framework described at TechEd

Posted by: Jack Vaughan on June 06, 2007 DIGG
By Jack Vaughan

At least a bit of open-source software was visible at Microsoft TechEd in Orlando via Interface21. The company released its Spring.NET 1.1 application framework and discussed its potential role in improving developer productivity at two technical sessions. Spring.NET grows out of the Spring Framework programming model originally created for Java, bringing a readily usable form of dependency injection to .NET development. The framework also introduces concepts familiar in Aspect-Oriented Programming. Built and supported by Interface21, the software is available through an Apache-style license.

Spring.NET joins Microsoft’s Enterprise Library, Rocky Lhotka’s Business Object Framework and other architectures that seek to codify lessons learned over the years in building object-oriented systems. By encoding best practices, application frameworks seek to better automate portions of developer tasks that are especially code-heavy and error prone. For Spring.NET, the interfaces between software modules are key.

Spring.NET pushes you to “code to the interfaces,” said Mark Pollack, principal consultant and lead of the Spring.NET project. And, because it simplifies coding to interfaces, Spring.NET better facilitates testing, said Pollack.

“One of the central elements of Spring.NET is for application configuration. So, when you’re trying to code to interfaces you can very easily configure an object to retrieve those dependencies that it has instead of actually writing a factory class or other boiler plate code” said Pollack. “And, as a result, you get built-in support for things like the Singleton pattern and the ability to be lazily initialized.”

“The side benefit is you are able to now have a better chance of really doing test-driven development because you can put in stub implementations for those interfaces,” he continued.

This framework may find a special role in mixed Java-.NET enterprises. With the .NET version of Spring, data access abstraction methods can extend beyond the Java platform, Pollack said. In effect, some .NET and Java developers may find a common ground, and this may reduce the inevitable ‘reinventing of the wheel’ common in many two-platform IT shops.

The Spring.NET 1.1 release features the following: Dependency injection for ASP.NET pages; declarative transaction management via XML configuration and attributes; ADO.NET data access framework support; NHibernate 1.0 and 1.2 integration; and NUnit integration.

Moreover, the framework now allows use of custom name spaces for AOP and transaction management.
http://www.interface21.com/
 
New content on TheServerSide.NETNew content on TheServerSide.NETNew content on TheServerSide.NET

DSLs and language interop

Language "mashups" will become more prominent, and developers will become polyglots, one programmer suggests.

VS 2008 Resources

SearchWinDevelopment.com offers an introduction to the language, performance, testing and data management improvements in VS 2008.

VB code downloads home

VBCode.com code snippets cover all aspects of application development, from data binding to security to the user interface.

XAML Learning Guide

Get up to date on XAML best practices with a variety of articles, tutorials and webcasts. [SearchWinDevelopment.com]

Company uses VSTS DB edition to tame workflow

One team's experience with the VSTS DB edition suggests that it can improve workflow for dev teams. It also enhanced Agile efforts. (June 24, Article)

Book: Intro to DSL Tools

Microsoft has begun to include DSL tools in the VSTS kit. A new book by Steve Cook and other VSTS team members helps set the stage. (June 24, Article)

I See the Silverlight Shining!

Cartoon: Be it ever so humble there is no place like your home after you get a Microsoft Home Server . (June 18, Cartoon)

A look at .NET 3.5

Microsoft's Thom Robbins says new technology to highlight in NET 3.5 includes AJAX, LINQ for both C# and VB, as well as tooling enhancements intended to ease the task of building WPF, WF and WCF apps. (June 29, Podcast)

Venkat Subramaniam on AJAX

Venkat Subramaniam discusses AJAX bottlenecks, the tenets of Agile development and more. He spoke at the Ajax Experience. (June 25, Tech Talk)

Building a Claims-Based Security Model in WCF - Part 2

In the second of a two-part series, Michele Leroux Bustamente discusses design decisions related to the claims-based security model. Read the story and walk through the process for creating a set of claims-based utilities to encapsulate claims authorization at the service tier. (May 24, Article)

Introducing the Entity Framework

Understanding why the Entity Framework exists and learning where it can fit into your projects can get you prepared for the eventual release early next year. (May 10, Article)

WCF Security Learning Guide

Resource: This learning guide gives you quick access to useful links on Windows Communication Foundation security information. (April 24, Article)

Brad Abrams: Patterns for successful ASP.NET AJAX development

TSS.NET's Jack Vaughan spoke recently spoke with Microsoft's Brad Abrams to find out what he is seeing in the field and what the chefs in Redmond are cooking. Along the way he discusses patterns of AJAX frameworks. (April 11, Article)

Building a Claims-Based Security Model in WCF

In a two-part series, Michele Leroux Bustamente explains how claims-based security is supported by WCF, and how you can implement a claims-based security model for your services. (March 29, Article)

Authoring workflow using XAML

Windows Workflow Foundation is a new technology that many developers will need to get their heads around. In a brief excerpt adapted from Programming Windows Workflow Foundation: Practical WF Techniques and Examples using XAML and C#, K.Scott Allen considers aspects of workflow definition. (March 22, Chapter Excerpt)

News | Blogs | Discussions | Tech talks | Patterns | Reviews | White Papers | Downloads | Articles | Media kit | About
All Content Copyright ©2007 TheServerSide Privacy Policy
Site Map