如果C#用于电子商务.. [英] If C# is used for ecommerce..

查看:62
本文介绍了如果C#用于电子商务..的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

如何将C#用于网站?

查看网站的人是否需要安装.NET框架



需要使用哪些其他技术?

动态内容是否需要数据库服务器?

How can C# be used for a website ?
Would the person viewing a site need to have the .NET framework
installed ?
What other technologies would need to be used ?
Would a database server be needed for dynamic content ?

推荐答案

Greg写道:
Greg wrote:

如何将C#用于网站?
How can C# be used for a website ?



C#可以在ASP.NET页面后面的代码中使用。

C# can be used in the code behind the ASP.NET pages.


查看的人一个站点需要安装.NET框架


Would the person viewing a site need to have the .NET framework
installed ?



如果只向客户发送HTML,那么查看网站的人只需要一个网页浏览器即可。

If only HTML is being sent to the client then the person viewing the site
would only need a web browser.


还需要使用哪些其他技术?
What other technologies would need to be used ?



在客户端 - 无。在服务器上,除IIS和.NET框架外,

其他任何东西都取决于应用程序的要求。

On the client - none. On the server, besides IIS and the .NET framework,
anything else would depend on the requirements of the application.


数据库动态内容需要服务器吗?
Would a database server be needed for dynamic content ?



不一定。通常动态内容数据存储在数据库中,但是它不需要在那里。
-

Tom Porterfield

Not necessarily. Often dynamic content data is stored in a database, but it
doesn''t have to be there.
--
Tom Porterfield




Greg写道:

Greg wrote:

如何使用C#对于一个网站?

观看网站的人是否需要安装.NET框架



还需要哪些其他技术使用?

动态内容需要数据库服务器吗?
How can C# be used for a website ?
Would the person viewing a site need to have the .NET framework
installed ?
What other technologies would need to be used ?
Would a database server be needed for dynamic content ?



以下是您查询的答案。

Here below are answers for your queries.


如何将C#用于网站?
How can C# be used for a website ?



C#是可以在dotnet框架中使用的语言之一。

在创建网站(asp.net应用程序)时,C#可以用作ASP.Net页面语言后面的

代码来处理逻辑。使用ASP,

我们使用asp脚本来使用asp对象,因为在这里你可以使用C#来达到同样的目的。

C# is one amoung the languages that can be used in dotnet framework.
While creating websites (asp.net applications), C# can be used as the
code behind language for ASP.Net pages to handle the logic. With ASP,
we were using asp scripting to make use of asp objects where as here
you can use C# for the same purpose.


查看网站的人是否需要安装.NET框架


Would the person viewing a site need to have the .NET framework
installed ?



由于最终用户只获得html内容,因此不需要在最终用户PC上安装dotnet。

Since the end user gets only the html contents, it is not required to
have dotnet installed on end users PC.


还需要使用哪些其他技术?
What other technologies would need to be used ?



要制作网络应用程序,从dotnet一侧,你需要使用ASP.NET和

语言背后的任何代码(C#,VB。 NET,VC.NET等)与iis webserver。

To make web application, from dotnet side, you need to use ASP.NET with
any code behind languages(C#, VB.NET, VC.NET etc) with iis webserver.


动态内容是否需要数据库服务器?
Would a database server be needed for dynamic content ?



您可以拥有数据库服务器。那么你甚至可以使用任何其他来源,比如

文本文件,Xml文件来读出并显示到网页上。

You can have DB servers. Well you can even use any other sources like
text files, Xml files to read out and display to the web page.


Visual Studio(ASP.NET)除了

在线表单外,不会创建HTML内容吗?

So does Visual Studio (ASP.NET) does not create HTML content except for
online forms ?


这篇关于如果C#用于电子商务..的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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