
Paco
Francisco T. Martinez
iMilDotCalc Available for Sale
4/5/2011
MilDotCalc is now available on the Mac App Sto...
Continue readingFarewell
3/29/2005
My son's remains were put to rest yesterday in the Dallas/Fort Worth National Cemetery. It was military burial with full honors. Just before we parted to the hollow ground we were given over medal...
Continue readingMil Dot Calculation Software
7/28/2007
As many of you know, I have an interest in long range shooting. Here in Texas, there are quite a few shooting ranges that sport...
Continue readingPaco's Blog
Choosing a runtime for your .NET App while in Windows
Almost a year ago, we gave a presentation to what was then the Plano .NET User Group. Some of the highlights of that evening were captured on video. A CD size download was later put together -- with a lot of trouble and thanks to the generosity of community members -- we managed to distribute it to a lot of folks. My good friend Erik Dasque commented then that he thought it would be even better if we could create some flash presentations of what we had on the CD.
Meanwhile, back at the [Mono-hispano] mailing list... A few folks had an ongoing discussion about launching a .NET application but ensuring it would be handled by the mono runtime. This one fellow, not knowing any better, was describing a way of creating more batch files to launch applications in Windows. The wise Mario Carrion came to the rescue pointing out that a lot of this had already been thought about and that a work around existed called the "mono Runtime Seletor" (a.k.a MonoLaunch). The one guy then pointed out that it was all nice and great but, there seem to be no documentation on how to employ this "MonoLaunch".
This has prompted me to put together a few descriptive pages along with some brief videos that can further depict the use of VSPrj2make#, MonoLaunch and a couple of other new developments like availability of Gnome# in the Experimental Mono Combined Installer for Windows.
VSPrj2make
MonoLaunch
Meanwhile, back at the [Mono-hispano] mailing list... A few folks had an ongoing discussion about launching a .NET application but ensuring it would be handled by the mono runtime. This one fellow, not knowing any better, was describing a way of creating more batch files to launch applications in Windows. The wise Mario Carrion came to the rescue pointing out that a lot of this had already been thought about and that a work around existed called the "mono Runtime Seletor" (a.k.a MonoLaunch). The one guy then pointed out that it was all nice and great but, there seem to be no documentation on how to employ this "MonoLaunch".
This has prompted me to put together a few descriptive pages along with some brief videos that can further depict the use of VSPrj2make#, MonoLaunch and a couple of other new developments like availability of Gnome# in the Experimental Mono Combined Installer for Windows.
VSPrj2make
- Installing VSPrj2make
- Using Test in Mono to Run a Windows Form Application
- Using Test in Mono to Run an ASP.NET application
MonoLaunch
- Create .NET app using Visual Studio .NET 2003 and execute with the Microsoft .NET Framework Runtime
- Run a .NET application using mono as the runtime -- allowing a win32 console to show stdout.
- Run a .NET application using mono as the runtime -- without a win32 console.
- Build a .NET application that uses Gnome# from the mono command line.
- Execute a mono program using different mono versions using the Mono Runtime selector to switch between versions.