vote up 4 vote down star
1

Can we implement a enterprise wide intranet application completely with WinForms instead of Browser based Web apps? What are pros and cons and which is preferred over other?

flag

2 Answers

vote up 3 vote down

We developed a lot of winforms apps at the place I used to work. ClickOnce made things a lot easier in the case of deployment.

link|flag
vote up 2 vote down

Some stuff on my mind:

WinForms Pros

  • Richer user experience
  • More responsive
  • Usually easier to write interactive processes

Web App Pros

  • Centralized maintenance (easy to update, ...)
  • Centralized data access security
  • Easier to access over the Internet and on the go
  • Does not rely on anything except a browser on the client (so the client platform doesn't matter)
link|flag
All authentication to the intranet is done with Windows Authentication. I am referring to Intranet apps and none of your points strongly suggest why I cannot use Winform for Intranet – Asp_GCP May 2 at 19:12
I didn't say you shouldn't use it. Which is better depends on the specific circumstance. I just mentioned some key points to consider. – Mehrdad Afshari May 2 at 19:19

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.