-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsoftware.html
More file actions
243 lines (208 loc) · 10.8 KB
/
software.html
File metadata and controls
243 lines (208 loc) · 10.8 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="always learning | always growing">
<title>Always Developing - Software</title>
<link rel="canonical" href="https://alwaysdeveloping.net/software">
<link type="application/rss+xml" rel="alternate" href="/feed.rss" />
<link type="application/atom+xml" rel="alternate" href="/feed.atom" />
<meta name="application-name" content="Always Developing" />
<meta name="msapplication-tooltip" content="Always Developing" />
<meta name="msapplication-starturl" content="/" />
<meta property="og:title" content="Always Developing - Software" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://alwaysdeveloping.net/software" />
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon">
<link rel="icon" href="/favicon.ico" type="image/x-icon">
<!-- Bootstrap core CSS -->
<link href="/vendor/bootstrap/scss/bootstrap.css" rel="stylesheet">
<!-- Custom fonts for this template -->
<link href="/vendor/fontawesome-free/css/all.min.css" rel="stylesheet" type="text/css">
<link href="/vendor/fontawesome-free/css/brands.min.css" rel="stylesheet" type="text/css">
<link href='https://fonts.googleapis.com/css?family=Lora:400,700,400italic,700italic' rel='stylesheet' type='text/css' data-no-mirror>
<link href='https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800' rel='stylesheet' type='text/css' data-no-mirror>
<!-- Custom styles for this template -->
<link href="/scss/always-developing-blog.css" rel="stylesheet">
<script src="https://cdn.jsdelivr.net/npm/prismjs@1.19.0/components/prism-core.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/prismjs@1.19.0/plugins/autoloader/prism-autoloader.min.js" data-no-mirror></script>
<script src="https://cdn.jsdelivr.net/npm/quicklink@2.0.0/dist/quicklink.umd.js"></script>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/prismjs@1.19.0/themes/prism.css">
<!-- Lunr search -->
<script src="https://cdn.jsdelivr.net/npm/lunr@2.3.9/lunr.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/pako@2.0.3/dist/pako_inflate.min.js"></script>
<script src="/search.js"></script>
</head>
<body>
<!-- Navigation -->
<nav class="navbar navbar-expand-lg navbar-light fixed-top" id="mainNav">
<div class="container">
<a class="navbar-brand" href="/">
<img src="/images/ad_logo.png" alt="" width="25" height="25" class="d-inline-block align-text-top">
Always Developing
</a>
<button class="navbar-toggler navbar-toggler-right" type="button" data-toggle="collapse" data-target="#navbarResponsive" aria-controls="navbarResponsive" aria-expanded="false" aria-label="Toggle navigation">
Menu
<i class="fas fa-bars"></i>
</button>
<div class="collapse navbar-collapse" id="navbarResponsive">
<ul class="navbar-nav ml-auto">
<li class="nav-item">
<a class="nav-link" href="/software">Software</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/tags">Tags</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/posts">Posts</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/about">About</a>
</li>
</ul>
<form class="form-inline my-2 my-lg-0" action="/search" method="GET">
<input class="form-control mr-sm-2" type="search" placeholder="Search" aria-label="Search" name="query">
<input type="submit" hidden />
</form>
</div>
</div>
</nav>
<!-- Page Header -->
<header class="masthead">
<div class="container">
<div class="row">
<div class="col-md-2 align-middle">
<div class="post-header-image">
<a href="/">
<img src="/images/ad_logo.png" class="header-image">
</a>
</div>
</div>
<div class="col-md-10">
<div class="site-heading">
<h1>
Software
</h1>
<h2 class="subheading">Libraries, packages and frameworks | open-source</h2>
</div>
</div>
</div>
</div>
</header>
<!-- Main Content -->
<div class="container">
<div class="row">
<div id="content" class="col-md-12">
<h1 id="nuget-packages">NuGet Packages</h1>
<ul>
<li><p><a href="https://www.nuget.org/packages/Rollcall.Extensions.Microsoft.DependencyInjection/"><strong>Rollcall (aka Rollcall.Extensions.Microsoft.DependencyInjection)</strong></a><br />
Rollcall provides support for <strong><em>named service registration</em></strong> through the use of extension methods on the IServiceCollection interface, and retrieval of registered service by name using a factory.</p>
<p>For more information and benchmarks on the various ways to register <code>multiple implementations of the same interface</code>, see <a href="../p/multiple-implementations">this blog post.</a></p>
</li>
<li><p><a href="https://www.nuget.org/packages/AlwaysDeveloping.EntityFrameworkCore.DynamicContext/"><strong>AlwaysDeveloping.EntityFrameworkCore.DynamicContext</strong></a><br />
Provides support for executing raw SQL queries against a Entity Framework Core DbContext without a DbSet for the entity. It also provides support to return a result set of single types (int, bool, Guid, string etc).</p>
<p>For more information and benchmarks on the various ways to <code>execute the various data retrieval</code>, see <a href="../p/11-2020-dynamic-context">this blog post.</a></p>
</li>
<li><p><a href="https://www.nuget.org/packages/SourceGeneratorToolkit"><strong>SourceGeneratorToolkit</strong></a><br />
Provides functionality to easily generate c# code/files using a <em>fluent builder pattern</em> either in conjunction with the .NET Roslyn Source Generator process, or outside of the Roslyn Source Generator process.</p>
<p>For more information and various ways to 'leverage code qualfication and generation` provided by the Source Generator Toolkit, see <a href="../p/2023-07-source-gen-toolkit">this blog post.</a></p>
</li>
</ul>
</div>
</div>
<div class="col-md-12">
<div>
<script src="https://giscus.app/client.js"
data-repo="always-developing/always-developing.github.io"
data-repo-id="R_kgDOGQJLBQ"
data-category="Comments"
data-category-id="DIC_kwDOGQJLBc4B_pUA"
data-mapping="pathname"
data-reactions-enabled="1"
data-emit-metadata="0"
data-input-position="bottom"
data-theme="transparent_dark"
data-lang="en"
crossorigin="anonymous"
async>
</script>
</div>
</div>
</div>
<hr class="horizontal-rule" />
<!-- Footer -->
<footer>
<div class="container">
<div class="row">
<div class="col-md-12 text-center">
<ul class="list-inline text-center">
<li class="list-inline-item">
<a href="https://github.com/always-developing">
<span class="fa-stack fa-lg">
<i class="fa fa-circle fa-stack-2x"></i>
<i class="fab fa-github fa-stack-1x fa-inverse footer-icon"></i>
</span>
</a>
</li>
<li class="list-inline-item">
<a href="https://www.linkedin.com/in/jean-pierre-seini">
<span class="fa-stack fa-lg">
<i class="fa fa-circle fa-stack-2x"></i>
<i class="fab fa-linkedin fa-stack-1x fa-inverse footer-icon"></i>
</span>
</a>
</li>
</ul>
<div>
<p class="copyright text-footer">
Copyright © 2023 Always Developing</a>.
</p>
</div>
<ul class="list-inline text-center small text-feeds">
<li class="list-inline-item">
<a href="/feed.rss"><i class="fa fa-rss"></i> RSS Feed</a>
</li>
<li class="list-inline-item">
<a href="/feed.atom"><i class="fa fa-rss"></i> Atom Feed</a>
</li>
</ul>
<ul class="list-inline text-center small">
<li class="list-inline-item">
<a href="https://github.com/always-developing/alwaysdeveloping-website-src"><i class="fab fa-github"></i> This site on GitHub</a>
</li>
<li class="list-inline-item">
|
</li>
<li class="list-inline-item">
<a href="https://github.com/always-developing/alwaysdeveloping-website-src/tree/main/theme"><i class="fa fa-code"></i> Custom Always-Developing theme</a>
</li>
<li class="list-inline-item">
|
</li>
<li class="list-inline-item">
<a href="https://github.com/statiqdev/CleanBlog"><i class="fa fa-blog"></i> Adapted from Clean Blog theme</a>
</li>
</ul>
<div class="small text-footer">
<a href="https://statiq.dev"><i class="fa fa-cogs"></i> Generated by Statiq</a>
</div>
</div>
</div>
</div>
</footer>
<!-- Bootstrap core JavaScript -->
<script src="/vendor/jquery/jquery.min.js"></script>
<script src="/vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-CXPLFS7K38"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){window.dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-CXPLFS7K38');
</script>
<!-- Custom scripts for this template -->
<script src="/js/always-developing-blog.js"></script>
</body>
</html>