Re: If C# is used for ecommerce..



Greg wrote:
How can C# be used for a website ?

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

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

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 ?

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 ?

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

.



Relevant Pages

  • Re: Transfering data without refershing the page
    ... use AJAX to get a little bit of html from the server and insert it into ... a page the client is currently viewing? ...
    (comp.lang.javascript)
  • Re: Seeking an RSS aggregator
    ... >It should output to HTML for viewing in a web browser. ... >I don't want to read channel by channel; I want the newest items first, ...
    (comp.os.linux.misc)
  • Re: How to do a post back when user press enter.
    ... It is hosted on a web server, ... the client browser, which is designed to read and interpret HTML. ... UI, via the event handler. ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: How to do a post back when user press enter.
    ... > requested by a client browser, ... > by an ISAPI (Internet Server Application Programming Interface) ... > and interpret HTML. ... > to its process and UI, via the event handler. ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: mail merge http-sourced data
    ... Word can indeed use a table in an HTML format file as a data source. ... Name parameter and put everything else in the Connection parameter (and ... the end output resolves in SQL Server as a single derived table-valued ... Originally I was fingering all the various and sundry data client access ...
    (microsoft.public.word.mailmerge.fields)