Click here to Skip to main content
15,906,467 members
Home / Discussions / C#
   

C#

 
AnswerRe: how to rread a line from a txt file to an array Pin
Kiran Satish17-Oct-04 10:32
Kiran Satish17-Oct-04 10:32 
GeneralRe: how to rread a line from a txt file to an array Pin
Christian Graus17-Oct-04 10:53
protectorChristian Graus17-Oct-04 10:53 
GeneralRe: how to rread a line from a txt file to an array Pin
Kiran Satish17-Oct-04 10:56
Kiran Satish17-Oct-04 10:56 
AnswerRe: how to rread a line from a txt file to an array Pin
Christian Graus17-Oct-04 10:54
protectorChristian Graus17-Oct-04 10:54 
GeneralRe: how to rread a line from a txt file to an array Pin
tom_dx17-Oct-04 12:52
tom_dx17-Oct-04 12:52 
GeneralRe: how to rread a line from a txt file to an array Pin
Christian Graus17-Oct-04 13:06
protectorChristian Graus17-Oct-04 13:06 
GeneralRe: how to rread a line from a txt file to an array Pin
tom_dx17-Oct-04 13:48
tom_dx17-Oct-04 13:48 
AnswerRe: how to rread a line from a txt file to an array Pin
Rob Tomson17-Oct-04 23:20
Rob Tomson17-Oct-04 23:20 
GeneralRe: how to rread a line from a txt file to an array Pin
leppie18-Oct-04 0:31
leppie18-Oct-04 0:31 
GeneralRe: how to rread a line from a txt file to an array Pin
tom_dx19-Oct-04 13:37
tom_dx19-Oct-04 13:37 
AnswerRe: how to rread a line from a txt file to an array Pin
Anonymous20-Oct-04 7:01
Anonymous20-Oct-04 7:01 
Questionlistview with combobox as subitem? Pin
vista2717-Oct-04 9:04
vista2717-Oct-04 9:04 
AnswerRe: listview with combobox as subitem? Pin
Kiran Satish17-Oct-04 10:39
Kiran Satish17-Oct-04 10:39 
GeneralRe: listview with combobox as subitem? Pin
Heath Stewart17-Oct-04 10:54
protectorHeath Stewart17-Oct-04 10:54 
AnswerRe: listview with combobox as subitem? Pin
mav.northwind17-Oct-04 20:25
mav.northwind17-Oct-04 20:25 
GeneralWinForm embedding in IE and Security Pin
afinnell17-Oct-04 8:53
afinnell17-Oct-04 8:53 
GeneralRe: WinForm embedding in IE and Security Pin
Heath Stewart17-Oct-04 10:52
protectorHeath Stewart17-Oct-04 10:52 
GeneralRe: WinForm embedding in IE and Security Pin
afinnell18-Oct-04 4:41
afinnell18-Oct-04 4:41 
GeneralRe: WinForm embedding in IE and Security Pin
Heath Stewart18-Oct-04 5:31
protectorHeath Stewart18-Oct-04 5:31 
GeneralRe: WinForm embedding in IE and Security Pin
afinnell18-Oct-04 5:45
afinnell18-Oct-04 5:45 
GeneralRe: WinForm embedding in IE and Security Pin
Heath Stewart18-Oct-04 6:24
protectorHeath Stewart18-Oct-04 6:24 
GeneralRe: WinForm embedding in IE and Security Pin
afinnell18-Oct-04 7:47
afinnell18-Oct-04 7:47 
ClickOnce bridges this gap and - if you think about it - is no different in terms of deployment than ActiveX controls (though it still uses a much better sandbox). The assemblies are downloaded and installed - just like ActiveX DLLs/OCXs/etc., or even Java JARs or .class files (if you're using the Microsoft JVM, which is now deprecated). It prompts the user.

This is my fault for not being more dilegant with regards to reading about ClickOnce. This is almost exactly what I want. I'll just need to wait until .NET 2.0 comes out of beta. You are correct, ClickOnce really does bridge the gap. Thanks for bringing it to my attention.

Your problem is quite the opposite. With .NET Code Access Security, security takes a front seat to user experience, which is good for many reasons. For one - it's security. 'nough said.

I agree.

I don't forsee this changing in our future until people change. It's practically impossible - even for AI (hey, bad people can fool humans, too) - to detect a malicious user from a decent user.

I think this sums it all up. The focus will need to be on training people and not allowing them to do things that are unsecure just because they are ignorant on the subject matter. That's why we have the proliferation of virii everywhere.

This has been a very insightful conversation. I went in expecting the .NET 1.1 framework to already be up to standards in regards to web deployement, however I see that they are making great strides to achieve this in .NET 2.0.

Thanks


-
Drew
GeneralGet backup status using WMI Pin
WillemM17-Oct-04 7:19
WillemM17-Oct-04 7:19 
GeneralRe: Get backup status using WMI Pin
Anonymous17-Oct-04 16:52
Anonymous17-Oct-04 16:52 
GeneralRe: Get backup status using WMI Pin
Anonymous17-Oct-04 17:41
Anonymous17-Oct-04 17:41 

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.