Message 1 of 3
C# tip of the day : LINQPad!

Not applicable
09-01-2010
05:28 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi everybody working with C# and the API..
Testing the new dynamic bindings in C# 4.0 i started using a small app called LINQPad.
It´s actually meant for querys, but works EXTREMELY WELL as a code scratch pad..
Set up a reference to the inventor assembly, add the Inventor name space & within 5 minutes you will find yourself with an absolutely amazing ( and FAST ) tool for testing code blocks against the API.. ( even full programs actually )
Happy coding 😉