ASP的一个相当新的人。 [英] A fairly new person at ASP.

查看:41
本文介绍了ASP的一个相当新的人。的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

嘿,


我是ASP的新人,而且MS技术总体而言。

我是个粉丝PHP / MySQL和unix环境一段时间。我用
习惯用VC ++和VB做VS6,并且在大多数情况下都没有使用.net框架的

体验。


为了扩展我的知识,我希望进入ASP一些 - 并且学习

VB.net和C#以及ASP编程。我本来希望我可以给b $ b问一些我有点问过的问题,我不能真的

在我的ASP.net 2.0中找到答案释放的书,我最近购买了




第一个问题是关于编辑和编译。来自

unixtypeish背景,我喜欢使用比windows更多的unix编辑器

。这主要是个人偏好,但是有没有方法可以做ASP.net 2.0页面并从命令行编译它们(来自

我理解的asp页面是编译的进入微软中间体

语言)。我有VS.net,但2002年,我认为它来自

大学,但我还没有真正用过它。


第二个问题是关于数据库。我的经验主要是使用

MySQL整体,并且已经在我的mac上设置了它。我正在通过parallels工作站运行

windows,它可以模拟大部分机器的价格。我希望不要增加我的设置开销,如果

可能 - 是否有类或任何可用于通过SQL服务器连接到

MySQL数据库?我当然希望获得

的经验,但此时我只想采取更多的婴儿步骤

有点。


感谢任何人对这些问题的任何帮助,我真的很感激。


-David

解决方案

第一个问题是关于编辑和编译。来自


unixtypeish背景,我喜欢使用比windows更多的unix编辑器。

这主要是个人偏好,但是有做什么的方式

ASP.net 2.0页面并从命令行编译它们(从我的

了解asp页面被编译成微软的中间语言)。

我有VS.net,但2002年我认为它来自大学但是我没有真正使用它。



您必须在要开发的任何计算机上运行.NET Framework,或者运行.NET应用程序。该框架附带了每种.NET语言的命令行编译器,所以是的,你可以使用你想要的任何编辑器和

手动编译。
< blockquote class =post_quotes>
第二个问题是关于数据库。我的经验主要是使用

MySQL整体,并且已经在我的mac上设置了它。我通过parallels工作站运行Windows

,它大部分都模拟了一台机器。

我希望如果可能的话不增加我的设置开销 - 是

有可用于连接MySQL数据库的类或任何东西,

在SQL服务器上?我想在这两方面都获得经验,但是此时我只想采取更多的婴儿步骤。



用于访问任何ODBC或OLEDB兼容数据的ODBC和OLEDB类

source。还有专门的SQL数据类。

另一个小注释。为了区别旧的ASP(现在称为经典

ASP),你在.NET中使用的ASP被称为ASP.NET,

不是ASP。如果你的意思是.NET,有些人会感到困惑,但只是说ASP

而不是ASP.NET。




U?ytkownik" Scott M." < s - *** @ nospam.nospamnapisa3 w wiadomo?ci

新闻:OY ************** @ TK2MSFTNGP02.phx.gbl ...


>第一个问题是关于编辑和编译。来自
unixtypeish背景,我喜欢使用更多的unix编辑器而不是windows
。这主要是个人偏好,但是有没有办法做ASP / 2.0页面并从命令行编译它们(从我理解的asp页面被编译成微软的中间页面
语言)。我有VS.net,虽然,2002年我觉得它来自大学
但我还没有真正用过它。



您必须在要开发的任何计算机上运行.NET Framework,或者运行.NET应用程序。该框架附带了每种.NET语言的命令行编译器

,所以是的,您可以使用任何您想要的编辑器
并手动编译。



我同意一点。事实上,在你编写脚本文件之前,你不需要在你的机器上安装.Net Framework

。可以在Unix上编写脚本文件

系统,

将其传输到IIS Web服务器并运行。在大多数情况下,预编译的dll文件不需要


,因此工作站上不需要任何.net编译器。


当然在Unix系统上也有.Net Framework(最多

已知

在Free BSD上)。

-

JS

BRE Bank Dev Team,波兰


" Scott M." < s - *** @ nospam.nospamwrote in message

新闻:OY ************** @ TK2MSFTNGP02.phx.gbl ...


还有专用的SQL数据类。



是的,但这只是因为制作SQL Server的人也制作了.NET

框架。 :-)


有大量本机.NET数据提供程序可供其他数据库使用

