Click here to Skip to main content
16,012,508 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
GeneralRe: .Net app crashes on startup Pin
Simon P Stevens29-Oct-08 5:19
Simon P Stevens29-Oct-08 5:19 
GeneralRe: .Net app crashes on startup Pin
Xmen Real 29-Oct-08 5:31
professional Xmen Real 29-Oct-08 5:31 
GeneralRe: .Net app crashes on startup Pin
Simon P Stevens29-Oct-08 5:42
Simon P Stevens29-Oct-08 5:42 
GeneralRe: .Net app crashes on startup Pin
Xmen Real 29-Oct-08 6:00
professional Xmen Real 29-Oct-08 6:00 
GeneralRe: .Net app crashes on startup Pin
Simon P Stevens29-Oct-08 6:34
Simon P Stevens29-Oct-08 6:34 
AnswerRe: .Net app crashes on startup Pin
#realJSOP31-Oct-08 0:23
professional#realJSOP31-Oct-08 0:23 
Questionenterprise application...? Pin
DavidRF29-Oct-08 1:57
DavidRF29-Oct-08 1:57 
GeneralRe: enterprise application...? Pin
Simon P Stevens29-Oct-08 5:41
Simon P Stevens29-Oct-08 5:41 
(I don't have much actual experience with silverlight so feel free to ignore me)

Silverlight is no more or less "client-side" than DHTML[^]. DHTML is a term to cover a bunch of technologies that includes a client side scripting language (javascript).

If you are concerned about a particular part being done on the client, just do it on the server.

Silerlight uses the .net runtime (in the form of a silverlight plugin for the browser), whereas a DHTML app would use a javascript runtime embedded in the browser. Both are rather easy to reverse engineer, so I wouldn't really worry about one being more secure than the other.

My pro's and con's for each tech would be as follows:

Silverlight
Pros -
Nice pretty UI, animations, etc.
Can potentially share UI XAML markup with desktop apps.

Cons -
Limited client support[^]
Requires browser plugin.

DHTML
Pros -
Supported on almost all clients.

Cons -
Varying browser support for features often requires 'tweaking'.

Simon

AnswerRe: enterprise application...? Pin
Mark Churchill2-Nov-08 14:48
Mark Churchill2-Nov-08 14:48 
QuestionNot able to create bluetooth socket on wince device - HP iPAQ Pin
yudhisthira28-Oct-08 18:55
yudhisthira28-Oct-08 18:55 
QuestionAssigning a custom TypeConverter to array of ushort in the property grid Pin
jonesst9928-Oct-08 8:23
jonesst9928-Oct-08 8:23 
QuestionSOAP Timeout Pin
Patje27-Oct-08 23:41
Patje27-Oct-08 23:41 
AnswerRe: SOAP Timeout Pin
Mark Churchill28-Oct-08 14:35
Mark Churchill28-Oct-08 14:35 
GeneralRe: SOAP Timeout Pin
Patje28-Oct-08 22:23
Patje28-Oct-08 22:23 
QuestionUnicode Pin
Hooman12327-Oct-08 3:55
Hooman12327-Oct-08 3:55 
AnswerRe: Unicode Pin
Luc Pattyn27-Oct-08 6:12
sitebuilderLuc Pattyn27-Oct-08 6:12 
QuestionRe: Unicode Pin
Mark Salsbery27-Oct-08 6:31
Mark Salsbery27-Oct-08 6:31 
GeneralRe: Unicode Pin
Luc Pattyn27-Oct-08 6:42
sitebuilderLuc Pattyn27-Oct-08 6:42 
GeneralRe: Unicode Pin
Mark Salsbery27-Oct-08 6:46
Mark Salsbery27-Oct-08 6:46 
QuestionAsynchronous messaging with web service Pin
Metal7625-Oct-08 0:55
Metal7625-Oct-08 0:55 
AnswerRe: Asynchronous messaging with web service Pin
Wendelius25-Oct-08 2:19
mentorWendelius25-Oct-08 2:19 
QuestionFetching values from GAL using Outlook Component [modified] Pin
Vipul Mehta23-Oct-08 22:48
Vipul Mehta23-Oct-08 22:48 
QuestionUNC (Uniform naming convention) paths Pin
pacoxl23-Oct-08 4:28
pacoxl23-Oct-08 4:28 
QuestionRe: UNC (Uniform naming convention) paths Pin
led mike23-Oct-08 5:54
led mike23-Oct-08 5:54 
AnswerRe: UNC (Uniform naming convention) paths Pin
pacoxl23-Oct-08 6:18
pacoxl23-Oct-08 6:18 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.