Re: Given a C#.NET assembly, what information can you get?
- From: Jon Skeet [C# MVP] <skeet@xxxxxxxxx>
- Date: Tue, 29 Jul 2008 06:52:17 +0100
Curious <fir5tsight@xxxxxxxxx> wrote:
I never intended to provide my .dll to anyone. But I'm put in this
client-server type of environment where I am a client. Although
my .dll file is on my location machine, when I run it against a server
that belongs to another company and located remotely in their office,
I believe that they are able to see my .dll.
That sounds very odd indeed. How would they be able to see your code? I
assume you're just making a network connection to the server - unless
something in the protocol transmits the contents of the DLL, they won't
be able to see your code at all.
--
Jon Skeet - <skeet@xxxxxxxxx>
Web site: http://www.pobox.com/~skeet
Blog: http://www.msmvps.com/jon.skeet
C# in Depth: http://csharpindepth.com
.
- Follow-Ups:
- References:
- Given a C#.NET assembly, what information can you get?
- From: Curious
- Re: Given a C#.NET assembly, what information can you get?
- From: Joe Kuemerle
- Re: Given a C#.NET assembly, what information can you get?
- From: Alun Harford
- Re: Given a C#.NET assembly, what information can you get?
- From: Curious
- Given a C#.NET assembly, what information can you get?
- Prev by Date: Re: Vista UAC - get app to request escalation for a task
- Next by Date: Re: When using System.IO.FileStream, I write 8 bytes, then seek to the start of the file, does the 8 bytes get flushed on seek and the buffer become a readbuffer at that point instead of being a write buffer?
- Previous by thread: Re: Given a C#.NET assembly, what information can you get?
- Next by thread: Re: Given a C#.NET assembly, what information can you get?
- Index(es):
Relevant Pages
|