阅读:2191回复:3
C#开发AE组件的来报个道,交流一下。
<P>哈。</P>
刚刚转过来,想找些志同道合的兄弟姐妹聊聊。<img src="images/post/smile/dvbbs/em03.gif" /> [此贴子已经被作者于2004-9-6 9:30:04编辑过]
|
|
|
1楼#
发布于:2004-09-08 13:55
<P>用ae,但用vb.net,过段时间用c#,先加入再说</P>
|
|
|
2楼#
发布于:2004-09-08 14:35
可以用 VB.net 2 C# Convert Tool ,哈。。
<P><a href="attachment/2004-9/200498143321687.rar">2004-9/200498143321687.rar</a></P>
<P>这是注册机.</P> <P>这是下载地址:</P> <P>hxxp://www.vbconversions.com/vbtocs_setup.msi</P> <P>这是在这个网站上看到的 VB.net 转到 C# 的十个理由,挺逗的。</P> <P>Top 10 Reasons to Convert Your Project to C# </P> <P>1) C# is clearly the premier language for .Net development. It gets the new features first, has the most support, and is being promoted as the "Preferred" .Net language. </P> <P>2) Improved Code Quality - C# catches many errors allowed in VB.Net, such as variable use before initialization and dead code.</P> <P>3) You can use Borland's C# Builder, with it's cool ECO modeling features. </P> <P>4) You can use Mono - An open source C# compiler for unix.</P> <P>5) You can use DotGNU - Another open source C# compiler which supports many operating systems: GNU/Linux (on PCs, Sparc, iPAQ, Sharp Zaurus, PlayStation 2, Xbox,...), BSD, Cygwin/Mingw32, Mac OS X, Solaris, and AIX.</P> <P>6) C# Developers earn 15% more on average that VB.Net developers (you may not want to tell your boss this!).</P> <P>7) Use "Unsafe" code. C# allows you to define sections of "Unsafe" code, where you can use pointers and directly access memory. It's like writing a C program within a C# program. This is necessary for low level system access and performance and tuning. There is nothing comparable in VB.Net.</P> <P>8) Go Cross Platform: C# compilers exist for just about every platform imaginable, including Mac, Linux, Windows, Solaris, etc. I don't know of even ONE working VB.Net compiler on a non-Windows platform.</P> <P>9) You can get the source code for a C# compiler for FREE from Microsoft which works on many different operating systems. Check it out Here.</P> <P>10) You can use the Eclipse development environment with C#. Many consider the Eclipse development environment the best there is - and it's free. The C# Plug-in for Eclipse is also free and open source </P> |
|
|
3楼#
发布于:2004-09-10 13:26
正准备从事,正在评估JAVA和C#
|
|