Facebook

multi

Multi language Website using ASP.NET

Their are 3 Methods for developing multi-language websites: 1. Replication2. Generalized approach3. Using Concept of Localization and Globalization Replization: This is basic approach used in static websites. In this approach you need to create replica of each web page in different languages. Suppose you have 100 web pages in your web site and you want […]

Hosting react and nodejs on same server using multiple domain

It is very common for developer to have react app supported by nodejs API for backend. In some cases developer may use API developed in php or any other programming knowledge. When it comes to deployment, programmer may face difficulty in deploying both on same server. As one can only host single application to single […]