Posts in Category: ASP.Net

asp.net - json compression

Dynamic content compression does not work by default in asp.net for ‘application/json’ mime types, and given that we’re doing more mobile apps and client side data requests this can make quite a... read more
 

asp.net - UI culture and dates

Don't rely on DateTime.Now.ToString() to populate varchar database fields that are used for holding dates. Or even better still don't use varchar fields for holding dates in the database - unless... read more
 
Find out more