We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ffcfa48 commit d28eb9cCopy full SHA for d28eb9c
contents/blazor-server/dotnet8/comprehensive-blazor-server-developer-roadmap-for-2024-669283/index.html
@@ -63,6 +63,12 @@ <h1>The Learning Path for Blazor Server in .NET 8</h1>
63
<li>Interact with third-party APIs to retrieve or send data.</li>
64
</ul>
65
</li>
66
+ <li>
67
+ <strong>Connect Blazor Server to a Database:</strong>
68
+ <ul>
69
+ <li>Use a database to store and retrieve data.</li>
70
+ </ul>
71
+ </li>
72
<li>
73
<strong>Authentication and Authorization:</strong>
74
<ul>
0 commit comments