what is an assembly ?
Answers were Sorted based on User's Feedback
Answer / dhanraj ghuge
Assembly is a collection of compiled cashed file and it will be store in cached memory
| Is This Answer Correct ? | 0 Yes | 0 No |
How to prevent my .NET DLL to be decompiled?
wild card character in sql ?
What is Ienumerable
What is cache coherency and how is it eliminated? : .NET Architecture
How can a win service developed in .NET be installed or used in Win98?
What is CLR,MSIL and Jit Compiler and their roll in .net
Explain dma? : Dot net architecture
can any one urls for learning .net(which is written in simple english)
If I'm developing an application that must accomodate multiple security levels though secure login and my ASP.NET web appplication is spanned across three web-servers (using round-robbin load balancing) what would be the best approach to maintain login-in state for the users?
What is .net mobile lists. : Microsoft dot net mobile
How do I write to the application configuration file at runtime?
2. I've a class Parent Class A and a Derived Class B. Here is a scenario. I've an instance of Class A as objA and an instance of Class B as objB. I can refer a child class variable as objB=objA, but cannot do objA=objB what is the reason?