Dotnet Globalization Interview Questions
What’s the difference between
localization and globalization?
What architecture decisions you
should consider while planning for international software’s?
How do we get the current culture of
the environment in windows and ASP NET?
Which are the important namespaces
during localization and globalization?
What are resource files and how do
we generate resource files?
Can resource file be in any other
format other than resx extensions?
How is resource files actually used
in project?
How can we use Culture Auto in
project?
What are satellite assemblies?
How do we generate Satellite
assemblies?
What is AL EXE and RESGEN EXE?
What’s the use of resource manager
class?
What precautions do we need to take
while deploying satellite assemblies?
Can we get a strongly typed resource
class rather than using resource manager?
Can you explain the fundamentals of
“GetGlobalResourceObject” and “GetLocalResourceObject”functions?
Can we sign a satellite assembly?
Can you explain collation sequence
in sql server?
How do we define collation sequence
for database and tables?
Can we change the order in a select
query with a specified collation sequence?
What are the best practices to be
followed while implementing globalization and localization?
Why is the culture set to the
current thread?