中间/高级甚高分辨率高分辨率会有什么好的工作。 该网络的网络方案家应当做的是,在C#上收获yn。
我认为,一些很好的实例是:
- algorithms or project exercises that run the gamut of C# syntax
- reference material
- list of the key syntactical differences that VB.NET programmers should be aware of
中间/高级甚高分辨率高分辨率会有什么好的工作。 该网络的网络方案家应当做的是,在C#上收获yn。
我认为,一些很好的实例是:
我通过利用我在VB进行的恶毒项目之一而进行了争辩。 NET and re-write it in C#. 这是我以良好方式开始的;在已知问题领域开展工作时,学习同学,同时提供真正的世界问题,以解决。
这应当考虑到第3号。
采用http://www.developerfusion.com/tools/convert/vb-to-csharp/” rel=“nofollow noreferer”>automatic Transformationer。
在大多数情况下,它应当很好地发挥作用。 你们最需要说明如何重新处理拉姆布达斯和其他一些情况。
Reflector也非常好,有助于了解如何改变你的代码。
关于学习差异,见。 MSDN 载于的白皮书。 它只是一个好的起点。 http://www.harding.edu/fmccown/vbnet_csharp_comparison.html” rel=“nofollow noreferer” 。
Wikipedia对此有重要文章:
http://en.wikipedia.org/wiki/Comparison_of_C_Sharp_and_Visual_Basic_NET
审视基本原理(如何界定功能,如何界定变量),然后在实际项目中开始编码C#。 当你 st时,看上去了(或审判另一个回答中提到的自动转换器)。 差异并不大,因此不会大大拖延你的项目。 由于VB之间有(几乎)1:1 correspondence。 NET和C#代码,uallyokay to “think VB.NET”,然后在C#中写你的代码。
在你熟悉史汀生会后,我只想一看五B之间的差异。 NET and C# (i.e. what can You do in C# that得t work in VB. NET——例如,匿名方法)和将C#允许更合法解决办法的东西重新整理。
由于网络内的方案拟订比以往任何具体语言或辛迪加都更涉及《框架》,因此,MSDN文件对于跨越C#和VB是宝贵的。 NET障碍,因为它含有使用C#和VB的单对一样本。 NET syntax for 。 NET 共同要素。 例如,请看代表。 您将在两条合成物中找到同样的样本。
对于特定群体而言,其他人也有一些好消息。
获取VB.NET的做法[:)],然后学习C# 。 a 通常的人将学习。 我不认为VB。 互联网管理员有一些特殊的学习方式C#... 你很熟悉。 NET级图书馆,有加。
良好的节奏将试图理解其他人的C#代码,并将他们从头开始。 这意味着,为了了解这些信条正在做些什么,你会遇到很多困难。
好消息是,在C#和VB中都是如此。 净额是,网络框架大部分是重提,因此,你可能理解和承认这些部分。 我使用C#和VB。 在我的工作中,我已经认识到,由于共同的框架,语言实际上彼此不同。
我仍然喜欢C#,因为我觉得它是在较清洁的法典中产生的结果。
What is the use of default keyword in C#? Is it introduced in C# 3.0 ?
I m the only developer in my company, and am getting along well as an autodidact, but I know I m missing out on the education one gets from working with and having code reviewed by more senior devs. ...
I m pretty new to the Objective-C world and I have a long history with .net/C# so naturally I m inclined to use my C# wits. Now here s the question: I feel really inclined to create some type of ...
I cannot figure out how to marshal a C++ CBitmap to a C# Bitmap or Image class. My import looks like this: [DllImport(@"test.dll", CharSet = CharSet.Unicode)] public static extern IntPtr ...
I have two EF entities. One has a property called HouseNumber. The other has two properties, one called StartHouseNumber and one called EndHouseNumber. I want to create a many to many association ...
How to user GhostScript DLL to convert PDF to PDF/A. I know I kind of have to call the exported function of gsdll32.dll whose name is gsapi_init_with_args, but how do i pass the right arguments? BTW, ...
Since I cannot order my dictionary, what is the best way of going about taking key value pairs and also maintaing an index?
Maybe it s something I m doing wrong. I m just learning Linq because I m bored. And so far so good. I made a little program and it basically just outputs all matches (foreach) into a label control. ...