Emmy Dickens
What is the difference between a Web Server and a Web Browser?
Posted by Emmy Dickens in General | Others on Feb 13, 2012
0
Do you know the answer for this question? Post it below.
Guest

Hi Dickens,

In simple words Web Browser is the Client through which we can sent any type of HTTP requests. And Web Server is Kind of Listener that can listen our HTTP requests and it responds. Please let me know if there is any concern.

Kind Regards
CreativeMinds

Posted by Mohsin Ihsan on Apr 01, 2012

1) Private - Assembly available only to clients in the same 
directory.
2) Shared - Assemblies in GAC
3) Satelite - Assembly in the specific directory of the 
locale.

Posted by piyush sardhara on Mar 13, 2012

1) Private - Assembly available only to clients in the same 
directory.
2) Shared - Assemblies in GAC
3) Satelite - Assembly in the specific directory of the 
locale.

Posted by piyush sardhara on Mar 13, 2012

  Use This Code
 
  Child frm = new Child();
   frm.MdiParent = this;
   frm.Show();

Posted by piyush sardhara on Mar 13, 2012

Web browser: A software application for retrieving, presenting and traversing information resources on the World Wide Web. 
example: Internet Explorer, Mozilla Firefox, Google Chrome 


Web server: a program on a server computer, somewhere out on the internet, that delivers web pages to web browser.

Posted by piyush sardhara on Mar 13, 2012
Sponsored by
Nevron Gauge for SharePoint
Become a Sponsor
PREMIUM SPONSORS
  • ceTE software specializes in components for dynamic PDF generation and manipulation. The DynamicPDF™ product line allows you to dynamically generate PDF documents, merge PDF documents and new content to existing PDF documents from within your applications. Visit DynamicPDF here
    Get 2 Months Free of ASP.NET Hosting for Only $4.95/month! Receive FREE MS SQL and MySQL Databases Including ASP.NET 4/3.5, MVC 3.0, Silverlight 4, Windows 2008/IIS 7.0 Plus FREE IIS 7 Modules. Host UNLIMITED ASP.NET Web Sites - Click Here!
Sponsored by
Team Foundation Server Hosting
Become a Sponsor
PRIVACY POLICY | TERMS & CONDITIONS | SITEMAP | CONTACT US | REPORT ABUSE © 2011 C# Corner. All contents are copyright of their authors.