English 中文(简体)
良好的工作从在VB的编码过渡到过渡。 NET to C#?
原标题:Good exercises to transition from coding in VB.NET to C#?
  • 时间:2009-11-18 17:06:20
  •  标签:
  • c#
  • vb.net

中间/高级甚高分辨率高分辨率会有什么好的工作。 该网络的网络方案家应当做的是,在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
问题回答

最好的工作是为东南非共同市场做些什么。

这样,你就可以界定你的范围,确定“谈判”的新特征,并仅仅为幸运而写新的法典。

你还可以再次解决你已经知道的问题;例如,我建议设法从中解决一些问题。

我通过利用我在VB进行的恶毒项目之一而进行了争辩。 NET and re-write it in C#. 这是我以良好方式开始的;在已知问题领域开展工作时,学习同学,同时提供真正的世界问题,以解决。

采用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” 。

审视基本原理(如何界定功能,如何界定变量),然后在实际项目中开始编码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#允许更合法解决办法的东西重新整理。

良好的节奏将试图理解其他人的C#代码,并将他们从头开始。 这意味着,为了了解这些信条正在做些什么,你会遇到很多困难。

好消息是,在C#和VB中都是如此。 净额是,网络框架大部分是重提,因此,你可能理解和承认这些部分。 我使用C#和VB。 在我的工作中,我已经认识到,由于共同的框架,语言实际上彼此不同。

我仍然喜欢C#,因为我觉得它是在较清洁的法典中产生的结果。





相关问题
Anyone feel like passing it forward?

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. ...

NSArray s, Primitive types and Boxing Oh My!

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 ...

C# Marshal / Pinvoke CBitmap?

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 ...

How to Use Ghostscript DLL to convert PDF to PDF/A

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, ...

Linqy no matchy

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. ...

热门标签