Aspect-Oriented Programming
Categories: AOP, Compilation
Author: postsharp.org
Latest version: 1.5Added 2007-03-07Updated 2008-09-18
PostSharp is an open-source post-compiler: an open platform for analysis and transformations of .NET assemblies after compilation. Aspect-Oriented Programming (AOP) or Policy Injection are two of the major applications.Built on PostSharp, PostSharp Laos is a high-level AOP framework based on simple concepts like code events and event handlers, and allows to author custom attributes that modify the behavior of the base code.
Categories: AOP
Latest version: 0.3.2Added 2004-08-17
AOP framework based on dynamic proxies.It uses .NET's Reflection.Emit to create proxies.
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, 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
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.
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.
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.
Author: Operating Systems and Middleware Group at HPI
Static and dynamic aspect weavers.