Using a .Net Workstation Program With a LAMP Server
Posted
by Brian
on Stack Overflow
See other posts from Stack Overflow
or by Brian
Published on 2010-03-23T22:41:18Z
Indexed on
2010/03/23
22:43 UTC
Read the original article
Hit count: 333
Hi,
I am currently working on a project for a company with a Ubuntu LAMP server set up. All the workstations are on Windows XP/Vista. What we are trying to do is create a program to track parts in our warehouse. Server side would be programmed in PHP. However, I was thinking about using C# on the workstation side.
Is this possible? If so, is this practical? What kind of problems could arise from something like this?
© Stack Overflow or respective owner