File tree Expand file tree Collapse file tree 3 files changed +22
-17
lines changed
update-conference-prague-2024
demo-code-feedback-system/infra/Builders/AzureResourceGroup Expand file tree Collapse file tree 3 files changed +22
-17
lines changed Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ private AdGroupInfrastructure GenerateAdGroup(ResourceGroupInfrastructure resour
61
61
62
62
var groupMember = new GroupMember ( memberName , new ( )
63
63
{
64
- GroupObjectId = group . Id ,
64
+ GroupObjectId = group . ObjectId ,
65
65
MemberObjectId = user . ObjectId
66
66
} ) ;
67
67
Original file line number Diff line number Diff line change @@ -245,8 +245,12 @@ <h1 id="demo-time">Demo Time</h1>
245
245
</ foreignObject > </ svg > < svg data-marpit-svg ="" viewBox ="0 0 1280 720 "> < foreignObject width ="1280 " height ="720 "> < section id ="27 " data-paginate ="true " data-theme ="gaia " lang ="en-US " data-marpit-pagination ="27 " style ="--paginate:true;--theme:gaia; " data-marpit-pagination-total ="28 ">
246
246
< h1 id ="review "> Review</ h1 >
247
247
< ul >
248
- < li > Use platform-specific stuff to do platform-specific stuff</ li >
249
- < li > Use C# FTW!</ li >
248
+ < li > Use platform-specific stuff for platform-specific stuff
249
+ < ul >
250
+ < li > Use C# for everything else</ li >
251
+ </ ul >
252
+ </ li >
253
+ < li > Use C#...FTW!</ li >
250
254
</ ul >
251
255
</ section >
252
256
</ foreignObject > </ svg > < svg data-marpit-svg ="" viewBox ="0 0 1280 720 "> < foreignObject width ="1280 " height ="720 "> < section data-paginate ="true " data-theme ="gaia " lang ="en-US " data-marpit-pagination ="28 " style ="--paginate:true;--theme:gaia;--marpit-advanced-background-split:50%; " data-marpit-pagination-total ="28 " data-marpit-advanced-background ="background " data-marpit-advanced-background-split ="right "> < div data-marpit-advanced-background-container ="true " data-marpit-advanced-background-direction ="horizontal "> < figure style ="background-image:url("presentation-images/presentation_link_qrcode.png");background-size:80%; "> </ figure > </ div > </ section > </ foreignObject > < foreignObject width ="50% " height ="720 "> < section id ="28 " data-paginate ="true " data-theme ="gaia " lang ="en-US " data-marpit-pagination ="28 " style ="--paginate:true;--theme:gaia;--marpit-advanced-background-split:50%; " data-marpit-pagination-total ="28 " data-marpit-advanced-background ="content " data-marpit-advanced-background-split ="right ">
Original file line number Diff line number Diff line change @@ -61,18 +61,7 @@ with AL Rodriguez
61
61
62
62
---
63
63
64
- # What's the "Entire Stack"?
65
-
66
- - Frontend / Backend
67
- - Build
68
- - Deploy
69
- - Automated Tests
70
- - Doing all development in the same set of tools
71
- - The Best Tools - C# FTW!
72
-
73
- ---
74
-
75
- # Why C# for the Entire Stack?
64
+ # .NET is Everywhere
76
65
77
66
- ".NET Everywhere"
78
67
- Scott Hanselman talked about it in 2021
@@ -92,6 +81,17 @@ with AL Rodriguez
92
81
93
82
---
94
83
84
+ # What's the "Entire Stack"?
85
+
86
+ - Frontend / Backend
87
+ - Build
88
+ - Deploy
89
+ - Automated Tests
90
+ - Doing all development in the same set of tools
91
+ - The Best Tools - C# FTW!
92
+
93
+ ---
94
+
95
95
# What do we get from Entire Stack C#?
96
96
97
97
- Tools Familiarity
@@ -213,8 +213,9 @@ with AL Rodriguez
213
213
214
214
# Review
215
215
216
- - Use platform-specific stuff to do platform-specific stuff
217
- - Use C# FTW!
216
+ - Use platform-specific stuff for platform-specific stuff
217
+ - Use C# for everything else
218
+ - Use C#...FTW!
218
219
219
220
---
220
221
You can’t perform that action at this time.
0 commit comments