{"id":18677450,"url":"https://github.com/persteenolsen/blazor-signup-mssql","last_synced_at":"2026-04-13T02:03:50.376Z","repository":{"id":227916487,"uuid":"772436781","full_name":"persteenolsen/blazor-signup-mssql","owner":"persteenolsen","description":"Blazor App WebAssembly Web Client - towards a .NET 6 Web API with remote MS SQL Server serving as a Membership system","archived":false,"fork":false,"pushed_at":"2024-03-20T17:32:30.000Z","size":22,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-12-27T21:12:24.870Z","etag":null,"topics":["blazor","dotnet","webassembly"],"latest_commit_sha":null,"homepage":"https://blazor.signup.mssql.persteenolsen.com","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/persteenolsen.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-03-15T07:29:31.000Z","updated_at":"2024-03-15T07:35:06.000Z","dependencies_parsed_at":"2024-03-20T18:46:09.723Z","dependency_job_id":"53573511-0134-48e9-b1d2-a09233f65c3a","html_url":"https://github.com/persteenolsen/blazor-signup-mssql","commit_stats":null,"previous_names":["persteenolsen/blazor-signup-mssql"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/persteenolsen%2Fblazor-signup-mssql","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/persteenolsen%2Fblazor-signup-mssql/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/persteenolsen%2Fblazor-signup-mssql/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/persteenolsen%2Fblazor-signup-mssql/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/persteenolsen","download_url":"https://codeload.github.com/persteenolsen/blazor-signup-mssql/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239525076,"owners_count":19653269,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["blazor","dotnet","webassembly"],"created_at":"2024-11-07T09:33:58.355Z","updated_at":"2025-11-07T08:30:41.428Z","avatar_url":"https://github.com/persteenolsen.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# blazor-webassembly-signup-mssql\n\nASP.NET Core Blazor WebAssembly - User Registration and Login Example \u0026 Tutorial\n\n# Create a global json\n\ndotnet new globaljson --sdk-version 6.0.320 --force\n\n# Functionality of the Web App\n\n- JWT Authentication \n- CRUD Functionality\n\n# Tech used for creating the Web App\n\n- A Blazor Webassembly Client towards a .NET 6 Web API\n- C#\n- Razor Pages\n- SQLite for the local DB - At The Server Side\n- MS SQL for the remote DB - At The Server Side \n- A traditional Webhotel for hosting\n- VS Code\n\n# Development\n\ndotnet run\n\n# Production\n\nCreate a self contained build for production at the remote server / traditionel web hotel\n\ndotnet publish blazorapp.csproj --configuration Release --runtime win-x86 --self-contained\n\nUpload the build to remote server\n\nAt my remote servers the web.config needs to be without the folowing:\n\nhostingModel=\"inprocess\"\n\n# Some issues to handle\n\n_imports.razor seems not to take of the loading of the Razor files\n\nTo solve that issue I have been loading the folders / files needed like in \"app.razor\":\n\n@using BlazorApp.Shared\n@using Microsoft.AspNetCore.Components.Routing\n@using BlazorApp.Helpers\n\nAdded the below in Blazorapp.csproj\n\nRootNameSpace - BlazorApp - RootNameSpace\n\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpersteenolsen%2Fblazor-signup-mssql","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpersteenolsen%2Fblazor-signup-mssql","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpersteenolsen%2Fblazor-signup-mssql/lists"}