Home
AOP .NET: Practical Aspect-Oriented Programming
Loading Inventory...
Barnes and Noble
AOP .NET: Practical Aspect-Oriented Programming
Current price: $49.99
Barnes and Noble
AOP .NET: Practical Aspect-Oriented Programming
Current price: $49.99
Loading Inventory...
Size: Paperback
*Product Information may vary - to confirm product availability, pricing, and additional information please contact Barnes and Noble
introduces aspect-oriented programming to .NET developers and provides practical guidance on how to get the most benefit from this technique in your everyday coding. The book's many examples concentrate on modularizing non-functional requirements that often sprawl throughout object-oriented projects. Even if you've never tried AOP before, you'll appreciate the straightforward introduction using familiar C#-based examples. AOP tools for .NET have now reached the level of practical maturity Java developers have relied on for many years, and you'll explore the leading options, PostSharp, and Castle DynamicProxy.
Core concerns that cut across all parts of your application, such as logging or authorization, are difficult to maintain independently. In aspect-oriented programming (AOP) you isolate these cross-cutting concerns into their own classes, disentangling them from business logic. Mature AOP tools like PostSharp and Castle DynamicProxy now offer .NET developers the level of support Java coders have relied on for years.
introduces aspect-oriented programming and provides guidance on how to get the most practical benefit from this technique. The book's many examples concentrate on modularizing non-functional requirements that often sprawl throughout object-oriented projects. You'll appreciate its straightforward introduction using familiar C#-based examples.
This book requires no prior experience with AOP. Readers should know C# or another OO language.
Purchase of the print book includes a free eBook in PDF, Kindle, and ePub formats from Manning Publications.
is a developer with over ten years of professional experience working with C#, ASP.NET, JavaScript, and PHP.