VB.net 2003足以创建商业绘图程序吗? [英] VB.net 2003 good enough to create commmercial drawing program?

查看:53
本文介绍了VB.net 2003足以创建商业绘图程序吗?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

需要的意见 - VB.net是否足以创建一个带有一些位图处理的合适的矢量绘图程序,即它是否具有足够丰富的功能集,并且编译后的程序运行得足够快以进行商业发布?或者你必须使用C#,甚至是C ++(我认为更难的语言)

Opinions needed - is VB.net good enough to create a proper vector drawing program with some bitmap processing, i.e. does it have a rich enough feature set, and do the compiled programs run fast enough for a commericial release? Or do you have to use C#, maybe even C++ (more difficult languages I presume)

推荐答案

C#和VB都编译成相同的IL - 意思它们都以相同的速度执行

。这就是.NET的全部理念 - 这种语言本身几乎没有什么价值。 C#和VB.NET实际上非常相似,VB.NET并不像
那么丰富,但95%的东西都有一对一的对应关系。


" GraphicsMark" <毫安******** @ bigpond.comREMOVE_THESE_CAPS>在留言中写道

新闻:E4 ********************************** @ microsof t.com ...
Both C# and VB compile to the same IL - meaning they are both execute at the
same speed. That''s the whole idea of .NET - the language itself makes little
difference. C# and VB.NET are actually very similar, with VB.NET not being
quite as rich, but for 95% of things there is a one to one correspondance.

"GraphicsMark" <ma********@bigpond.comREMOVE_THESE_CAPS> wrote in message
news:E4**********************************@microsof t.com...
需要的意见 - VB.net足以创建一个合适的矢量绘图
Opinions needed - is VB.net good enough to create a proper vector drawing



程序带有一些位图处理,即它有一个足够丰富的功能

设置,并且编译后的程序运行得足够快以进行商业发布吗?

或者你必须使用C#,甚至是C ++(更难)语言我

假设)


program with some bitmap processing, i.e. does it have a rich enough feature
set, and do the compiled programs run fast enough for a commericial release?
Or do you have to use C#, maybe even C++ (more difficult languages I
presume)


C#和VB都编译成相同的IL - 意味着它们都在
$ b执行$ b相同的速度。这就是.NET的全部理念 - 这种语言本身几乎没有什么价值。 C#和VB.NET实际上非常相似,VB.NET并不像
那么丰富,但95%的东西都有一对一的对应关系。


" GraphicsMark" <毫安******** @ bigpond.comREMOVE_THESE_CAPS>在留言中写道

新闻:E4 ********************************** @ microsof t.com ...
Both C# and VB compile to the same IL - meaning they are both execute at the
same speed. That''s the whole idea of .NET - the language itself makes little
difference. C# and VB.NET are actually very similar, with VB.NET not being
quite as rich, but for 95% of things there is a one to one correspondance.

"GraphicsMark" <ma********@bigpond.comREMOVE_THESE_CAPS> wrote in message
news:E4**********************************@microsof t.com...
需要的意见 - VB.net足以创建一个合适的矢量绘图
Opinions needed - is VB.net good enough to create a proper vector drawing



程序带有一些位图处理,即它有一个足够丰富的功能

设置,并且编译后的程序运行得足够快以进行商业发布吗?

或者你必须使用C#,甚至是C ++(更难)语言我

假设)


program with some bitmap processing, i.e. does it have a rich enough feature
set, and do the compiled programs run fast enough for a commericial release?
Or do you have to use C#, maybe even C++ (more difficult languages I
presume)


就语言选择而言:使用你感到舒服的任何东西

用。 VB.NET和C#具有非常相似的性能。如果你认为你好b $ b可能想要选择硬核指针那么就使用C#,其中

允许不安全。块,不受CLR管理。


顺便说一句:C#和VB.NET一样易于使用。当我从VB.NET切换时,我花了几天时间才能提高效率。

As far as the language choice goes: use whatever you''re comfortable
with. VB.NET and C# have very similar performance. If you think you
may be wanting the option of hardcore pointer then use C#, which
allows "unsafe" blocks, unmanaged by the CLR.

btw: C# is as easy to use as VB.NET. It took me just a matter of days
to get productive in it when I switched from VB.NET.


这篇关于VB.net 2003足以创建商业绘图程序吗?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