What is meant by embedded resources in ASP.NET? What are the advantages of using the same?
Latest Answer: The ability to make the file or image accessible from your server control’s assembly.By this way, We can put related javascript/image all togather to avoid deployment problem ...
How can we use hashtable caching? What is the advantage of using the same?
How can we perform an MSI build? What is the advantage of the same w.r.t other deployment options?
Why CSS, Images, Javascript, XML can be used as release independent files in ASP.NET? What are the other types that can be release independent?
Elaborate on why we should use SOA in ASP.NET
Explain various ASP.NET design patterns and the advantages of using them.
Explain Virtual Memory, Logical Memory and Cache Memory. How do they differ from one another?
Latest Answer: Some cases we may need to set this event to true. In those cases we need to handle the events within the postback check. ...
Latest Answer: Managed code it that which must be care by any intermediate manager. for eg. in dot net it is a interpreater based language. Allocation of memory is done by CLR. Garbage collection also plays a valuable role to manage the memory. and other featuers like ...
View page [1] 2 3 4 Next >>

Go Top