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

前端 未结 10 859
滥情空心
滥情空心 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:10

    Because programming in .NET is more about the Framework than any specific language or syntax on top, the MSDN documentation is invaluable for crossing over C# and VB.NET barriers because it contains one-to-one samples of using C# and VB.NET syntax for .NET common elements. For example if you look up delegates you will find the same sample in both syntaxes.

    For syntax-specific elements other people have posted some good sources.

提交回复
热议问题