我应该学习VB.NET还是ASP.NET? [英] Should I learn VB.NET or ASP.NET?

查看:84
本文介绍了我应该学习VB.NET还是ASP.NET?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述




我读到ASP.NET使用VB.NET而不是VBScript。我还读到了

ASP.NET是VB.NET的一个子集。所以,如果我先学习VB.NET,那么我是否有编写ASP.NET应用程序的知识或者我需要学习两种语言

VB.NET和ASP.NET 。


谢谢。


TAM

解决方案

TAM,

ASP.NET是一种技术,VB.NET是一种语言。它们也不是

的子集。你需要学习两者!


你需要学习ASP.NET,因为这是用于.NET网站的技术。



定义了您的网页(.aspx)&你的网络服务(.asmx)。


你还需要学习VB.NET作为

ASP.NET的底层编程语言。


因为ASP.NET需要任何服务器端代码的底层语言。这个

语言可以是VB.NET,C#或任何其他可用于

..NET的语言。这个底层语言可以与您的网页(.aspx)混合

,或者它可以是独立文件中的代码隐藏。 (.aspx.vb)。我更喜欢

代码,因为它将你的逻辑与你的演示分开。


希望这有助于

Jay


TAM < TM *********** @ shaw.ca>在留言中写道

新闻:%2 **************** @ TK2MSFTNGP09.phx.gbl ...



我读到ASP.NET使用VB.NET而不是VBScript。我还读到了
ASP.NET是VB.NET的一个子集。所以,如果我先学习VB.NET,那么我是否有
编程ASP.NET应用程序的知识,或者我需要学习VB.NET和ASP.NET。
谢谢。

TAM



谢谢Herfried。因此,如果我理解正确,我需要学习两个不同的东西。

" Herfried K. Wagner" <喜******* @ m.activevb.de>在消息中写道

新闻:OA ************** @ TK2MSFTNGP10.phx.gbl ...

你好,
TAM < TM *********** @ shaw.ca> schrieb:

我读到ASP.NET使用VB.NET而不是VBScript。
我还读到ASP.NET是VB.NET的一个子集。所以,如果我首先学习VB.NET,那么我是否具备编写ASP.NET应用程序的知识,或者我需要学习VB.NET和ASP.NET。


VB .NET是一种*编程语言*,ASP .NET * *技术*,它使用
编程语言(如VB .NET,C#,...)。如果您熟悉VB .NET,那么熟悉ASP .NET也需要一些帮助。

问候,
Herfried K. Wagner
- -
MVP·VB Classic,VB .NET
http:// www .mvps.org / dotnet



鉴于VB.NET和ASP.NET之间的区别,我应该先学习什么?


Jay B. Harlow [MVP - Outlook]" < JA ******** @ email.msn.com>在消息中写道

新闻:嗯************* @ TK2MSFTNGP09.phx.gbl ...

TAM,
ASP.NET是一种技术,VB.NET是一种语言。它们也不是
的子集。你需要学习两者!

你需要学习ASP.NET,因为这是用于.NET web
站点的技术。它定义了您的网页(.aspx)&您的Web服务(.asmx)。

您还需要学习VB.NET作为ASP.NET的底层编程语言。

作为ASP。 NET需要任何服务器端代码的底层语言。这种语言可以是VB.NET,C#或任何其他可用于.NET的语言。这个底层语言可以与您的网页
(.aspx)混合,也可以在独立文件中代码隐藏。 (.aspx.vb)。我更喜欢背后的代码,因为它将你的逻辑与你的演示文稿区分开来。

希望这有助于
Jay

TAM < TM *********** @ shaw.ca>在消息中写道
新闻:%2 **************** @ TK2MSFTNGP09.phx.gbl ...



我读到ASP.NET使用VB.NET而不是VBScript。我还读到了
ASP.NET是VB.NET的一个子集。所以如果我先学习VB.NET,那么我有


编程ASP.NET应用程序的知识,还是我需要学习
这两个VB.NET和ASP.NET。

谢谢。

TAM




Hi,

I read that ASP.NET uses VB.NET instead of VBScript. I also read that
ASP.NET is a subset of VB.NET. So if I learn VB.NET first then do I have the
knowledge for programming ASP.NET applications or do I need to learn both
VB.NET and ASP.NET.

Thank you.

TAM

解决方案

TAM,
ASP.NET is a technology, VB.NET is a language. They are not subsets of
either. You need to learn both!

You need to learn ASP.NET as that is the technology used for .NET web sites.
It
defines your web pages (.aspx) & your web services (.asmx).

You also need to learn VB.NET as the underlying programming language for the
ASP.NET.

As ASP.NET needs an underlying language for any server side code. This
language can be VB.NET, C#, or any of the other languages available for
..NET. This underlying language can be intermixed with your web page (.aspx)
or it can be ''code behind'' in a standalone file. (.aspx.vb). I prefer the
code behind as its separates your logic from your presentation.

Hope this helps
Jay

"TAM" <tm***********@shaw.ca> wrote in message
news:%2****************@TK2MSFTNGP09.phx.gbl...

Hi,

I read that ASP.NET uses VB.NET instead of VBScript. I also read that
ASP.NET is a subset of VB.NET. So if I learn VB.NET first then do I have the knowledge for programming ASP.NET applications or do I need to learn both
VB.NET and ASP.NET.

Thank you.

TAM



Thank you Herfried. So if I understand correctly, I need to learn both
because they are two different things.
"Herfried K. Wagner" <hi*******@m.activevb.de> wrote in message
news:OA**************@TK2MSFTNGP10.phx.gbl...

Hello,

"TAM" <tm***********@shaw.ca> schrieb:

I read that ASP.NET uses VB.NET instead of VBScript.
I also read that ASP.NET is a subset of VB.NET. So if
I learn VB.NET first then do I have the knowledge for
programming ASP.NET applications or do I need to learn both
VB.NET and ASP.NET.



VB .NET is a *programming language*, ASP .NET a *technology* that uses
programming languages (like VB .NET, C#, ...). If you are familiar with
VB .NET, it will take some affort to become familiar with ASP .NET too.

Regards,
Herfried K. Wagner
--
MVP · VB Classic, VB .NET
http://www.mvps.org/dotnet



Given the difference between VB.NET and ASP.NET, what should I learn first?


"Jay B. Harlow [MVP - Outlook]" <Ja********@email.msn.com> wrote in message
news:um*************@TK2MSFTNGP09.phx.gbl...

TAM,
ASP.NET is a technology, VB.NET is a language. They are not subsets of
either. You need to learn both!

You need to learn ASP.NET as that is the technology used for .NET web sites. It
defines your web pages (.aspx) & your web services (.asmx).

You also need to learn VB.NET as the underlying programming language for the ASP.NET.

As ASP.NET needs an underlying language for any server side code. This
language can be VB.NET, C#, or any of the other languages available for
.NET. This underlying language can be intermixed with your web page (.aspx) or it can be ''code behind'' in a standalone file. (.aspx.vb). I prefer the
code behind as its separates your logic from your presentation.

Hope this helps
Jay

"TAM" <tm***********@shaw.ca> wrote in message
news:%2****************@TK2MSFTNGP09.phx.gbl...

Hi,

I read that ASP.NET uses VB.NET instead of VBScript. I also read that
ASP.NET is a subset of VB.NET. So if I learn VB.NET first then do I have


the

knowledge for programming ASP.NET applications or do I need to learn both VB.NET and ASP.NET.

Thank you.

TAM




这篇关于我应该学习VB.NET还是ASP.NET?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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