PreviousNext

Understanding Text Encoding in ASP.NET MVC (ASP.NET MVC Foundations Series)

by bill-s, 2012-10-26T18:50:44.000Z

This article covers the various ways in which you might handle text encoding in ASP.NET MVC. For example, if you were writing a forum web app, you should absolutely be paranoid about what your users are typing into your site. You need to be very careful about how you redisplay their input.

Read More