/Home /Archive /Syndicate /Blog /Support /About /Contact  
All Visual Basic Feeds in one place!





Bay.NET is organizing an Education Day in Cupertino this Saturday the 31st which you should check out if you live in the SF Bay Area. This is an awesome opportunity to learn WPF and the M-V-VM pattern from the experts Karl Shifflett and Jamie Rodriguez . Jamie is a Technical Evangelist who helps companies with the move to WPF. Karl is one of our featured Visual Basic bloggers on the Visual Basic Developer Center and is working on the WPF Designer team. He also is the creator of the Visu ... [ read more ]
SQL Server versions prior to 2008 did not provide Date and Time data types.  Below is a solution for SQL Server 2005 and 2000 that will strip time off a DateTime data type value. SELECT DATEADD ( DAY , DATEDIFF ( DAY , 0 ,[ DateTime] ), 0 )   Example Use   -- Create a variable of type DATETIME and store a date and time it it. DECLARE @DateWithTime DATETIME DECLARE @DateWithoutTime DATETIME   ... [ read more ]


© 2005 Serge Baranovsky. All rights reserved.
All feed content is property of original publisher. Designated trademarks and brands are the property of their respective owners.

This site is maintained by SubMain(), a division of vbCity.com, LLC