© 2006-2010, Connecting Data, Wim Decorte
fmDotNet is a .NET 2.0 DLL to facilitate interacting with data hosted on FileMaker Server Advanced from any .NET project. fmDotNet uses FileMaker's XML publishing for this.
For those familiar with fx.php, fm-and-php or the FileMaker PHP API, fmDotNet is very similar to those tools. But fmDotNet is not limited to custom web publishing. fmDotNet can just as easily be used in desktop applications, ASP.NET web sites, web services, and any number of mobile platforms.
Download it here: http://sourceforge.net/projects/fmdotnet. Please post all your comments, bug reports and features request on this project page too. You'll also find an example Desktop application, complete with source code in both VB.NET and C#. This demo application shows the basic concepts of using fmDotNet in your projects: finding and showing records & pictures, editing records, creating new records, delete records, run scripts. |
License: Common Public License Version 1.0. Feel free to download and use the DLL and/or the source code (fmDotNet is written in C#) but please send me whatever changes you make to the source code so I can incorporate your changes and make fmDotNet better. |
|
View the online help file here. A copy of the help file is included in the download. |
|
Want to know more about .NET? Start at the Microsoft MSDN site: http://msdn.microsoft.com/netframework/ |
|
What else will you need: a coding environment. You can use Microsoft Visual Studio but there are free alternatives like the Visual Studio Express editions. If you want to develop on OSX, Linux (and even Windows) you can use the open source MonoDevelop available from the Mono project main page. |
Version history:
|