且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

在使用MS Visual C#之前,我是否需要了解C#?

更新时间:2023-11-28 13:48:58

请将其移至.NET论坛


Raghu
Please move this to .NET Forum

Raghu


如果你不是一个全新的编程,那么请帮自己一个忙,只需阅读C#语言规范。
If you are not totally new to programming then do yourself a favor and just read the C# language specification.


另外,阅读好书。我一直很喜欢Wrox的书籍。


如果你在了解语言之前尝试开始使用Visual Studio,你可能会建立一个GUI,因为这主要是拖放。但你无法做到任何东西,因为你不知道它背后的编码。


C#不是就像VB.NET一样直观,但是一旦你真正了解到你在做什么,我发现它会更好。所以,如果你认真学习,那就买一本好书。
Also, read a good book. I''ve always liked the Wrox books.

If you tried to start using Visual Studio before you know the language, you would likely be able to build a GUI, because that is mostly drag and drop. But you wouldn''t be able to make it do anything, because you don''t know the coding behind it.

C# isn''t as immediately intuitive as VB.NET can be, but I find it much nicer once you actually learn what you are doing. So if you are serious about learning, get a good book.