DotNetShoutout - Stories tagged with PostSharp
4
Shouts

Working with Advanced Aspects using Postsharp

published 631 days, 1 hour, 5 minutes ago posted by derikwhittakerderikwhittaker 632 days, 1 hour, 16 minutes ago
Thursday, September 01, 2011 10:25:36 AM GMT Wednesday, August 31, 2011 10:13:56 AM GMT
Taking a look at how to use the AOP (Aspect Orientated Programming) framework Postsharp. In this episode we will focus on how to use the OnMethodBoundry, MethodInterceptions, LocationInterception and EventInterception Aspects. We will look at how each of these can be used and how they can be used in conjuction with each other to build a better ... (more)
category: Screencast | clicked: 24 | 1 comment | | source: dimecasts.net
tags: APO, DimeCasts.net, PostSharp
5
Shouts

Getting Started with AOP using Postsharp

published 631 days, 1 hour, 5 minutes ago posted by derikwhittakerderikwhittaker 632 days, 1 hour, 17 minutes ago
Thursday, September 01, 2011 10:25:36 AM GMT Wednesday, August 31, 2011 10:13:10 AM GMT
Taking a look at how to implemented AOP (Aspect Orientated Programming) with PostSharp. We will be using the Postsharp library in this episode and we will take a look at how to create our first Aspect as well as how to use the metadata with the aspect to provide real business value in your application. ... (more)
category: Screencast | clicked: 16 | comment | | source: dimecasts.net
tags: AOP, DimeCasts.net, PostSharp
9
Shouts

PostSharp and JustMock side by side

published 648 days, 14 hours, 37 minutes ago posted by KodefuGuruKodefuGuru 651 days, 12 hours, 50 minutes ago
Sunday, August 14, 2011 8:53:00 PM GMT Thursday, August 11, 2011 10:40:29 PM GMT
In this post I will show mocking a member call inside a PostSharp aspect. There were previously compatibility issues between both of the tools running side by side which is now been officially fixed with the most recent release of that tool (>= 2.1.2.8-1594). For those who don’t know what PostSharp is all about, it is a tool that lets you write aspects easily than you can imagine. Personally , it took me just minutes to get started with a aspect that will authorize ... (more)
category: Agile | clicked: 28 | comment | | source: weblogs.asp.net
tags: Telerik, JustMock, PostSharp
3
Shouts

Test INotifyPropertyChanged Pattern implementations

published 823 days, 13 hours, 26 minutes ago posted by brunomarquesbrunomarques 827 days, 23 hours, 33 minutes ago
Sunday, February 20, 2011 10:04:43 PM GMT Wednesday, February 16, 2011 11:57:38 AM GMT
Performance-wise test of several INotifyPropertyChanged implementations. Including the plain-old common implementation, expression trees, dependency object, PostSharp AOP and Castle Dynamic Proxy AOP implementation (more)
category: Architecture | clicked: 17 | comment | | source: geeklyeverafter.blogspot.com
tags: Silverlight, INotifyPropertyChanged, Performance Test, PostSharp, Castle Dynamic proxy