APIs for .NET are custom libraries for developing WinForms and WPF client applications with .NET and can be used with Microsoft Visual Studio 2005 and higher versions; differently from WinForms components, they can be used for developing applications not requiring a user interface like Windows services, Console applications and server-side ASP.NET applications.
Through COM interaction our API libraries can be used with legacy development environments like Visual Basic 6 and Unmanaged Visual C++ with or without MFC.
|