PostSharp Ultimate 관련 정보

C# 및 VB에 패턴 및 스레드 보안을 추가합니다.

PostSharp Ultimate allows developers to eradicate boilerplate code by offloading repetitive work from humans to machines. It contains ready-made implementations of most common patterns and gives you the tools to build automation for your own patterns. Developers usually think in terms of design patterns, but with conventional programming languages, they end up writing boilerplate code. PostSharp extends the C# and VB languages with the notion of the pattern. The result is shorter, cleaner code that’s easier to write and understand, contains fewer defects and is less expensive to maintain.

PostSharp Benefits:

  • Free yourself from repetitive code.
  • Reduce development costs and deliver faster.
  • Build more reliable software.
  • Add functionality more easily after the first release.
  • Get new team members productive quicker.

PostSharp Ultimate includes:

  • PostSharp Framework - Pattern-aware compiler extension for C# and VB.
  • PostSharp XAML - Companion for your XAML developments.
  • PostSharp Diagnostics - An instrumentation toolbox for .NET and .NET Core.
  • PostSharp Threading - A pragmatic way to write machine-verified, thread-safe code.
  • PostSharp Caching - A straightforward way to improve your application performance.

PostSharp Framework

Build automation for your own patterns to reduce development effort and improve architecture. With PostSharp you can build automation for any pattern you need. Amplify developer skills, build custom patterns and benefit from exceptional performance.

PostSharp XAML

Stop writing repeating code for INotifyPropertyChanged, commands, dependency properties, contracts, undo/redo, and more.

PostSharp Diagnostics

Allows you to add extensive logging to your application in minutes and direct it to any logging framework. PostSharp Diagnostics is easy to use but still provides all the detail you need, see parameter values, timing, and more. Much faster than hand-written code and fully customizable, you can override every single moving part. PostSharp also provides integration with your existing logging framework.

PostSharp Threading

Address multithreading at the right level of abstraction with threading models, deadlock detection, and declarative thread dispatching. Make your C# or VB applications thread-safe without rewriting them. Starting new threads and tasks in .NET languages is simple, but ensuring that objects are thread-safe is not. Choose the threading models that you want and have the built-in verification detect errors in your code before they cause random data races.

PostSharp Caching

Add caching to an existing method with just a custom attribute. Works with Redis, MemoryCache, and your custom cache framework. Key features include:

  • Declarative caching and cache invalidation – using compiler-verified custom attributes.
  • Out-of-the-box support for MemoryCache and Redis.
  • Object-oriented dependencies for strongly-typed cache invalidation.
  • Customizable. Plug into your own cache storage.
  • Support for async methods and async cache storage.

PostSharp Ultimate Features

  • Framework
    • Method-level aspects
    • Code validation
    • All aspects
    • Async methods
  • Common
    • Code Contracts
    • Aggregatable (parent/child/visitor)
  • MVVM
    • INotifyPropertyChanged: automatic properties
    • INotifyPropertyChanged: explicit properties and child objects
    • Dependency Property
    • Command
  • Logging
    • Developer mode (freshly-built apps)
    • Production mode
  • Threading
    • Immutable
    • Freezable
    • Synchronized
    • Reader-Writer Synchronized
    • Thread-Affine
    • Actor
  • Caching