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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top