Relative Content

Tag Archive for asp.net-mvc

UTF-16 Pitfalls, Chinese

I’m going to be writing an application that is pure HTML5 and JS and MVC.net back-end.
We have .resx files that are getting compiled to .js files for resources in the html5 application. The application has to work in English and in Chinese which I understand to mean that we need to use UTF-16 everywhere.

SQL.issue related to data loading and performance

The situation is as follows: When i run my SQL query with a WHERE clause, i get a specific range of data, and it returns results successfully. However, when you remove the WHERE clause and try to retrieve all the data, no data is returned, and the system gives an error. This is generally an issue related to data loading and performance.