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 separation of concerns in asp.net mvc?
Explain the methods used to render the views in ASP.Net MVC?
Is there built-in support for tracing/logging
Can a view be shared across multiple controllers? If yes, how we can do that?
Difference between ASP.NET MVC and ASP.NET WebForms?
What is the difference between adding routes, to a webforms application and to an mvc application?
Explain Keep method in Tempdata in ASP.Net MVC?
which are the key concepts of entity data model?
what is .net?
Why do I get errors when I try to serialize a Hashtable
Is .net core replacing .net framework?
I want to fetch data from datareader. i have three tables in datareader. i want to bind my two table with datagrid, then i want to fetch a value from my third table. do u have any idea pls help me. we use dr.nextresult() for multiple tables.