sudarshan patil
Member
- Joined
- Jan 24, 2023
- Messages
- 5
- Programming Experience
- Beginner
Is there any issue learning asp.net,c#.net SQL-server with .Net framework 3.5 and 4.0 fundamentally any issue?
That depends on what you mean by "issue". You can certainly learn about all those things at the same time and you can certainly learn the .NET parts using .NET Framework 3.5 or 4.0. That said, both those Frameworks are now officially unsupported, so it would be inadvisable to create production applications targeting them. I believe that .NET Framework 4.7.2 is the oldest that is still supported, and even v4.8.1 will be out of support relatively soon. You'll need to start looking at .NET Core fairly soon regardless (.NET 5 and later are based on .NET Core) so it would probably be better to learn using at least .NET 6 if possible. You'll also get access to some new framework and language features that way. That said, it's still valid to learn the basics on an old framework and then learn the newer bits later.
It Really doesn`t matter the version of c# ,asp.net, and SQL-server. means I can Learn asp.net,c#.net and SQL-server with old .Net versions like 3.5 and 4.0. ,