Skip to content

Commit f5f533d

Browse files
committed
latest files
1 parent 178f9e4 commit f5f533d

4 files changed

Lines changed: 80 additions & 1 deletion

File tree

Lines changed: 74 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,74 @@
1+
2+
<h1>RSCG nr 252 : RSCG_idempotency</h1>
3+
4+
<h2>Info</h2>
5+
Nuget : <a href="https://www.nuget.org/packages/RSCG_idempotency/" target="_blank">https://www.nuget.org/packages/RSCG_idempotency/</a>
6+
7+
<p>You can find more details at : <a href="https://github.com/ignatandrei/RSCG_idempotency" target="_blank"> https://github.com/ignatandrei/RSCG_idempotency</a></p>
8+
9+
<p>Author :Ignat Andrei</p>
10+
11+
<p>Source: <a href="https://github.com/ignatandrei/RSCG_idempotency" target="_blank">https://github.com/ignatandrei/RSCG_idempotency</a> </p>
12+
13+
<h2>About</h2>
14+
15+
Generating code for idempotency
16+
17+
<h2>
18+
How to use
19+
</h2>
20+
<h3>
21+
Add reference to the <a href="https://www.nuget.org/packages/RSCG_idempotency/" target="_blank">RSCG_idempotency</a> in the csproj
22+
</h3>
23+
<img src="images/RSCG_idempotency/IdempotencyDemo.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/RSCG_idempotency/csFiles/Program.cs.png" width="580" height="580" />
31+
<hr />
32+
33+
<br />
34+
I have <b>coded</b> the file Purchase.cs
35+
<br />
36+
<img src="images/RSCG_idempotency/csFiles/Purchase.cs.png" width="580" height="580" />
37+
<hr />
38+
<h3>And here are the <i>generated</i> files</h3>
39+
40+
<br />
41+
The file <i>generated</i> is IdempotencyDemo_Purchase_PurchaseNow_UniqueId.cs
42+
<br />
43+
<img src="images/RSCG_idempotency/generated/IdempotencyDemo_Purchase_PurchaseNow_UniqueId.cs.png" width="580" height="580" />
44+
45+
<br />
46+
The file <i>generated</i> is IdempotentAttribute.gen.cs
47+
<br />
48+
<img src="images/RSCG_idempotency/generated/IdempotentAttribute.gen.cs.png" width="580" height="580" />
49+
50+
<br />
51+
The file <i>generated</i> is Microsoft.CodeAnalysis.EmbeddedAttribute.cs
52+
<br />
53+
<img src="images/RSCG_idempotency/generated/Microsoft.CodeAnalysis.EmbeddedAttribute.cs.png" width="580" height="580" />
54+
55+
<br />
56+
The file <i>generated</i> is TimeProvider.gen.cs
57+
<br />
58+
<img src="images/RSCG_idempotency/generated/TimeProvider.gen.cs.png" width="580" height="580" />
59+
60+
<p>
61+
You can download the code and this page as pdf from
62+
<a target="_blank" href='https://ignatandrei.github.io/RSCG_Examples/v2/docs/RSCG_idempotency'>
63+
https://ignatandrei.github.io/RSCG_Examples/v2/docs/RSCG_idempotency
64+
</a>
65+
</p>
66+
67+
68+
<p>
69+
You can see the whole list at
70+
<a target="_blank" href='https://ignatandrei.github.io/RSCG_Examples/v2/docs/List-of-RSCG'>
71+
https://ignatandrei.github.io/RSCG_Examples/v2/docs/List-of-RSCG
72+
</a>
73+
</p>
74+

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 251 RSCG with examples =>
20+
This is the list of 252 RSCG with examples =>
2121
</h1>
2222

2323
<table >
@@ -1030,6 +1030,10 @@ <h1>
10301030
<td>251</td>
10311031
<td><a href="examples/OrderedBuildersGenerator.html">OrderedBuildersGenerator</a></td>
10321032
</tr>
1033+
<tr>
1034+
<td>252</td>
1035+
<td><a href="examples/RSCG_idempotency.html">RSCG_idempotency</a></td>
1036+
</tr>
10331037
</table>
10341038

10351039

v2/book/pandocHTML.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -265,6 +265,7 @@ input-files:
265265
- examples/Silhouette.html
266266
- examples/Facet.Search.html
267267
- examples/OrderedBuildersGenerator.html
268+
- examples/RSCG_idempotency.html
268269

269270
# or you may use input-file: with a single value
270271
# defaults:
1.36 KB
Binary file not shown.

0 commit comments

Comments
 (0)