My company moved into Microsoft's .Net Framework when version 1.0 debuted. We delivered our first solution using the 1.1 version of the framework. We had some legacy applications written in VB 6.0 but the majority of the enterprise logistics application was written in C#. The application has multiple layers and can scale out from a single pc to mutiple servers. .Net Remoting was initially used as the communication medium between processes. The solutions infrastructure has since been upgraded to utilize version 3 of the framework and most remoting boundaries have been replaced with WCF end points. |