Pages

Ads 468x60px

For New Update Use this Link http://dotnethubs.blogspot.in/ Offer for you

.

Showing posts with label in process and out of process in .net. Show all posts
Showing posts with label in process and out of process in .net. Show all posts

Wednesday 3 July 2013

What is Globalization and Localization in .NET

Globalization and Localization in .NET

Globalization :-

1 ) A. Globalization is the concept of developing the application in more than one language while the Localization is used for a particular language. Like if we develop the application in more than one language we need to create the resource files (.resx) by using System.

 2) Globalization is the process of designing and developing applications that function for multiple cultures

 Localizations :-

1 )  when we open the application in a particular language, then the localizations used to convert that application to the selected language.

 2)localization is the process of customizing your application for a given culture and locale. The topics in this section describe how to create ASP.NET Web applications that can be adapted to different languages and cultures."


What are in-proc and out-proc? Where are data stored in these cases?

  In-Processs : -

1 ) A. In-Proc and Out-Proc is the types of Sessions where the session data can be stored in the process memory of the server and in the separate state server. When the session data is stored in the process memory of the server, the session is called as the In-Proc server. In this case when the server is restarted, the session data will be lost

2 ) So in the in-Proc session state, the session data is stored in the Process memory of the Server where the application is running.

Out Process : -

1 ) When the session data is stored in the separate server like in state server or in Sql Server, the type of session is called as the Out-Proc session. In this case, if the server where the application is running is restarted, the session will be still remain in the separate servers.

2 )In the Out-proc session state, the session data is stored in the separate server- may be state server or in sql server.

 

..




New Updates

Related Posts Plugin for WordPress, Blogger...

Related Result