I want to develop a application in C#.net but it should not be framework
dependent.Now is Window controll created in c#.net is framework independent
or not.
OR
Is there any way to make my code Framework Independent
Lloyd Dupont - 06 Jan 2006 05:53 GMT
What do you called framewrok dependent?
Ultimately any .NET application is framework dependant.
However a .NET could *attempt* run on a later version if the version with
which it was created is not present, but you never know how it will work.
>I want to develop a application in C#.net but it should not be framework
> dependent.Now is Window controll created in c#.net is framework
> independent
> or not.
> OR
> Is there any way to make my code Framework Independent
Siva M - 06 Jan 2006 16:32 GMT
C# applications need .NET framework (of any compatible version). No other
way to go.
I want to develop a application in C#.net but it should not be framework
dependent.Now is Window controll created in c#.net is framework independent
or not.
OR
Is there any way to make my code Framework Independent