Tagged Questions
2
votes
2answers
635 views
Is it possible to integrate UDP file transfer into a .NET web application?
Background
I have recently been tasked with designing a rebuild of an existing .NET web application that currently uses a third-party company to handle large file transfers (as big as 50Gb).
...
5
votes
2answers
2k views
Best option for PDF viewer embedded in web app
I have a web app that needs to be able to display a PDF. It needs to allow the user to page through the PDF, and my application needs to be able to know which page is currently being viewed, because ...
4
votes
1answer
863 views
What is the difference between the Controller in MVC and ViewModel in MVVM?
I can't see the difference between the MVC and MVVM clearly. I feel the Command in a ViewModel is just like the Action method in a Controller. And Both of Controller and ViewModel will notify the ...
7
votes
3answers
417 views
Is creating a full application in Silverlight advisable?
Is creating a huge public site fully in Silverlight really advisable? for eg. an ecommerce site. I don't want to start any debate but actually I feel Silverlight shouldn't be used for full website ...
14
votes
9answers
866 views
Is Silverlight only for eye-candy, or does it have a use in business?
Granted that Silverlight may make eye-popping websites of great beauty, is there any justification for using it to make practical web applications that have serious business purposes? I'd like to use ...