<= Home

Encase 0.7 Release

Posted about over 2 years ago

I finally finished my AOP framework Encase. I wrote it in C# and though I don't have any tutorials yet, I will have some soon. It is easiest to pull down the the source and follow the unit tests right now to understand the framework. The advantage Encase has is that it provides a way of aspects to be applied during runtime in managed code rather then being configuration file based that other .NET AOP frameworks rely upon. This promotes productivity to new developers unfamiliar with AOP.

Now that I have a working version the framework, I started developing some extesnions. Primarily the first extension library will help the developer to apply buisness rules using AOP. Its far from finished, but I will activly be making progress and as I get farther I will put up some samples.

Visit the encase page here

Encase.0.7.zip Encase.Extensions.0.7.zip