阅读:2196回复:3
C#开发AE组件的来报个道,交流一下。哈。 刚刚转过来,想找些志同道合的兄弟姐妹聊聊。![]() |
|
|
1楼#
发布于:2004-09-08 13:55
用ae,但用vb.net,过段时间用c#,先加入再说 |
|
|
2楼#
发布于:2004-09-08 14:35
可以用 VB.net 2 C# Convert Tool ,哈。。
这是注册机. 这是下载地址: hxxp://www.vbconversions.com/vbtocs_setup.msi 这是在这个网站上看到的 VB.net 转到 C# 的十个理由,挺逗的。 Top 10 Reasons to Convert Your Project to C# 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. 2) Improved Code Quality - C# catches many errors allowed in VB.Net, such as variable use before initialization and dead code. 3) You can use Borland's C# Builder, with it's cool ECO modeling features. 4) You can use Mono - An open source C# compiler for unix. 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. 6) C# Developers earn 15% more on average that VB.Net developers (you may not want to tell your boss this!). 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. 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. 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. 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 |
|
|
3楼#
发布于:2004-09-10 13:26
正准备从事,正在评估JAVA和C#
|
|