in

ExpressionBlog.com

Microsoft Expression Studio Community
All Tags » Data (RSS)

Browse by Tags

  • NET DateTime, SQL dateTime, SQL date, a small Cheatsheet

    Recently I blogged a little on my wrestlings with dates in SQL server . Some commenters suggested using a custom type instead of the sql datetime . Stefan pointed to the nHibernate Ticks type as a good way to handle the persistence of dates. Personally I keep using the sql date types, a main reason is...
    Posted to Mirrored Blogs (Weblog) by Anonymous on 09-26-2008
  • Valid date-time values in sql server. SqlDateTime vs DateTime

    You cannot store every date in sql server. The valid range of dates is from 1/1/1753 (1-1-1753) to 12/31/9999 (31-12-9999). The range of the .NET DateTime type is far larger. So before storing a datetime in a sql server database you have to perform a check. This should be (and is) not to difficult in...
    Posted to Mirrored Blogs (Weblog) by Anonymous on 08-21-2008
  • ASP.NET Dynamic Data Preview Available

    A few months ago we released an ASP.NET 3.5 Extensions Preview that contained a bunch of new features that will be shipping later this year (including ASP.NET AJAX Improvements, ASP.NET MVC, ASP.NET Silverlight Support, and ASP.NET Dynamic Data). The ASP.NET Dynamic Data support within that preview provided...
    Posted to Mirrored Blogs (Weblog) by Anonymous on 04-10-2008
  • New ASP.NET Dynamic Data Support

    The ASP.NET 3.5 Extensions CTP we shipped this past weekend contains a bunch of great new features. One of the cool new features is something we call "ASP.NET Dynamic Data Support".  In a nutshell this enables you to really quickly build data driven web-sites that work against a LINQ to...
    Posted to Mirrored Blogs (Weblog) by Anonymous on 12-14-2007
Page 1 of 1 (4 items)
Powered by Community Server (Commercial Edition), by Telligent Systems