Will WPF learn my skills in ASP.NET?

I have been working in Windows Forms for many years and still do. I am not familiar with ASP.NET technology or any other technology related to the Internet.

I worked with:

  • Oracle Form Builder
  • Visual dBase 7.5
  • Delphi 2.0, 3.0 and 7.0;
  • Sybase Power Builder 10.5;
  • Visual Basic 6;
  • Visual Basic 2003/2005/2008;
  • And, ultimately, Visual C # 2005/2008.

I am mainly a C # programmer with growing experience in VB.NET this year.

What would be the best way to learn WPF, given my experience?

And I would like to know if WPF training will improve my skills in ASP.NET etc.

Thanks for the tips and tricks for everyone! =)

+2
c # wpf
source share
4 answers

Not. Working in WPF will improve your skills in WPF (if you do not take into account the general benefits of working in any .NET language ... in this case, working in any .NET will improve your ASP.NET skills).

If you want to improve your ASP.NET skillset, work with ASP.NET.

+9
source share

WPF and ASP.NET are completely different platforms. WPF is mainly used in Windows-based applications. ASP.NET is for web applications. If you are interested in reinforcing anything related to the network, I would suggest exploring ASP.NET MVC.

Learning WPF will certainly help you better underestimate Silverlight because both of these technologies are XAML-based and share a lot of things. Silverlight is also used in web applications, but mainly for applications that are rich in media and graphic content. If you are going to work on such applications, you can study WPF or Silverlight.

+3
source share

Working in WPF will only contribute to your WPF skills, but WPF is desktop technology, ASP.Net is web technology, seeing your skills matrix and past experience, I would say to learn WPF, although this is not a limitation after all. that you are a programmer and are learning something, but WPF will give you a definite plus in your tech stack.

If you learn WPF, he will also learn Silverlight, which is a web technology similar to Adobe flash.

+2
source share

The best way to learn WPF is to find a project (open source or paid) that requires its use. This is the best way to learn something - to find use for this.

+1
source share

All Articles