By tag: BoxedApp
0
kicks
Launching .NET Applications From Memory
An interesting idea of how to run a .net application from memory directly.
0
kicks
Virtual file.... from IStream
The blogpost shows how to create a virtual file if you have implementation of IStream. The article includes a C# implemenation of IStream and a few samples.
So you can create a virtual file with any behavior!
Hope it can be interesting for .net developers :)
0
kicks
Create Portable Applications With Ease
BoxedApp SDK 2.0, a DLL library from Softanics enables developers to take advantage of the next generation technology - application virtualization to create a portable application with zero installation that relies on the virtual environment to run.
0
kicks
Managed C++: Embedding Microsoft Visual C++ Redistributable
If you use a DLL written in Managed C++, you should a few DLLs from the Microsoft Visual C++ Redistributable package installed. There are no usual ways to link these libraries statically (due to C++ / CLI restrictions).
But there a way to include these DLLs into your application, see how in this ar...
0
kicks
.NET Runtime Embedding
Hi all,
One interesting product, BoxedApp, can be used to pack .NET runtime with .NET application into a single exe. Instead of other solutions (Salamander), you will see which files are embbeded and how does it work at all, you will see the whole picture.
BTW, I've tested it under my Win2k3 m...