posted on Friday, August 20, 2004 8:14 PM
by
csteen
FotoVision in C#
One of the things I have been working on in my spare time is converting the
FotoVision web application to C#. I was looking for a simple ASP.NET photo gallery that would run on my Linux web server under
Mono. The other requirement was that it have a Windows client. I looked into
nGallery, but currently it does not have a windows client.
To do the "heavy lifting" of converting the project from VB.NET to C#, I utilized Instant C# Snippet Edition. The only thing I needed to do was make a few minor changes to the aspx/asmx files to convert them to C#.
I am doing some code cleanup at the moment, but if anyone is interested, I can make the code available after I have finished.