.NET 5 apps

Technical discussions
Post Reply
Farjikaam19
Posts: 1
Joined: Wed Mar 15, 2023 2:57 am

.NET 5 apps

Post by Farjikaam19 »

Hello
I see all samples are based on .NET 4.5. Is there a way to use the control in a .NET 5 Win Forms application?
Thank you

Prashant Kande
Posts: 121
Joined: Mon Apr 04, 2016 4:55 am

Re: .NET 5 apps

Post by Prashant Kande »

Hello

There is a significant difference between .NET v4.8 and v5.0. We plan to add support for .NET 6.0 in the next version, which, hopefully, should be ready soon. Upgrading your app from 5.0 to 6.0 should be easy.

Regards

nickz
Site Admin
Posts: 236
Joined: Fri Jul 26, 2013 3:58 am

Re: .NET 5 apps

Post by nickz »

It looks like it might take a while. I have never seen Microsoft's documentation in such a sad state. It feels like an open-source software. It is more than a years since .NET 6.0 has been released, but the documentation is still a work in progress.

We have been deliberately avoiding other systems to be able to go deeper rather than wider. Serving for everybody means being very average. But MS went the other way. We have to trust MS people know what they are doing :).

We will get there.
Cheers

Prashant Kande
Posts: 121
Joined: Mon Apr 04, 2016 4:55 am

Re: .NET 5 apps

Post by Prashant Kande »

Thank you, Nick

.Net is open source.

The documentation is probably so poor because they are still coding bits and pieces for .net 6/7.

Post Reply