|
|
Stories recently tagged with 'AOP'
|
|
submitted by
fintz69
3 months, 18 days ago
javicrespotech.blogspot.com — After Javi explained in the first post these series the problems you may run into when applying Dependency Injection in your distributed service layer, and in the second one how to put the theory in practice using Castle Windsor WCF Facility, in this post Javi explains how to appy cross cutting concerns upon your Service Objects using Castle Interceptors.
read more...
add a comment
|
category: Patterns | Views: 16
|
|
tags:
Castle, AOP, Patterns, WCF | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 9 months, 9 days ago, submitted by
akcoder
9 months, 9 days ago
milkcarton.com — How to remove all the code thats irrelevant to what your trying to do, to make your code base easier to grok. read more...
|
|
tags:
C#, AOP, Architecture, DanMorphis | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 11 months, 5 days ago, submitted by
atifaziz
11 months, 7 days ago
postsharp.org — 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).
read more...
3 comments
|
category: Open Source | Views: 9
|
|
tags:
Compiler, PostSharp, OpenSource, AOP | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 1 year, 3 months ago, submitted by
lowendahl
1 year, 3 months ago
lowendahl.net — Microsoft is constantly bashing aspects but have used similar techniques for their own frameworks and are pursuing the same benefits with other approaches. This post talks in lenght about those efforts and why MS just should give up and go Aspects already. read more...
add a comment
|
category: CLR | Views: 3
|
|
tags:
Microsoft, AOP | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 2 years, 7 months ago, submitted by
james_crowley
2 years, 7 months ago
developerfusion.co.uk — Till now we were talking about non-mainstream languages to use Aspect Oriented Programming (AOP). Learn what exactly AOP is, and how you can go about getting this functionality in C#. read more...
add a comment
|
category: C# | Views: 5
|
|
tags:
AOP | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 2 years, 7 months ago, submitted by
RobChappel
2 years, 7 months ago
blogs.msdn.com — Aspect Oriented Programming or AOP is an interesting concept that can be applied to many of the programming problems we solve everyday.
Aspect# is AOP language which uses static compile time weaving. It uses its own proxy (and not CLR's proxy) called DynamicProxy. DynamicProxy is generated compile time and works differently while proxying interfaces (generates dynamic class and delegates method calls to the target of invocation) and proxying classes (generates stub class that inherits from the target). read more...
add a comment
|
category: C# | Views: 1
|
|
tags:
AOP | tag it
Everyones tags: | Your tags: | |
|
|
|
|

Sponsored Link: www.carlist.ie
Ads via The Lounge
|