C
C. Smith
I'm facing a project that's to be written in C#. It will most likely use the .NET framework to provide the user interface and for other services. I'd like to know what the backwards compatibility expections should be for this development environment. Will a Windows 95 user be able to run this application? Or even, god forbid, a Windows 3.1 user? If not, is there any suggested method for supporting such platforms with C# (not necessarily .NET), or is the answer to force users to ugprade?