Tag Archives: Aspects

PostSharp 3 CTP released

On the 26th the great folks at SharpCrafters announced the much anticipated PostSharp 3 CTP (Community Technical Preview).   There are many changes in this CTP so lets review some of them. For anyone new let me start by a quick … Continue reading

Posted in PostSharp | Tagged , , | Comments Off on PostSharp 3 CTP released

Intro to Aspect Oriented Programming with PostSharp–Part 3

To continue on from Part 2.  For this article we will talk about one of the aspects I utilize the most OnExceptionAspect Note:  This may be the last generic post, I am working on a new blog series will show … Continue reading

Posted in PostSharp | Tagged , , | Comments Off on Intro to Aspect Oriented Programming with PostSharp–Part 3

Intro to Aspect Oriented Programming with PostSharp–Part 2

To Continue on from Part 1 lets dive a little deeper into Aspect Oriented Programming utilizing a framework called PostSharp Setup Windows 7 X64 Visual Studio 2010 (if I get a large enough feedback I will switch this series to … Continue reading

Posted in PostSharp | Tagged , , | Comments Off on Intro to Aspect Oriented Programming with PostSharp–Part 2

PostSharp .. User Group .. Code Camp != Sleep

My big week has finally ended.. As always when one chapter closes another opens along with back to writing post.  To recap I was given a great opportunity by SharpCrafters to present on: Introduction to Aspect Oriented programming using PostSharp.

Posted in Design Patterns, PostSharp | Tagged , , , | Comments Off on PostSharp .. User Group .. Code Camp != Sleep

How PostSharp has improved my ability to follow SRP

For those new to SRP, it stands for Single responsibility principle. Here is a snippet from Wikipedia on the meaning. In object-oriented programming, the single responsibility principle states that every object should have a single responsibility, and that responsibility should … Continue reading

Posted in Design Patterns, PostSharp | Tagged , , | 1 Comment

Intro to Aspect Oriented Programming with PostSharp–Part 1

This is a a quick blog post to announce that I will be doing a series that introduces developers to Aspect Oriented Programming using a great tool called PostSharp. In order to make the journey easier for beginners I packaged … Continue reading

Posted in PostSharp | Tagged , , | 2 Comments