what is the difference between a namespace and assembly ?
Answer Posted / ashish
The Namespace is collection of Class &
Assembly is collection of software components information,
version information. You can say it machine language or it
is.
| Is This Answer Correct ? | 13 Yes | 7 No |
Post New Answer View All Answers
It is possible to take number of controls added to form at run-time.ex-when user enter 6, 6 text boxes get added to form,next time number of controls get change as per user number enter. What is code for that?
in IT trend mantis meant what? how to know mantis in IT trends? detail description about mantis?
WHAT IS MAIN IMPORTANT THING IN SOFTWARE?
Given an array of size n. It contains numbers in the range 1 to n. Each number is present at least once except for 1 number. Find the missing number
I want to pass .pdf files as OlE Object to crystal report through VB6. Please any one guid me...
I am work in it aompenei
could u please also write an example of a code that involves instances from an abstract class just as u did for interfaces because u said it could also work which i really doubt. thanks
What is the entry point function of a DLL?
Write a shell program where you enter a number which corresponds to K.M. Find out the corresponding values in m, cm, inches, and feet. Hints:- 1 k.m= 1000 m 1 m= 100 cm 1 inches= 2.54 cm. 1 feet= 12 inches
in IBM PC -AT.WAT AT REFERS TO?
they asked me about srs (software requirement specifcation)? how can i get anydocumentation about srs & other documnts infomation like bdd, in testing? its urgent?
can any method return type may be constructor , or that method name allow
1. Consider the following code in our example assembly language: ; an example bit of assembly code ROOT: W FATHER FATHER: W SON1 W SON2 SON1: W NIL W NIL ; ---------------------- SON2: W GRANDSON W NIL GRANDSON: W NIL W NIL NIL = 0 Assemble this code carefully following the two pass model, and show the symbol table at the point marked by the dashed line during each pass.
How to call a C++ function which is compiled with C++ compiler in C code?
how to convert infix expression to prefix expression?