PostSharp - A Post-Compiler for .NET(postsharp.org)

submitted by atifazizatifaziz(1000) 4 years, 7 months ago

PostSharp is a platform that allows you to transform or analyze your .NET assemblies after compilation. It reads binary assemblies into memory, execute a suite of plug-ins and write back the modified code. Geat tool for Aspect-Oriented Programming (AOP).

3 comments |category: |Views: 40

tags: another

new Add a live kick counter to your blog >> liveImage

You can even customize the image by choosing your own colors, and then clicking the button below to update the preview and the html code:

  • "Kick It" text
  • "Kick It" background
  • kick count text
  • kick count background
  • border

Simply copy and paste this HTML into your blog post.


Users who kicked this story:
Comments:

posted by rpattersonrpatterson(745) 4 years, 7 months ago 0

I am fascinated by what PostSharp appears to accomplish. Aspect Oriented features without using a container to instantiate your objects. I need to download and dig through the code but my initial reaction is excitement over the potential.

Reply

posted by cycnuscycnus(130) 4 years, 7 months ago 0

PostSharp is really cool and very well supported with lots of information and even an introductory video.
It's the kind of tool that enables you to look at code like you never did before: now you can automatically implement things like security, logging, tracing, argument checking, persisting data, and do lots of really magical stuff with very little effort.
It adds another dimension to code.

Reply

posted by duckieduckie(150) 4 years, 7 months ago 0

I would _love_ to use all the cool tools comming out, like this one and castle project, just havent got any "BIG" projects where it would be handy :-(

Reply

information Login or create an account to comment on this story