Good exercises to transition from coding in VB.NET to C#?

前端 未结 10 892
滥情空心
滥情空心 2021-01-19 01:48

What are some good exercises that an intermediate/advanced VB.NET web programmer should to do gain syntax chops on C#?

I imagine some good examples would be:

10条回答
  •  误落风尘
    2021-01-19 02:20

    I think best exercise would to build something for yourself.

    This way you can to define your scope, to "negotiate" new features and to write new code just for fun.

    You could also to solve again problems you already know; for instance, I recommend trying to solve some problems from Project Euler in C#.

提交回复
热议问题