http://www.sqlsummit.com/DataProv.htm


包括mySQL。<

http://dev.mysql .com / downloads / connector / net / 1.0.html
http:/ /www.connectionstrings.com/


Hey,

I''m a fairly new person at ASP, and MS technologies kinda in general.
I''ve been a big fan of PHP/MySQL, and unix environments for awhile. I
used to do VC++ and VB with VS6, and have for the most part no
experience at all with the .net framework.

To expand my knowledge, I''m hoping to get into ASP some - and to learn
VB.net and C# as well, to program in ASP. I was hoping that I could
ask a few questions that I had kinda right off, that I couldn''t really
find the answer to in my ASP.net 2.0 Unleashed book, that I recently
bought.

The first question is about editors and compiling. Coming from a
unixtypeish background, I enjoy using more unix editors than windows
ones. This is mostly just personal preference, but is there ways of
doing ASP.net 2.0 pages and compile them from the command line (From
what I understand asp pages are compiled into a microsoft intermediate
language). I have VS.net, though, 2002 I think it was from the
university but I haven''t really used it much.

The second question is about databases. I have experience mostly with
MySQL overall, and have it already setup on my mac. I''m running
windows through parallels workstation, which emulates a machine for the
most part. I was hoping not to increase the overhead of my setup if
possible - are there classes or anything available for connecting to a
MySQL database, over an SQL server one? I want to get experience in
both of course, but at this point I just want to take more baby steps
kinda.

Thanks for any help anyone can give on these questions, I really appreciate it.

-David

解决方案

The first question is about editors and compiling. Coming from a

unixtypeish background, I enjoy using more unix editors than windows ones.
This is mostly just personal preference, but is there ways of doing
ASP.net 2.0 pages and compile them from the command line (From what I
understand asp pages are compiled into a microsoft intermediate language).
I have VS.net, though, 2002 I think it was from the university but I
haven''t really used it much.

You must have the .NET Framework on any machine where you will develop or
run .NET applications. The Framework comes with command line compilers for
each of the .NET languages, so yes, you could use any editor you wish and
manually compile.

The second question is about databases. I have experience mostly with
MySQL overall, and have it already setup on my mac. I''m running windows
through parallels workstation, which emulates a machine for the most part.
I was hoping not to increase the overhead of my setup if possible - are
there classes or anything available for connecting to a MySQL database,
over an SQL server one? I want to get experience in both of course, but
at this point I just want to take more baby steps kinda.

The are ODBC and OLEDB classes to access any ODBC or OLEDB compliant data
source. There are also dedicated SQL data classes.
One other minor note. To distinguish from the old ASP (now called "Classic
ASP" by many), the ASP that you work with in .NET is referred to as ASP.NET,
not ASP. Some folks will get confused if you mean .NET, but just say ASP
and not ASP.NET.



U?ytkownik "Scott M." <s-***@nospam.nospamnapisa3 w wiadomo?ci
news:OY**************@TK2MSFTNGP02.phx.gbl...

>The first question is about editors and compiling. Coming from a
unixtypeish background, I enjoy using more unix editors than windows
ones. This is mostly just personal preference, but is there ways of doing
ASP.net 2.0 pages and compile them from the command line (From what I
understand asp pages are compiled into a microsoft intermediate
language). I have VS.net, though, 2002 I think it was from the university
but I haven''t really used it much.


You must have the .NET Framework on any machine where you will develop or
run .NET applications. The Framework comes with command line compilers
for each of the .NET languages, so yes, you could use any editor you wish
and manually compile.

I agree up to a point. In fact you do not need .Net Framework installed on
your machine
until you write script files. It is possible to write script file on Unix
system,
transfer it onto IIS web server and run. Pre-compiled dll files are not
required
in most cases, so you do not need any .net compiler on workstation.

Of course there is also .Net Framework available on Unix systems (the most
known
on Free BSD).
--
JS
BRE Bank Dev Team, Poland


"Scott M." <s-***@nospam.nospamwrote in message
news:OY**************@TK2MSFTNGP02.phx.gbl...

There are also dedicated SQL data classes.

Yes, but only because the people who make SQL Server also make the .NET
Framework. :-)

There are loads of native .NET data providers for other databases available

http://www.sqlsummit.com/DataProv.htm

including for mySQL.

http://dev.mysql.com/downloads/connector/net/1.0.html
http://www.connectionstrings.com/


这篇关于ASP的一个相当新的人。的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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