Categories:
.NET (961)
C (387)
C++ (185)
CSS (84)
DBA (8)
General (31)
HTML (48)
Java (641)
JavaScript (220)
JSP (109)
JUnit (31)
MySQL (297)
Networking (10)
Oracle (562)
Perl (48)
Perl (9)
PHP (259)
PL/SQL (140)
RSS (51)
Software QA (28)
SQL Server (5)
Struts (20)
Unix (2)
Windows (3)
XHTML (199)
XML (59)
Other Resources:
What do you know about .NET assemblies?
What do you know about .NET assemblies?
✍: Guest
Assemblies are the smallest units of versioning and deployment in the .NET application. Assemblies are also the building blocks for programs such as Web services, Windows services, serviced components, and .NET remoting applications.
2019-02-05, 2207👍, 1💬
Popular Posts:
How can method defined in multiple base classes with same name be invoked from derived class simulta...
Can you tell me how to check whether a linked list is circular? Create two pointers, and set both to...
Can two catch blocks be executed? No, once the proper catch section is executed the control goes fin...
How Oracle Handles Dead Locks? - Oracle DBA FAQ - Understanding SQL Transaction Management Oracle se...
Can we get a strongly typed resource class rather than using resource manager? In the previous quest...