-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
330 lines (291 loc) · 17.7 KB
/
index.html
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
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
<!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</title>
<link rel="canonical" href="https://alwaysdeveloping.net/">
<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" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://alwaysdeveloping.net/" />
<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>
Always Developing
</h1>
<h2 class="subheading">always learning | always growing</h2>
</div>
</div>
</div>
</div>
</header>
<!-- Main Content -->
<div class="container">
<div class="row">
<div id="content" class="col-md-12">
<div class="container-sm-height">
<div class="row row-sm-height">
<div class="col-md-6 right-border col-sm-height">
<div class="post-preview">
<div class="post-category">
<a class="btn btn-primary btn-sm category-btn" href="/categories/blog" role="button">Blog</a>
</div>
<h2 class="post-title"><a href="/p/2023-07-source-gen-toolkit">Introducing the Source Generator Toolkit</a></h2>
<p class="post-meta">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-calendar2-week" viewBox="0 0 16 16">
<path d="M3.5 0a.5.5 0 0 1 .5.5V1h8V.5a.5.5 0 0 1 1 0V1h1a2 2 0 0 1 2 2v11a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2h1V.5a.5.5 0 0 1 .5-.5zM2 2a1 1 0 0 0-1 1v11a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V3a1 1 0 0 0-1-1H2z" />
<path d="M2.5 4a.5.5 0 0 1 .5-.5h10a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5H3a.5.5 0 0 1-.5-.5V4zM11 7.5a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5v-1zm-3 0a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5v-1zm-5 3a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5v-1zm3 0a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5v-1z" />
</svg> Published on Monday, 24 July 2023
</p>
<div class="post-subtitle">Source Generators made easier!</div>
<p class="post-read-more"><br /><a href="/p/2023-07-source-gen-toolkit">Read more...</a></p>
</div>
<div class="post-buffer"><br /></div>
<div class="post-preview">
<div class="post-category">
<a class="btn btn-primary btn-sm category-btn" href="/categories/blog" role="button">Blog</a>
</div>
<h2 class="post-title"><a href="/p/2023-05-interface-extension">Sharing a common method across classes</a></h2>
<p class="post-meta">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-calendar2-week" viewBox="0 0 16 16">
<path d="M3.5 0a.5.5 0 0 1 .5.5V1h8V.5a.5.5 0 0 1 1 0V1h1a2 2 0 0 1 2 2v11a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2h1V.5a.5.5 0 0 1 .5-.5zM2 2a1 1 0 0 0-1 1v11a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V3a1 1 0 0 0-1-1H2z" />
<path d="M2.5 4a.5.5 0 0 1 .5-.5h10a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5H3a.5.5 0 0 1-.5-.5V4zM11 7.5a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5v-1zm-3 0a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5v-1zm-5 3a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5v-1zm3 0a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5v-1z" />
</svg> Published on Friday, 26 May 2023
</p>
<div class="post-subtitle">Leverage interfaces and extension methods and to share a common method</div>
<p class="post-read-more"><br /><a href="/p/2023-05-interface-extension">Read more...</a></p>
</div>
<div class="post-buffer"><br /></div>
<div class="post-preview">
<div class="post-category">
<a class="btn btn-primary btn-sm category-btn" href="/categories/dailydrop" role="button">DailyDrop</a>
</div>
<h2 class="post-title"><a href="/dailydrop/2023/02/01-daily-drop-wrap">Daily Drop wrap-up</a></h2>
<p class="post-meta">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-calendar2-week" viewBox="0 0 16 16">
<path d="M3.5 0a.5.5 0 0 1 .5.5V1h8V.5a.5.5 0 0 1 1 0V1h1a2 2 0 0 1 2 2v11a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2h1V.5a.5.5 0 0 1 .5-.5zM2 2a1 1 0 0 0-1 1v11a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V3a1 1 0 0 0-1-1H2z" />
<path d="M2.5 4a.5.5 0 0 1 .5-.5h10a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5H3a.5.5 0 0 1-.5-.5V4zM11 7.5a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5v-1zm-3 0a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5v-1zm-5 3a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5v-1zm3 0a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5v-1z" />
</svg> Published on Wednesday, 01 February 2023
</p>
<div class="post-subtitle">A wrap-up on a year's worth of Daily Drop posts</div>
<p class="post-read-more"><br /><a href="/dailydrop/2023/02/01-daily-drop-wrap">Read more...</a></p>
</div>
<div class="post-buffer"><br /></div>
<div class="post-preview">
<div class="post-category">
<a class="btn btn-primary btn-sm category-btn" href="/categories/dailydrop" role="button">DailyDrop</a>
</div>
<h2 class="post-title"><a href="/dailydrop/2023/01/31-ef-unmapped-types">EF queries on unmapped types</a></h2>
<p class="post-meta">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-calendar2-week" viewBox="0 0 16 16">
<path d="M3.5 0a.5.5 0 0 1 .5.5V1h8V.5a.5.5 0 0 1 1 0V1h1a2 2 0 0 1 2 2v11a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2h1V.5a.5.5 0 0 1 .5-.5zM2 2a1 1 0 0 0-1 1v11a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V3a1 1 0 0 0-1-1H2z" />
<path d="M2.5 4a.5.5 0 0 1 .5-.5h10a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5H3a.5.5 0 0 1-.5-.5V4zM11 7.5a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5v-1zm-3 0a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5v-1zm-5 3a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5v-1zm3 0a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5v-1z" />
</svg> Published on Tuesday, 31 January 2023
</p>
<div class="post-subtitle">Introducing the ability to execute raw queries on unmapped types</div>
<p class="post-read-more"><br /><a href="/dailydrop/2023/01/31-ef-unmapped-types">Read more...</a></p>
</div>
<div class="post-buffer"><br /></div>
<div class="post-preview">
<div class="post-category">
<a class="btn btn-primary btn-sm category-btn" href="/categories/dailydrop" role="button">DailyDrop</a>
</div>
<h2 class="post-title"><a href="/dailydrop/2023/01/30-araypool">ArrayPool for frequent array creation</a></h2>
<p class="post-meta">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-calendar2-week" viewBox="0 0 16 16">
<path d="M3.5 0a.5.5 0 0 1 .5.5V1h8V.5a.5.5 0 0 1 1 0V1h1a2 2 0 0 1 2 2v11a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2h1V.5a.5.5 0 0 1 .5-.5zM2 2a1 1 0 0 0-1 1v11a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V3a1 1 0 0 0-1-1H2z" />
<path d="M2.5 4a.5.5 0 0 1 .5-.5h10a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5H3a.5.5 0 0 1-.5-.5V4zM11 7.5a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5v-1zm-3 0a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5v-1zm-5 3a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5v-1zm3 0a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5v-1z" />
</svg> Published on Monday, 30 January 2023
</p>
<div class="post-subtitle">Using ArrayPool for performant memory reuse when creating array frequently</div>
<p class="post-read-more"><br /><a href="/dailydrop/2023/01/30-araypool">Read more...</a></p>
</div>
<div class="post-buffer"><br /></div>
<div>
<div class="float-sm-left">
</div>
<div class="float-sm-right">
<a class="btn btn-primary btn-default" href="/page/2" role="button">Older <i class="fas fa-angle-double-right"></i></a>
</div>
<div class="clearfix"></div>
</div>
</div>
<div class="col-md-4 mt-4 mt-md-0 col-sm-height">
<div>
<h5>Tags</h5>
<a href="/tags/c" class="badge badge-light"> c# (255)</a>
<a href="/tags/net" class="badge badge-light"> .net (255)</a>
<a href="/tags/entityframework" class="badge badge-light"> entityframework (20)</a>
<a href="/tags/ef" class="badge badge-light"> ef (17)</a>
<a href="/tags/attribute" class="badge badge-light"> attribute (13)</a>
<a href="/tags/net7" class="badge badge-light"> .net7 (12)</a>
<a href="/tags/sql" class="badge badge-light"> sql (10)</a>
<a href="/tags/array" class="badge badge-light"> array (9)</a>
<a href="/tags/performance" class="badge badge-light"> performance (9)</a>
<a href="/tags/string" class="badge badge-light"> string (9)</a>
<div class="mt-3">
<div class="float-sm-right">
<a class="btn btn-sm btn-default" href="/tags" role="button">All Tags <i class="fas fa-angle-double-right"></i></a>
</div>
<div class="clearfix"></div>
</div>
</div>
<hr class="horizontal-rule" />
<h5>On The Internet</h5>
<ul class="list-unstyled on-internet">
<li><a href="https://github.com/always-developing"><i class="fab fa-github"></i> GitHub <small>(always-developing)</small></a></li>
<li><a href="https://www.linkedin.com/in/jean-pierre-seini"><i class="fab fa-linkedin"></i> LinkedIn</a></li>
</ul>
</div>
</div>
</div>
</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>