Answer:
a.)ASP.Net Website (Microsoft Visual Studio’s default type):
i. Local Resource is treated as content based resource, so we can change it and it affects to website.
ii. Global Resource is treated as embedded resource, So they are compiled into specific language dlls into bin folder.
b.ASP.Net Web Application
i.Both Local and Global resource are treated as content based resource, so both are editable.
Any change in any type of resource cause whole resource compilation
Asked In: Many Interviews |
Alert Moderator