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

.NET (Core and Framework)

 
QuestionI need an answer ! Pin
codemaster7920-Feb-08 20:55
codemaster7920-Feb-08 20:55 
GeneralRe: I need an answer ! Pin
Christian Graus20-Feb-08 22:11
protectorChristian Graus20-Feb-08 22:11 
GeneralRe: I need an answer ! Pin
codemaster7920-Feb-08 22:37
codemaster7920-Feb-08 22:37 
GeneralRe: I need an answer ! Pin
TheGreatAndPowerfulOz21-Feb-08 8:51
TheGreatAndPowerfulOz21-Feb-08 8:51 
QuestionHow to set frmats in datagrid? Pin
Poonam Shah20-Feb-08 5:54
Poonam Shah20-Feb-08 5:54 
Generalwarning C4005: '_WIN32_WINNT' : macro redefinition Pin
mmhu20-Feb-08 4:25
mmhu20-Feb-08 4:25 
GeneralRe: warning C4005: '_WIN32_WINNT' : macro redefinition Pin
Christian Graus20-Feb-08 22:17
protectorChristian Graus20-Feb-08 22:17 
Generalcode rewriter for security Pin
sahillllll19-Feb-08 9:53
sahillllll19-Feb-08 9:53 
where can i get this tool which can use a combination of adding declarative security and rewriting bytecode to ensure that an untrusted module can be safely used. The code rewriter will use Microsoft’s ILDASM disassembler to get a disassembled text file. It then will parse this file and create a
second assembly text file containing the modifications. Finally the modified assembly is reassembled using Microsoft’s ILASM assembler.
The rewriter will allow the user to pick from a simple list of functionality that the DLL should be allowed to perform. Following are the basic permissions that may be granted to an assembly:

* Execute: this means that the assembly will be allowed to load and execute.
* Display user interface: this allows the assembly to create SafeTopLevel windows and also to read and write data from its own clipboard.
* Access isolated storage: allows the assembly to create an isolated storage file (as described in Section 3.1, with the specified quota.
* Files via Windows dialogs: allows the assembly to read and write files; however, the assembly can not specify filenames. It can display Open and Save dialogs, and then read and write the files that are selected by the user only.
* Network sockets: allows the assembly to communicate with network sockets.
* Serialization of binary data: allows the assembly to read and write binary data via serialization.

In case that the developer needs finer grained control of the permissions given to an assembly. The advanced tab, may be used to allow or
deny any permission attribute defined by the .NET
framework



though a lot of ground has been covered in the topics code access security part 1 and 2 i was just wonderiing if someone has developed such gui tool i am talking about.

thanks in anticipation of a reply...
sahil
GeneralVisual studio Just-In-Time debugger Pin
matjame19-Feb-08 1:43
matjame19-Feb-08 1:43 
GeneralZoom and Pan an image Pin
Adwita18-Feb-08 16:22
Adwita18-Feb-08 16:22 
QuestionHow to copy form files from one project to another without loosing the desinger view Pin
mmhu18-Feb-08 12:11
mmhu18-Feb-08 12:11 
AnswerRe: How to copy form files from one project to another without loosing the desinger view [modified] Pin
Pritish20-Feb-08 3:55
Pritish20-Feb-08 3:55 
GeneralCustom Collection Pin
CodingYoshi18-Feb-08 11:29
CodingYoshi18-Feb-08 11:29 
GeneralRe: Custom Collection Pin
Patrick Etc.18-Feb-08 12:05
Patrick Etc.18-Feb-08 12:05 
GeneralRe: Custom Collection Pin
CodingYoshi18-Feb-08 16:51
CodingYoshi18-Feb-08 16:51 
GeneralRe: Custom Collection Pin
darkelv18-Feb-08 17:01
darkelv18-Feb-08 17:01 
GeneralRe: Custom Collection Pin
Patrick Etc.18-Feb-08 18:54
Patrick Etc.18-Feb-08 18:54 
GeneralCustomizing web part title border in MOSS 2007. Pin
sdklfjlkdsfjdklsfjkdslfjdslkf18-Feb-08 2:58
sdklfjlkdsfjdklsfjkdslfjdslkf18-Feb-08 2:58 
QuestionECDsaCng elliptic curve class produces exception on import of private key Pin
Steve_K17-Feb-08 23:40
Steve_K17-Feb-08 23:40 
GeneralAdding new syntax highlighting Pin
barbq200017-Feb-08 2:55
barbq200017-Feb-08 2:55 
GeneralRe: Adding new syntax highlighting Pin
Pete O'Hanlon17-Feb-08 10:25
mvePete O'Hanlon17-Feb-08 10:25 
GeneralStreamWriter.WriteLine converting hex A0 to hex EF BF BD Pin
Mike Bluett16-Feb-08 13:46
Mike Bluett16-Feb-08 13:46 
GeneralRe: StreamWriter.WriteLine converting hex A0 to hex EF BF BD Pin
Guffa17-Feb-08 4:22
Guffa17-Feb-08 4:22 
GeneralRe: StreamWriter.WriteLine converting hex A0 to hex EF BF BD Pin
Mike Bluett17-Feb-08 8:13
Mike Bluett17-Feb-08 8:13 
GeneralRe: StreamWriter.WriteLine converting hex A0 to hex EF BF BD Pin
Guffa17-Feb-08 10:11
Guffa17-Feb-08 10:11 

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.