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 is JIT and how is works ?
What are multicast delegates ? give me an example
What are bundling & minification features in asp.net mvc 4?
When using razor views, do you have to take any special steps to protect your asp.net mvc application from cross site scripting (xss) attacks?
How we can add the CSS in ASP.Net MVC?
Explain the advantages and disadvantages of ASP.Net MVC over ASP.NET?
Why is the .net framework 3.0 a major version number of the .net framework if it uses the .net framework 2.0 runtime and compiler?
What is orm entity framework?
What type of filter does outputcacheattribute class represents?
How many .NET languages can a single .NET DLL contain
What are the properties of Thread class?
What is inline schema, how does it works