Contents tagged with .NET 4.5
-
Introducing a new ValidateRequest feature in .NET Framework 4.5 for WebForms
As you know, ValidateRequest is a security feature which has been available since .NET Framework 2.0 in WebForms.
-
How to set CurrentCulture for all threads in a domain in .NET 4.5
Before .NET 4.5 if we wanted to set CurrentCulture for the current thread, we would need to set the culture in somewhere like application bootstrap.