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
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
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
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.
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
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