Skip To Content
Toggle navigation
Packages
Upload
Statistics
Documentation
Downloads
Blog
Sign in
Advanced search filters
Frameworks
.NET
net8.0
net7.0
net6.0
net5.0
.NET Core
netcoreapp3.1
netcoreapp3.0
netcoreapp2.2
netcoreapp2.1
netcoreapp2.0
netcoreapp1.1
netcoreapp1.0
.NET Standard
netstandard2.1
netstandard2.0
netstandard1.6
netstandard1.5
netstandard1.4
netstandard1.3
netstandard1.2
netstandard1.1
netstandard1.0
.NET Framework
net481
net48
net472
net471
net47
net462
net461
net46
net452
net451
net45
net40
net35
net30
net20
Package type
All types
Dependency
.NET tool
Template
Options
Include prerelease
9 packages returned for Tags:"in-
a-
year-
or-
so"
Sort by
Relevance
Downloads
Recently updated
iayos.
intrinioapi
by:
dale.holborow
19,651 total downloads
last updated
11/22/2016
Latest version:
3.2.2
iayos
intrinio
fintech
api
finance
in-a-year-or-so
A strongly typed package to wrap the Intrinio FinTech data api (www.intrinio.com). Author not affiliated with intrinio in any way, not does this come with any warranty. Contributions welcome.
iayos.
core.
db.
deploy
by:
dale.holborow
11,993 total downloads
last updated
9/25/2017
Latest version:
2.0.3
database
schema
migration
DbUp
C#
in-a-year-or-so
Framework to enable db migrations with an attempt at a generic, point-n-deploy DbUp-incorporated schema maintenance tool.
iayos.
intrinioapi.
servicemodel.
flag
by:
dale.holborow
12,957 total downloads
last updated
11/22/2016
Latest version:
3.2.2
iayos
intrinio
fintech
api
finance
in-a-year-or-so
Enum flags used by iayos.intrinioapi
iayos.
intrinioapi.
servicemodel.
dto
by:
dale.holborow
13,639 total downloads
last updated
11/22/2016
Latest version:
3.2.2
iayos
intrinio
fintech
api
finance
in-a-year-or-so
Data transfer objects used by iayos.intrinioapi
iayos.
extensions
by:
dale.holborow
7,738 total downloads
last updated
5/5/2017
Latest version:
0.3.3
C#
extension
methods
in-a-year-or-so
Extension methods and Helper class functionality to extend common .NET functionality. This package not does this come with any warranty. Contributions welcome.
iayos.
intrinioapi.
servicemodel.
message
by:
dale.holborow
12,775 total downloads
last updated
11/22/2016
Latest version:
3.2.2
iayos
intrinio
fintech
api
finance
in-a-year-or-so
Request/Response messages used by iayos.intrinioapi
iayos.
DbUp.
ScriptProviders
by:
dale.holborow
5,867 total downloads
last updated
8/15/2017
Latest version:
0.0.6
database
schema
migration
DbUp
C#
in-a-year-or-so
Provide clean names (ie .sql filename and .cs classname WITHOUT namespace and folder path included) for DbUp migration scripts and classes (embedded and filesystem) with namespace removed to futureproof...
More information
iayos.
DapperCRUD
by:
dale.holborow
2,916 total downloads
last updated
3/20/2017
Latest version:
0.1.2
Dapper
CRUD
C#
typesafe
in-a-year-or-so
A clone+mod of Dapper.SimpleCRUD but with type-safe common CRUD methods instead of error-prone anonymous parameter objects. (some private static methods caused issues that meant I couldn't simply extend the...
More information
iayos.
sequentialguid
by:
dale.holborow
1,054 total downloads
last updated
6/15/2017
Latest version:
0.1.0
sequential
guid
C#
in-a-year-or-so
Took the code from https://www.codeproject.com/Articles/388157/GUIDs-as-fast-primary-keys-under-multiple-database and made myself a reusable nuget to be able to make db-specific sequential guids.