Archives
- Newer posts
- November 2024
- April 2024
- November 2023
- October 2023
- August 2023
- May 2023
- February 2023
- October 2022
- August 2022
- July 2022
- May 2022
- April 2022
- March 2022
- February 2022
- June 2020
- March 2020
- February 2020
- January 2020
- December 2019
- November 2019
- October 2019
- September 2019
- August 2019
- July 2019
- June 2019
- May 2019
- April 2019
- March 2019
- February 2019
- January 2019
- December 2018
- November 2018
- October 2018
- September 2018
- August 2018
- July 2018
- June 2018
- May 2018
- April 2018
- March 2018
- February 2018
- January 2018
- December 2017
- November 2017
- October 2017
- September 2017
- August 2017
- July 2017
- June 2017
- May 2017
- April 2017
- March 2017
- February 2017
- January 2017
- August 2016
- June 2016
- April 2016
- March 2016
- February 2016
- January 2016
- July 2015
- June 2015
- Older posts
Experience of switching tracks: PHP to .NET
It’s always exciting to try out something new, but when you don’t know if you are going to be good at it, especially when your career is kind of dependent on it, switching tracks become tricky.
What I have experienced after switching from PHP to NET is that they are different. If you were using namespaces, classes, objects, then it would be pretty easy to develop in .Net if not, then you will have to learn a couple of principles like objects, classes, etc.
Knowing more than one language is always a plus point which will help enhance your skills. As the saying goes “more the merrier”. Learning a new language won’t make you forget the languages you already know. When it comes to programming languages one thing is clear you can adapt to any language as long as your logic, concept, and error solving skills are good.
It is more important that you have good problem solving and software development skills to seek solutions to problems even to the most difficult ones. When you know the logic, you only need to communicate through a programming language and the “how to get it done” part becomes much easier.
One question I was often asked after switching to .NET was, what is better, PHP or .NET? Well, one cannot compare these two, because to compare two things they need to be similar (like PHP and python or c#) which is not possible in this case since PHP is a programming language and .NET is not. Generally in .Net, the language used is C#. The main thing to understand if you are switching from PHP to .NET is that PHP is a programming language and .NET is a Web Framework.
Before changing your track make sure you get valid information from a source who/which is familiar with both the technologies. Most importantly switching tracks becomes easier if you know where you want to go.