All Projects → AnkitSharma-007 → SPA-With-Blazor

AnkitSharma-007 / SPA-With-Blazor

Licence: other
Creating a Single Page Application with Razor pages in Blazor using Entity Framework Core database first approach.

Programming Languages

C#
18002 projects
HTML
75241 projects
CSS
56736 projects

Projects that are alternatives of or similar to SPA-With-Blazor

ASPCore.BlazorCrud
CRUD Using Blazor And Entity Framework Core
Stars: ✭ 39 (+44.44%)
Mutual labels:  sql-server, article, entity-framework-core, asp-net-core, blazor, ankit-sharma, visual-studio-2019
Blazor-CRUD-With-CloudFirestore
Single Page Application (SPA) using Blazor with the help of Google Cloud Firestore as Database provider
Stars: ✭ 34 (+25.93%)
Mutual labels:  article, single-page-app, asp-net-core, blazor, ankit-sharma, visual-studio-2019
CRUD.ASPCore.Reactjs.WebAPI.EF
CRUD Operations in ASP.NET Core application using React.js , Web API and Entity Framework core DB first approach with the help of VS 2017.
Stars: ✭ 80 (+196.3%)
Mutual labels:  article, entity-framework-core, asp-net-core, webapi, ankit-sharma
MinimalApi
ASP.NET Core 7.0 - Minimal API Example - Todo API implementation using ASP.NET Core Minimal API, Entity Framework Core, Token authentication, Versioning, Unit Testing, Integration Testing and Open API.
Stars: ✭ 156 (+477.78%)
Mutual labels:  sql-server, entity-framework-core, asp-net-core, webapi
N-Tier-Architecture
This is a n-layer architecture based on Common web application architectures.
Stars: ✭ 105 (+288.89%)
Mutual labels:  sql-server, entity-framework-core, asp-net-core, webapi
BookCart
An e-commerce application for an online book store.
Stars: ✭ 116 (+329.63%)
Mutual labels:  sql-server, entity-framework-core, asp-net-core, ankit-sharma
WebApiJwt
Asp.NET Core 2.0 WebApi JWT Authentication with Identity & MySQL
Stars: ✭ 118 (+337.04%)
Mutual labels:  entity-framework-core, asp-net-core, webapi
AngularCLI-ASPNET-Core-CustomersService
Example of integrating Angular with ASP.NET Core RESTful Services
Stars: ✭ 61 (+125.93%)
Mutual labels:  entity-framework-core, asp-net-core, webapi
Sitko.Core
Sitko.Core is a set of libraries to help build .NET Core applications fast
Stars: ✭ 46 (+70.37%)
Mutual labels:  entity-framework-core, asp-net-core, blazor
ajxnetcore
Its an innovative method to turn an ASP.NET Core Application Into Single Page Application, While enhancing the Software performance both on server and client side.
Stars: ✭ 31 (+14.81%)
Mutual labels:  spa, single-page-app, asp-net-core
ms-identity-javascript-angular-spa-aspnetcore-webapi
An Angular single-page application that authenticates users with Azure AD and calls a protected ASP.NET Core web API using MSAL Angular
Stars: ✭ 72 (+166.67%)
Mutual labels:  single-page-app, asp-net-core, webapi
RCM
RCM is a simple CRM application designed for Auto Parts Store made with ASP.NET Core based on DDD, CQRS and SOLID Principles.
Stars: ✭ 29 (+7.41%)
Mutual labels:  sql-server, entity-framework-core, asp-net-core
Aspnetcoreactivedirectorystarterkit
Starter kit to quickly create ASP.NET Core with On-Premises Active Directory Authentication.
Stars: ✭ 71 (+162.96%)
Mutual labels:  sql-server, entity-framework-core, asp-net-core
Home
Home for Blazor Extensions
Stars: ✭ 51 (+88.89%)
Mutual labels:  asp-net-core, blazor
site
RailroadPM.org 2.x Site
Stars: ✭ 18 (-33.33%)
Mutual labels:  spa, single-page-app
admin-lte-dotnet
AdminLTE v3 for MVC Core, Razor Pages and Tag Helpers
Stars: ✭ 96 (+255.56%)
Mutual labels:  asp-net-core, razor-pages
e-commerce-backend
Shopping site backend which used Asp.Net Web API, JWT, Cache, Log, SqlServer, Entity Framework Core and N-Layer Architecture implementation.
Stars: ✭ 16 (-40.74%)
Mutual labels:  sql-server, entity-framework-core
CleanArchitecture
Clean Architecture Solution for .NET 5
Stars: ✭ 18 (-33.33%)
Mutual labels:  asp-net-core, webapi
Hexagonal-architecture-ASP.NET-Core
App generator API solution template which is built on Hexagnonal Architecture with all essential feature using .NET Core
Stars: ✭ 57 (+111.11%)
Mutual labels:  entity-framework-core, asp-net-core
MsCoreOne
MsCoreOne is a simple Ecommerce with using many technologies such as .NET 5, Entity Framework Core 5, React 16.13 with modern Clean Architecture, Domain-Driven Design, CQRS, SOLID, Identity Server 4, Blazor. It will focus on resolving the problems always see in the process to develop projects.
Stars: ✭ 77 (+185.19%)
Mutual labels:  sql-server, entity-framework-core

SPA-With-Blazor

We are going to create a Single Page Application (SPA) using Razor pages in Blazor with the help of Entity Framework Core database first approach. Single-Page Applications are web application that load a single HTML page and dynamically update that page as the user interacts with the app. We will be creating a sample Employee Record Management System and perform CRUD operations on it.

We will be using Visual Studio 2019 and SQL Server 2017.

Demo

Alt Text

Read the full article at

http://ankitsharmablogs.com/creating-a-spa-using-razor-pages-with-blazor/

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].