You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: aspnetcore/blazor/fundamentals/index.md
-3Lines changed: 0 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -186,7 +186,6 @@ Samples apps in the repository:
186
186
* Blazor Web App
187
187
* Blazor WebAssembly
188
188
* Blazor Web App Movies tutorial sample (<xref:blazor/tutorials/movie-database-app/index>)
189
-
* Blazor Web App with EF Core (<xref:blazor/blazor-ef-core>)
190
189
* Blazor Web App with SignalR (<xref:blazor/tutorials/signalr-blazor>)
191
190
* Two Blazor Web Apps and a Blazor WebAssembly app for calling web (server) APIs (<xref:blazor/call-web-api>)
192
191
* Blazor Web App with OIDC (BFF and non-BFF patterns) (<xref:blazor/security/blazor-web-app-oidc>)
@@ -205,7 +204,6 @@ Samples apps in the repository:
205
204
* Blazor Web App
206
205
* Blazor WebAssembly
207
206
* Blazor Web App Movies tutorial sample (<xref:blazor/tutorials/movie-database-app/index>)
208
-
* Blazor Web App with EF Core (<xref:blazor/blazor-ef-core>)
209
207
* Blazor Web App with SignalR (<xref:blazor/tutorials/signalr-blazor>)
210
208
* Two Blazor Web Apps and a Blazor WebAssembly app for calling web (server) APIs (<xref:blazor/call-web-api>)
211
209
* Blazor Web App with OIDC (BFF and non-BFF patterns) (<xref:blazor/security/blazor-web-app-oidc>)
@@ -222,7 +220,6 @@ The sample repo contains two types of samples:
222
220
223
221
* Snippet sample apps provide the code examples that appear in articles. These apps compile but aren't necessarily runnable apps. These apps are useful for merely obtaining example code that appears in articles.
224
222
* Samples apps to accompany Blazor articles compile and run for the following scenarios:
225
-
* Blazor Server with EF Core
226
223
* Blazor Server and Blazor WebAssembly with SignalR
0 commit comments