Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C#
  4. C# .Net Windows application or WebSite application?

C# .Net Windows application or WebSite application?

Scheduled Pinned Locked Moved C#
csharpdatabasesysadminquestion
2 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • N Offline
    N Offline
    nilam2477
    wrote on last edited by
    #1

    My requirement is to develop an application which can be run from central networked computer. My idea is to install SQL database on central computer(server) i.e to have database located on the server, and install C# windows application on one or more client machines. All the client machines will store/retrieve database from the server. Is this option better or creating a WebSite and installing this only on central server. All client can access using the link through browser. I feel Windows application will be much faster compared to Website Please suggest me which would be the best choice. Thanks in advance

    M 1 Reply Last reply
    0
    • N nilam2477

      My requirement is to develop an application which can be run from central networked computer. My idea is to install SQL database on central computer(server) i.e to have database located on the server, and install C# windows application on one or more client machines. All the client machines will store/retrieve database from the server. Is this option better or creating a WebSite and installing this only on central server. All client can access using the link through browser. I feel Windows application will be much faster compared to Website Please suggest me which would be the best choice. Thanks in advance

      M Offline
      M Offline
      Mycroft Holmes
      wrote on last edited by
      #2

      This belongs in the Design and Architecture forum This is a VERY subjective issue, my opinions: If you meet the following criteria 1. are inside the firewall (and do not have domain issues between users) 2. can use clickonce deployment 3. have reasonably standard hardware platform (no macs, no old 386's) then a winforms solution will be faster and give the users a richer experience (I hate that expression) If even 1 of the above is missing then a webforms solution will be easier to implement.

      1 Reply Last reply
      0
      Reply
      • Reply as topic
      Log in to reply
      • Oldest to Newest
      • Newest to Oldest
      • Most Votes


      • Login

      • Don't have an account? Register

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • World
      • Users
      • Groups