is Window control in C# is Framework Dependent

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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
 
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.
 
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
 
Back
Top