Is it possible to use WPF in .NET 2.0?

If possible, explain to me how we can implement WPF in .NET 2.0 with C #. Thank..

+3
source share
4 answers

No, you can’t. The difference between .NET 2.0 and 3.0 is mainly in the libraries - WPF, WCF, CardSpace and Workflow Foundation.

If at all possible, upgrade to a newer version of .NET — ideally 4.0, but 3.5SP1 will also be better than just 3.0.

EDIT: according to the comments of 0xA3, I have to clarify that there are additional services in .NET 3.0. However, .NET 3.0 does not modify any of the existing libraries or types, it does not modify the CLR, and does not support any supporting language functions.

+10
source

WPF .NET 2.0, 2.0 3.0.

- .NET, ,.NET 4.0. , WPF .

+3

wpc wcf, 2.0. , 4.0, .net

0

, , WPF , .NET 3.0, # 2.0. .NET , # Visual Studio, .NET. , .

, .NET 3.0.

0

Source: https://habr.com/ru/post/1748814/


All Articles