Project Description
Micro-Apps is a revolutionary piece of software that allows you to have multiple programs running from 1 file under the same process!

What is a MicroApp?
A MicroApp is a DLL that contains your entire application, It uses our SDK/Framework to make it function with our loader, Due to the fact the Application is packed into a DLL file we require that you use a loader to make the app work! The MicroApps framework is perfect for any developer who likes to be a bit of a clean freak when it comes to publishing their applications, Lets face it, Nobody likes having hundreds of files being installed onto their clients computers - It's better to just have one!

How do I use the MicroApp framework?
To use the framework all you need to do is add a project reference and juggle some code around! Setting up an application couldn't be easier!

When I compile my application I get a DLL file that I can't open, Why's this?
As we said before, MicroApps run from DLL files, You will have to download our loader or create your own using the source code we provide!

Are there full instructions available on how to merge this project with my own?
Yes, I will soon be adding full instructions with screenshots and video guides to the Documentation pages!

How often is the Loader and Framework updated?
Seems the framework never needs to change (Our current opinion, We may update it later so it supports more functions!)
The loader however will be updated whenever we get major bug reports!

What does the MicroApp framework work with?
I am not an expert in this seems I only develop in C# and the odd bit of C++ but I can only assume because it's a .NET assembly, That it will work with any other .NET projects.