BT

Facilitating the Spread of Knowledge and Innovation in Professional Software Development

Write for InfoQ

Topics

Choose your language

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

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

This item in japanese

Bookmarks

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. 

 

Rate this Article

Adoption
Style

Hello stranger!

You need to Register an InfoQ account or or login to post comments. But there's so much more behind being registered.

Get the most out of the InfoQ experience.

Allowed html: a,b,br,blockquote,i,li,pre,u,ul,p

Community comments

  • Fix

    by Bruno Baia,

    Your message is awaiting moderation. Thank you for participating in the discussion.

    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

  • Very nice.

    by Richard Clayton,

    Your message is awaiting moderation. Thank you for participating in the discussion.

    Thanks guys!

  • Re: Fix

    by Roopesh Shenoy,

    Your message is awaiting moderation. Thank you for participating in the discussion.

    Sorry about that and Thanks. I have fixed it.

Allowed html: a,b,br,blockquote,i,li,pre,u,ul,p

Allowed html: a,b,br,blockquote,i,li,pre,u,ul,p

BT