473,385 Members | 1,606 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,385 software developers and data experts.

C# exe file will contain programmer info ?

Hi All,

C# exe file will contain programmer info right ?

So, Microsoft or hacker can easily know who design that program ?
correct ?

Best regards,
Boki.

Jul 27 '07 #1
4 1341
An assembly (dll or exe) will contain whatever you put into it. If you
add assembly metadata attributes (generally via AssemblyInfo.cs, but
anywhere will do), then yes: it will be readable. There is also
general file header info that may have some details.

Is this a concern to you? Not quite sure from the sound of your e-
mail... but generally it is *desirable* to say "by Northwind
enterprises" (or whatever). Further, as a consumer I /like/ to be able
to ask (of a dll) "what is this? who wrote it and why?".

Marc

Jul 27 '07 #2
On Jul 27, 9:18 am, Boki Digtal <bokit...@ms21.hinet.netwrote:
C# exe file will contain programmer info right ?

So, Microsoft or hacker can easily know who design that program ?
correct ?
Not as far as I'm aware, unless you explicitly set the assembly
attributes.

Jon

Jul 27 '07 #3
On 7 27 , 5 02 , Marc Gravell <marc.grav...@gmail.comwrote:
An assembly (dll or exe) will contain whatever you put into it. If you
add assembly metadata attributes (generally via AssemblyInfo.cs, but
anywhere will do), then yes: it will be readable. There is also
general file header info that may have some details.

Is this a concern to you? Not quite sure from the sound of your e-
mail... but generally it is *desirable* to say "by Northwind
enterprises" (or whatever). Further, as a consumer I /like/ to be able
to ask (of a dll) "what is this? who wrote it and why?".

Marc
Ya, I am using Express version of Visual C#, I didn't buy it, does
that mean I can't sell product by express version ?

This is my question. :)

Boki.

Jul 30 '07 #4
Sorry for delay, have been holidaying...

I'm pretty certain that this is fine; perfectly legit. At the end of
the day, you could write your code in notepad, compile it via "csc"
(part of the framework, not VS) and sell it. Express edition is free,
so enjoy it ;-p

Marc
Aug 6 '07 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

5
by: hokiegal99 | last post by:
A few questions about the following code. How would I "wrap" this in a function, and do I need to? Also, how can I make the code smart enough to realize that when a file has 2 or more bad...
11
by: Jeff Wagner | last post by:
I am importing a file which contains a persons name (firstName, middleName, etc). If I define a function to do this, how can I use the variables outside of that function? Here is the code: ...
5
by: Reggie | last post by:
Hi and TIA! I have a query that I want to save as a fixed-width text file. I can get the export to work using an export specification with one exception. This is a government message and they need...
9
by: Adam Monsen | last post by:
I kindly request a code review. If this is not an appropriate place for my request, where might be? Specific questions are in the QUESTIONS section of the code. ...
1
by: Omar | last post by:
My app has to be able to read values from an external configuration file (preferably an INI). The problem is that this INI file will contain secure information (eg. SQL server authentication) and,...
8
by: microsoft.news.com | last post by:
I have a text file that has a column of numbers that i need to add to get a total of. Is there any way to add the number column in my text file? the text file looks like this: BMW ...
1
by: laredotornado | last post by:
Hi, I'm using PHP 4.4.4 on Apache 2 on Fedora Core 5. PHP was installed using Apache's apxs and the php library was installed to /usr/local/php. However, when I set my "error_reporting"...
15
by: lxyone | last post by:
Using a flat file containing table names, fields, values whats the best way of creating html pages? I want control over the html pages ie 1. layout 2. what data to show 3. what controls to...
15
by: patf | last post by:
Hi - experienced programmer but this is my first Python program. This URL will retrieve an excel spreadsheet containing (that day's) msci stock index returns. ...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.