Categories:
.NET (357)
C (330)
C++ (183)
CSS (84)
DBA (2)
General (7)
HTML (4)
Java (574)
JavaScript (106)
JSP (66)
Oracle (114)
Perl (46)
Perl (1)
PHP (1)
PL/SQL (1)
RSS (51)
Software QA (13)
SQL Server (1)
Windows (1)
XHTML (173)
Other Resources:
What is CODE Access security
What is CODE Access security?
✍: Guest
CAS is part of .NET security model that determines whether or not a piece of code is allowed to run and what resources it can use while running. Example CAS will allow an application to read but not to write and delete a file or a resource from a folder..
2007-10-22, 5482👍, 0💬
Popular Posts:
How do we enable SQL Cache Dependency in ASP.NET 2.0? Below are the broader steps to enable a SQL Ca...
How can you determine the size of an allocated portion of memory? You can't, really. free() can , bu...
What are the types of variables x, y, y and u defined in the following code? #define Atype int* type...
What is synchronization and why is it important? With respect to multithreading, synchronization is ...
How to convert a Unix timestamp to a Win32 FILETIME or SYSTEMTIME? The following function converts a...