Lambda the Ultimate

inactiveTopic AspectC#
started 12/20/2002; 8:42:55 AM - last post 12/20/2002; 8:42:55 AM
Dejan Jelovic - AspectC#  blueArrow
12/20/2002; 8:42:55 AM (reads: 1377, responses: 0)
AspectC#

Aspect Oriented Programming is a programming technique that make it possible to express crosscutting concerns in a modular way. C# is a new language that has been designed for the Microsoft .Net Framework. AspectC# is a tool that enables AOP constructs within the C# language. The AOP constructs are the same as that of AspectJ.

Currently in alpha.


Posted to Software-Eng by Dejan Jelovic on 12/20/02; 8:46:27 AM