What are Satellite Assemblies? How you will create this?
Answers were Sorted based on User's Feedback
Answer / kishore maddineni
Developing a web application for different languages and
courtries,we have to write code in different languages and
different cultures(ex. date formate is different for
different countries).So these functionality is developed in
an assembly called as satelite assembly.
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / kondapallysantoshkumar(m.c.a)h
in multilingual application in .net support multilangual
functionality you can have modules which are customaized
for localization.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / manjunatha.p.n
In an web application if we have a text file or an image
which can be editable/readable, then we need to convert
this to an .dll file which encrypts the data. This
satellite assembly doesnt contain any source code & this is
used for security purpose.
| Is This Answer Correct ? | 0 Yes | 1 No |
What are the types of assemblies and where can u store them and how ?
11 Answers Accenture, BirlaSoft, IBM,
what are the different stepts to create shared assemblies?
My organization went through the approval process of supporting the .net framework 2.0 in production. Do we need to go through the same process all over again for the .net framework 3.0? Do I need to do any application compatibility testing for my .net framework 2.0 applications?
How we can call a JavaScript function on the change of a Dropdown List in ASP.Net MVC?
Is .net framework 4.8 the last version?
Will the finally block get executed if an exception has not occurred
What is the mvc pattern (model view controller pattern)?
Explain .net Framework?
When do you absolutely have to declare a class as abstract
Explain Sections is ASP.Net MVC?
Describe the .net framework architecture.
What is the use of viewmodel in mvc?