Blogroll
Categories
Tags
.net 4.0 alt.net architecture asp.net basic blend book book review building c# comunidad configuration ddd development expression extensibility extensions functional programming globalization haskell ioc javascript mef mercurial mvc news personal powershell programming sql server streams subversion tdd tool van version control viewstate visual studio web.config web dev windsor workflow foundation wpf xunit
Tag Archives: globalization
Handling TimeZone Information In ASP.NET
A few weeks ago on of my clients asked me to add international support for one of his web applications. Their current customers were located in different countries with different time zones. At first sight, it looks like an easy … Continue reading
Calculando la fecha UTC en SQL Server
Hace unos días me topé con algo interesante, cambiar la fecha ya establecida en los campos de una tabla a una estandarizada para varios paises. La solución simple fue utilizar la fecha UTC (GMT 0), pero ya en SQL Server … Continue reading
Problema de Culturas en la .Net Framework
Hoy es de esos dias cuando uno se topa con cosas que solo le queda decir “w00t”… Pasé durante un buen tiempo peleando con un formato de fecha en un asp.net website. Como algunos sabran ya de antemano, una forma … Continue reading