Click here to Skip to main content
15,906,947 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
GeneralRe: # of projects in Start Page Pin
Richard Jones8-Jul-04 1:55
Richard Jones8-Jul-04 1:55 
GeneralButton Focus in Compact Framework Pin
ripi10006-Jul-04 23:45
ripi10006-Jul-04 23:45 
GeneralGetting and Setting the Master and Wave Volume Pin
bneacetp5-Jul-04 21:37
bneacetp5-Jul-04 21:37 
GeneralRe: Getting and Setting the Master and Wave Volume Pin
mav.northwind9-Jul-04 22:47
mav.northwind9-Jul-04 22:47 
GeneralRe: Getting and Setting the Master and Wave Volume Pin
bneacetp9-Jul-04 23:06
bneacetp9-Jul-04 23:06 
GeneralMTS Pin
hatim_ali5-Jul-04 18:02
hatim_ali5-Jul-04 18:02 
GeneralRe: MTS Pin
Sendilkumar.M9-Jul-04 21:16
Sendilkumar.M9-Jul-04 21:16 
GeneralRe: MTS Pin
Serge Lobko-Lobanovsky16-Jul-04 6:52
Serge Lobko-Lobanovsky16-Jul-04 6:52 
GeneralRe: MTS Pin
Serge Lobko-Lobanovsky16-Jul-04 6:54
Serge Lobko-Lobanovsky16-Jul-04 6:54 
GeneralApp works on OS with no .NET Pin
smack_2k25-Jul-04 9:28
smack_2k25-Jul-04 9:28 
GeneralRe: App works on OS with no .NET Pin
Mike Dimmick5-Jul-04 12:52
Mike Dimmick5-Jul-04 12:52 
Generalsetting the mailserver when sending email Pin
kowplunk5-Jul-04 5:04
kowplunk5-Jul-04 5:04 
QuestionHow to add and handle MouseEvents on Items in ListBox Pin
cuonghm5-Jul-04 1:32
cuonghm5-Jul-04 1:32 
GeneralPerformance trade-off Pin
hatim_ali4-Jul-04 23:59
hatim_ali4-Jul-04 23:59 
GeneralRe: Performance trade-off Pin
Colin Angus Mackay5-Jul-04 5:53
Colin Angus Mackay5-Jul-04 5:53 
GeneralDeterming if the network resource is being accessed Pin
Tarundeep Singh Kalra4-Jul-04 21:10
Tarundeep Singh Kalra4-Jul-04 21:10 
GeneralRe: Determing if the network resource is being accessed Pin
Serge Lobko-Lobanovsky16-Jul-04 6:59
Serge Lobko-Lobanovsky16-Jul-04 6:59 
Generalstructure of a strong name key file Pin
Stanimir_Stoyanov4-Jul-04 0:26
Stanimir_Stoyanov4-Jul-04 0:26 
GeneralRe: structure of a strong name key file Pin
Steven Campbell4-Jul-04 4:46
Steven Campbell4-Jul-04 4:46 
GeneralRe: structure of a strong name key file Pin
Stanimir_Stoyanov4-Jul-04 6:03
Stanimir_Stoyanov4-Jul-04 6:03 
GeneralRe: structure of a strong name key file Pin
Steven Campbell4-Jul-04 9:11
Steven Campbell4-Jul-04 9:11 
GeneralRe: structure of a strong name key file Pin
Steven Campbell4-Jul-04 9:20
Steven Campbell4-Jul-04 9:20 
I've answered your questions because this is for educational purposes, and also because knowing these things does not in fact allow the "attack" of the signed assembly.

To verify the assembly's digital signature, the CLR uses the assembly's public key to decrypt the assembly's digital signature, resulting in the original, calculated hash. In addition, the CLR uses the information in the assembly's manifest to dynamically generate a hash. This hash value is then compared with the original hash value. These values must match, or we must assume that someone has tampered with the assembly. - from .NET Framework Essentials, By Hoang Lam, Thuan L. Thai.


my blog
GeneralClip libraries/Code snippets Pin
Member 12018133-Jul-04 15:03
Member 12018133-Jul-04 15:03 
GeneralCreating a Setup Pin
matthias s.3-Jul-04 4:11
matthias s.3-Jul-04 4:11 
GeneralRe: Creating a Setup Pin
shiraztk8-Jul-04 19:54
shiraztk8-Jul-04 19:54 

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.