My favorites | Sign in
Google
Projects on Google Code Results 1 - 10 of 14
==The goal== The goal of this project is to provide a non attribute, non xml -based framework for configuring security in ASP.NET MVC. ==A quick example== {{{ FluentSecurity.Configuration.Configure(policy => { policy.GetAuthenticationStatusFrom(SessionContext.Current.User.IsAuthenticate...
Object to object mapping framework
* ... * * allow array to be treated in this way: * $testArr1 = array(0,1,2,3,4,5); * $testArr2 = array(10,11,12,13,14,15); * A::extend($testArr1, $testArr2); * * $testArr1 -> array_push('extended!') -> array_3rd_compact() -> array_merge($testArr2); * var_dump($testArr1 -> myArray); ...
== Do you... == _Find configuring Windsor using XML a real pain?_ FluentIoC is XML free! _Want an easy way to resolve your services?_ Simple methods for resolving services! _Forget to add services/components to the config file?_ Easy to mass import services! _Rename properties/factory m...
We've moved. <a href="http://fluentnhibernate.org">http://fluentnhibernate.org</a>
Simple library which aims to simplify late binding calls with C# Make simple late binding calls using a [http://www.martinfowler.com/bliki/FluentInterface.html fluent interface]: {{{ IObjectOperation myObject = BindingFactory.CreateObjectBinding("CoreAssembly", "CExecutionManager"); int size...
FluentJ is a Java library for expressing common programming constructs in a fluent manner. FluentJ provides a sort of well-defined _grammar_ which expresses the _actual intent_ of the code instead of _how_ the intent of the code should happen. The grammar is realized by employing method-chaining ...
Inspired by the work started by the [http://mvccontrib.codeplex.com/Wiki/View.aspx?title=FluentHtml&referringTitle=Home MVCFluentHtml] project. This project, on the other hand, creates a library of fluent interfaces for generating basic html elemnents (such as img, a, div, span). This library can...
XJC Fluent API Extension Plugin.
=Simple Rules= A simple rules engine which can operate on individual objects or more complex hierarchies of objects. Rules are classified currently by the type they operate on and are indexed by name. The central principle behind the engine is creating Lamda Expressions from method arguments to d...
1 2 Next