what is activation scoping in assemblies?


hi all,

i have started dotnet framework.im understanding assemblies ,in framework documentaion ,i have come across naming "activation scoping ".could elaborate on that?

thanks in advance

santosh kumar

scoping process in scope of member determined. example, may have noticed can select block of text in vs.net , press ctrl-f key perform find-and-replace operation on block of selected text only. possible via process called scoping. vs.net knows search , replace text have selected - text has been scoped via scoping. it's process of "grouping" related set of data.

scoping refers scope of code within brackets, c#. code outside of brackets in c# "out of scope".

now, "activation scoping" refers clr's ability uniquely identify activated assemblies in memory.

just remember "activation" refers just-in-time compiler (jitter) ability "activate" assembly and/or type , "scoping" refers logical "grouping" of data.

 



.NET Framework  >  Common Language Runtime Internals and Architecture



Comments

Popular posts from this blog

Azure DocumentDB Owner resource does not exist

Catalog Staging

How to Share webservice object to all user