Project Summary

  Analyzed 3 days ago based on code collected 3 days ago.

Simple library which aims to simplify late binding calls with C#

Make simple late binding calls using a fluent interface:

IObjectOperation myObject = BindingFactory.CreateObjectBinding("CoreAssembly", "CExecutionManager");
int size = myObject.Property("CommandExecuter").Get()
.Method("Execute").AddParameter("GET SIZE").Invoke();Please check the Usage page for the help on using this library.

A deeply description of the 1. version of the library is available at CodeProject: Late Binding Helper Library in CodeProject

Share

In a Nutshell, latebindinghelper...

Languages

XML
39%
XSL Transformation
24%
XML Schema
24%
3 Other
13%
 
 

Lines of Code

 

Activity

30 Day Summary Apr 19 2013 — May 19 2013

12 Month Summary May 19 2012 — May 19 2013

Community

Ratings

Be the first to rate this project
 
Click to add your rating
 
Review this Project!
 
 
 

Creative Commons License Copyright © 2013 Black Duck Software, Inc. and its contributors, Some Rights Reserved. Unless otherwise marked, this work is licensed under a Creative Commons Attribution 3.0 Unported License . Ohloh ® and the Ohloh logo are trademarks of Black Duck Software, Inc. in the United States and/or other jurisdictions. All other trademarks are the property of their respective holders.