Projects tagged ‘aop’ and ‘postsharp’


[5 total ]

14 Users
   

DataObjects.Net v4.0 is rapid database application development framework. It combines comprehensive business logic layer development framework, object-relational mapper and a set of storage ... [More] implementations enabling the same BLL code work everywhere dramatically reducing the resources and time you need to develop generally any application dealing with persistent data. [Less]
Created 11 months ago.

0 Users

A plug-in for PostSharp aimed to automate state management in ASP.NET controls. It enables storing field / properties values of controls just by decorating them with custom attribute. One can also ... [More] decide if he wants to store value in ViewState or ControlState. [Less]
Created 9 months ago.

0 Users

code-o-maticThe code-o-matic library leverages the PostSharp platform to implement code injection mechanisms for .NET. Code is injected through custom attributes that perform various tasks, such as ... [More] parameter validation, common patterns implementation, etc. The current version of code-o-matic offers the following mechanisms: Validation - Validate method parameters and properties by applying custom attributes such as NotNull or Pattern. Automatic properties - Automatically implement ViewState and Session properties on your ASP.NET controls and pages. See the GettingStarted page to get started. RequirementsCode-o-matic is based on PostSharp 1.0. You will need to download and install it for code-o-matic to work. An installer is supplied that can optionally install the correct version of PostSharp for you. NOTE: Postsharp is only required for compiling the code. The production environment does not need to have Postsharp installed. For performance reasons, the validation library is implemented as a Postsharp plugin. An installer is provided that copies the plugin files in the correct folder. It is also possible to copy the files manually. See the CompilingInstructions page for more informations. DocumentationThe following pages contain examples of use for the various parts of code-o-matic. ValidationExamples [Less]
Created 9 months ago.

0 Users

ValidationAspects provides State and Interception validation on .net Objects, Properties and Method Parameters. Validation can be declared via attributes and/or augmented/replaced with validation ... [More] functions at runtime. Supports asp.net MVC, WPF, Silverlight, PostSharp, and Unity. [Less]
Created 9 months ago.

0 Users

This is where I'm hosting the code for samples I post to my blog, Continuous Disintegration. -Ryan Gray
Created 10 months ago.