Monday, 6 February 2012

.NET 3rd party components

http://nuget.org/packages

  1. EntityFramework icon

    EntityFramework 4.2.0.0

    By:

    Entity Framework is Microsoft’s recommended data access technology for new applications.

    188,269 downloads

  2. jQuery icon

    jQuery

    By:

    jQuery is a new kind of JavaScript Library. jQuery is a fast and concise JavaScript Library that simplifies HTML document traversing, event handling, animating, and Ajax interactions for rapid web development. jQuery is designed to change the way that you write JavaScript.

.NET 3rd party components

The Castle ActiveRecord project is an implementation of the ActiveRecord pattern for .NET. The ActiveRecord pattern consists on instance properties representing a record in the database, instance methods acting on that specific record and static methods acting on all records.

Castle ActiveRecord is built on top of NHibernate, but its attribute-based mapping free the developer of writing XML for database-to-object mapping, which is needed when using NHibernate directly.


MonoRail is a MVC Web Framework inspired by Action Pack.

MonoRail differs from the standard WebForms way of development as it enforces separation of concerns; controllers just handle application flow, models represent the data, and the view is just concerned about presentation logic. Consequently, you write less code and end up with a more maintainable application.

Although the project name is MonoRail, we do not have any affiliation with the Mono project. MonoRail runs on Microsoft .Net 1.1, 2.0 and Mono.


NVelocity

NVelocity is a port of the excellent Apache Jakarta Velocity project. It is a very simple, easy to learn and extensible template engine.

Due to the lack of releases, support and bug fixes on the original port, the Castle Team decided to fork the project, bringing it to our code repository, fixing the bugs and improving it with more features.


Castle Windsor

Modified on 2012/01/07 23:02 by Krzysztof KoźmicCategorized as Uncategorized


Castle Windsor Logo

Castle Windsor Logo

Castle Windsor is best of breed, mature Inversion of Control container available for .NET and Silverlight. Current version is 3.0, released in December 2011. Seerelease notes or download it.

Show me the code already

Windsor is very simple to use. Code below is not justhello world - that's how many big real life applications use Windsor. See the full documentation for more details on the API, features, patterns, and practices.