InfoQ

InfoQ

News

My Bookmarks

Login or Register to enable bookmarks for unlimited time.

The content has been bookmarked!

There was an error bookmarking this content! Please retry.

Spring.NET Gets Visual Studio Add-in, CodeConfig, NuGet Packages

Posted by Roopesh Shenoy on May 18, 2011

Sections
Development
Topics
.NET Framework ,
.NET ,
Programming ,
Spring.NET ,
Frameworks

Spring.NET, the .NET counterpart of Spring Framework for Java, has recently got several new features through CodeConfig and a new Visual Studio extension meant for content-assist. Basic Spring.NET packages are also now distributed via NuGet, making it much easier for developers to manage dependencies when using them in their projects.

New Features in CodeConfig -

  • Code-based configuration similar to the @Configuration support in Spring Java
  • Support for mixing and matching Code-based and XML-based configuration metadata
  • Extension Methods to support Code-Based Configuration on existing Application Contexts
  • Bootstrapping the Context configuration from either Code-First or XML-First approaches
  • Explicit support for .NET Framework 4

The new Visual Studio 2010 add-in brings following capabilities that that makes editing Spring XML configuration files easier - 

  • Improved Intellisense support for
    • Type completion
    • Property name completion
    • Constructor argument name completion
    • Property value completion for property of type 'Type', 'Enum' and 'Boolean’
  • Snippets integration (inline or by menu)
  • Quickinfo tooltip for properties and types

The following packages are now available as downloads via NuGet along with their corresponding DEBUG packages.

  • Spring.Core
  • Spring.Aop

The team promises that other other high-level components will be following soon. The existing mechanism of distributing the complete download will  also continue.

Spring.NET is an application framework for .NET which simplifies Dependency Injection. It also provides various context specific components like the Spring Web Framework, Data Access Framework and Data Validation Framework that can form the building blocks for a .NET application. 

 

Fix by Bruno Baia Posted
Re: Fix by Roopesh Shenoy Posted
Very nice. by Richard Clayton Posted
  1. Back to top

    Fix

    by Bruno Baia

    The "Visual Studio extension" link points to the Spring.NET REST Client Framework (spring-net-rest) and not to the VS2010 extension which is :
    github.com/SpringSource/spring-net-vsnet

  2. Back to top

    Very nice.

    by Richard Clayton

    Thanks guys!

  3. Back to top

    Re: Fix

    by Roopesh Shenoy

    Sorry about that and Thanks. I have fixed it.