KO
|
EN
gitlite — search
Search
#python
#java
#python3
#arduino
#golang
#machine-learning
#rust
#html
#flask
#javascript
#seismology
#nodejs
Dapper-NodaTime
★ 26
Open GitHub ↗
Noda Time support for Dapper
Download README (.md)
Explore Similar Repositories
hls-endless
:
HLS server that delivers live streams in a loop. It has four audio/video bitrates and one audio-only.
DynamoUnfold
:
Library for building topology from sets of surfaces and unfolding them using Protogeometry tools in Dynamo
Wordle
:
Generates English-like words
logstash-codec-json
:
No description available.
android-toolbar-with-drawer
:
Android AppCompat toolbar with material design and a menu drawer
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
Dapper-NodaTime
?
Download (.md)
Dapper-NodaTime [](https://www.nuget.org/packages/Dapper-NodaTime/) =============== Noda Time support for Dapper ``` PM> Install-Package Dapper-NodaTime ``` In your project startup sequence somewhere, call: ```csharp DapperNodaTimeSetup.Register(); ``` That registers all of the type handlers. Alternatively, you can register each type handler separately if you wish. For example: ```csharp SqlMapper.AddTypeHandler(LocalDateTimeHandler.Default); ``` Work in progress. Currently supports the following types: - Instant - LocalDateTime - LocalDate - LocalTime - OffsetDateTime Does not yet support: - Duration - Period - Offset - ZonedDateTime - DateTimeZone See also: https://github.com/StackExchange/dapper-dot-net/issues/198