Aspect-Oriented Programming
Categories: AOP, Miscellaneous, Persistence - Data-tier
Latest version: 3.1Added 2009-10-02
Library of helpers.Includes:- Aspects- ObjectBinder- DbManager: high-level data provider independent wrapper for ADO.NET. Designed to simplify working with database and encapsulates most of ADO.NET objects such as Connection, Transaction, Command, and Parameter in one single object. - Data accessors- EditableObjects: classes that can help you to make your object model editable.- Mapping: map DB source to object, map object to object, map enum to value, map value to enum, map to JSON.- Reflection helpers- TypeBuilder helpers- Validation helpers
Categories: AOP
Author: Operating Systems and Middleware Group at HPI
Static and dynamic aspect weavers.
Author: Alan Cyment
Latest version: 0.2Added 2005-12-15
AOP engine for the .NET Framework.SetPoint heavily relies on the use of RDF/OWL for the definition of what we call "semantic pointcuts". It features an IL-level, dynamic weaver & LENDL, a declarative domain-specific-language that lets you define ontologies, pointcuts, aspects and advices.
Categories: AOP, Frameworks, Inversion of Control, Miscellaneous, Object-relational mapping
Latest version: 1.0 RC 3Added 2006-01-08Updated 2007-10-11
Framework that aspires to simplify the development of enterprise and web applications. Castle offers a set of tools (working together or independently) and integration with other open source projects.Features include:- Rapid web application development: MonoRail, an MVC web framework inspired by Ruby on Rails' Action Pack.- Object-relational database mapping: ActiveRecord, a data mapping pattern implemented using NHibernate; ActiveRecord Generator, a desktop application to generate ActiveRecord classes based on database schemas.- Inversion of control containers: MicroKernel/Windsor Container.- Proxy generator for interfaces and classes: DynamicProxy.- AOP framework based on dynamic proxies and XML configuration files: Aspect#.- Visual Studio 2003/2005 integration.
Author: DotNetGuru
Latest version: 1.0.1Added 2004-02-26Updated 2006-09-18
.NET multi-language aspect weaver. Aspects and base code may be written in any programming language, as soon as it compiles into MSIL.
Latest version: 0.3.2Added 2004-08-17
AOP framework based on dynamic proxies.It uses .NET's Reflection.Emit to create proxies.
Categories: AOP, Compilation
Author: SharpCrafters
Latest version: 2.0Added 2007-03-07Updated 2010-09-27
Compile-time AOP framework.PostSharp lets you develop custom attributes, apply them to methods, fields, or types, and modify code base behavior without modifying the code base itself.PostSharp is available in two editions, Community (free) and Professional (commercial).An add-in is provided for Visual Studio 2008 SP1 and Visual Studio 2010.
Latest version: 0.3.4Added 2004-08-24
Aspect-oriented extension for C#.Eos aims to improve upon the current aspect-oriented language model in three dimensions. First, it generalizes aspect instantiation and advice weaving model to eliminate the need for the work-arounds that are unavoidable today when aspects are used to express certain crosscutting concerns. Second it generalizes the join point model. Third it aims to eliminate the distinction between class and aspect constructs in favor of a single conceptual building block that combines the expressive capabilities of current classes and aspects, significantly improving conceptual integrity and uniformity in language design.