White search icon
News
Hand that shows blazors logo and the word introduction

Code Snippets for Getting Started with Blazor in Visual Studio 2022

YouTube Logo

Code Snippets is related to YouTube video

This code snippet is for the YouTube Tutorial "Getting started with Blazor in Visual Studio 2022". To make everything easier for you, please copy/paste the code snippets from this site to the project.


SQL script to create WeatherForecasts

  
INSERT INTO WeatherForecast (
    Date,
    TemperatureC,
    Summary,
    TemperatureF
)
VALUES
    (
        '2018-05-06',
        1,
        'Freezing',
        33
    ),(
        '2018-05-07',
        14,
        'Bracing',
        57
    ),(
        '2018-05-08',
        -13,
        'Freezing',
        9
    ),(
        '2018-05-09',
        -16,
        'Balmy',
        4
    ),(
        '2018-05-10',
        -2,
        'Chilly',
        29
    ),(
        '2018-05-11',
        101,
        'OUR OWN FROM DB',
        133
    );



An unhandled error has occurred. Reload 🗙

Rejoining the server...

Rejoin failed... trying again in seconds.

Failed to rejoin.
Please retry or reload the page.

The session has been paused by the server.

Failed to resume the session.
Please retry or reload the page.