Skip to content

Commit 30aa5fb

Browse files
committed
zip
1 parent 17d5567 commit 30aa5fb

4 files changed

Lines changed: 79 additions & 1 deletion

File tree

Lines changed: 73 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,73 @@
1+
2+
<h1>RSCG nr 222 : Finch.Generators</h1>
3+
4+
<h2>Info</h2>
5+
Nuget : <a href="https://www.nuget.org/packages/Finch.Generators/" target="_blank">https://www.nuget.org/packages/Finch.Generators/</a>
6+
7+
<p>You can find more details at : <a href="https://github.com/ivmazurenko/finch" target="_blank"> https://github.com/ivmazurenko/finch</a></p>
8+
9+
<p>Author :Ivan Mazurenko</p>
10+
11+
<p>Source: <a href="https://github.com/ivmazurenko/finch" target="_blank">https://github.com/ivmazurenko/finch</a> </p>
12+
13+
<h2>About</h2>
14+
15+
dapper style generator
16+
17+
<h2>
18+
How to use
19+
</h2>
20+
<h3>
21+
Add reference to the <a href="https://www.nuget.org/packages/Finch.Generators/" target="_blank">Finch.Generators</a> in the csproj
22+
</h3>
23+
<img src="images/Finch.Generators/DB.csproj.png" width="580" height="580" />
24+
25+
<h3>This was for me the <b>starting</b> code</h3>
26+
27+
<br />
28+
I have <b>coded</b> the file Program.cs
29+
<br />
30+
<img src="images/Finch.Generators/csFiles/Program.cs.png" width="580" height="580" />
31+
<hr />
32+
<h3>And here are the <i>generated</i> files</h3>
33+
34+
<br />
35+
The file <i>generated</i> is SqlserverConnectionExtensions.Query.g.cs
36+
<br />
37+
<img src="images/Finch.Generators/generated/SqlserverConnectionExtensions.Query.g.cs.png" width="580" height="580" />
38+
39+
<br />
40+
The file <i>generated</i> is SqlserverConnectionExtensions.QueryAsync.g.cs
41+
<br />
42+
<img src="images/Finch.Generators/generated/SqlserverConnectionExtensions.QueryAsync.g.cs.png" width="580" height="580" />
43+
44+
<br />
45+
The file <i>generated</i> is SqlserverConnectionExtensions.QueryAsyncWithParameter.g.cs
46+
<br />
47+
<img src="images/Finch.Generators/generated/SqlserverConnectionExtensions.QueryAsyncWithParameter.g.cs.png" width="580" height="580" />
48+
49+
<br />
50+
The file <i>generated</i> is SqlserverObjectMapper.g.cs
51+
<br />
52+
<img src="images/Finch.Generators/generated/SqlserverObjectMapper.g.cs.png" width="580" height="580" />
53+
54+
<br />
55+
The file <i>generated</i> is SqlserverPropertyMapper.Person.g.cs
56+
<br />
57+
<img src="images/Finch.Generators/generated/SqlserverPropertyMapper.Person.g.cs.png" width="580" height="580" />
58+
59+
<p>
60+
You can download the code and this page as pdf from
61+
<a target="_blank" href='https://ignatandrei.github.io/RSCG_Examples/v2/docs/Finch.Generators'>
62+
https://ignatandrei.github.io/RSCG_Examples/v2/docs/Finch.Generators
63+
</a>
64+
</p>
65+
66+
67+
<p>
68+
You can see the whole list at
69+
<a target="_blank" href='https://ignatandrei.github.io/RSCG_Examples/v2/docs/List-of-RSCG'>
70+
https://ignatandrei.github.io/RSCG_Examples/v2/docs/List-of-RSCG
71+
</a>
72+
</p>
73+

v2/book/list.html

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
</head>
1818
<body>
1919
<h1>
20-
This is the list of 221 RSCG with examples =>
20+
This is the list of 222 RSCG with examples =>
2121
</h1>
2222

2323
<table >
@@ -910,6 +910,10 @@ <h1>
910910
<td>221</td>
911911
<td><a href="examples/RxSourceGenerator.html">RxSourceGenerator</a></td>
912912
</tr>
913+
<tr>
914+
<td>222</td>
915+
<td><a href="examples/Finch.Generators.html">Finch.Generators</a></td>
916+
</tr>
913917
</table>
914918

915919

v2/book/pandocHTML.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -235,6 +235,7 @@ input-files:
235235
- examples/SKPromptGenerator.html
236236
- examples/NFH.FileEmbed.html
237237
- examples/RxSourceGenerator.html
238+
- examples/Finch.Generators.html
238239

239240
# or you may use input-file: with a single value
240241
# defaults:
1.51 KB
Binary file not shown.

0 commit comments

Comments
 (0)