Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/karenpayneoregon/workingwithtimeinvisualstudio

Working with time in SQL-Server and C#
https://github.com/karenpayneoregon/workingwithtimeinvisualstudio

csharp-code sql sql-server

Last synced: 14 days ago
JSON representation

Working with time in SQL-Server and C#

Awesome Lists containing this project

README

        

# TechNet December 2018 C#
## Working with SQL-Server time type in Windows forms

The focus in this article is data binding time data from SQL-Server as [time(7)](https://docs.microsoft.com/en-us/sql/t-sql/data-types/time-transact-sql?view=sql-server-2017) data type which is represented client site as a [TimeSpan](https://docs.microsoft.com/en-us/dotnet/api/system.timespan?view=netframework-4.7.2).

Article can be found [here](https://social.technet.microsoft.com/wiki/contents/articles/52218.c-working-with-sql-server-time-type-in-windows-forms.aspx).