C # - Start developing .Net [closed]

-2

Having already some knowledge in php, javascript, html, css, responsive design framework, such as, bootstrap and semantic-ui, and as my main focus (taste) is to develop web applications, best way (tutorials, councils, etc.) to start developing C # .NET.

    
asked by anonymous 24.09.2016 / 04:20

1 answer

2

My suggestion is that you study C # and if you need to refine the OO paradigm, go deeper into the concepts behind WEB applications, how the frameworks used in the .NET platform work (MVC is the main one in my vision).

I learn by understanding the theory well and then applying it in practice, you can take what you have done with the PHP stack and repeat in C #, it will give you an understanding of the differences between the two platforms.

    
24.09.2016 / 05:33