/BlazorToTechsCoop

This is a small demo CRUD Blazor Server Application also support for RealTime and SQL

Primary LanguageHTML

Blazor-Server (MVC) 🟣πŸŸͺβ˜πŸ“±πŸ’»πŸ–₯🎨

This is a project to let me discover about the the Blazor-Server Technology πŸ‘©β€πŸ’». NOT THE BLAZOR WASM, these two are completely different Architecture βš™, the reason why explain blazor-server will explain in the purpose section, right now just enjoy our time using this tech, while the architecture are different but their development processes are the same (Well most of them)

Purpose

I HATE MVC, they are old and unscalable, but it's Micrsoft latest and commitest techs, I will have it a look. And I also recently got a lot of request. Gimme the web gimme the web fast I dont care about complex logic πŸ₯ΊπŸ₯Ί. FINE !!! πŸ˜’ I think MVC and Blazor is a perfect concept for such small size businesses Things that going to fast in development progress πŸš„πŸš„πŸš„πŸš„

  • Direct Entity Framework
  • No need for ASP.NET Web API πŸ”Œ
  • Rely on BootStrap 4 less CSS
  • Explore the new Blazorise Nuget Stuffs (Pretty fascinating πŸ‘)

Tools and Techs

Demo

  • The Home Page doing BootStrap 4 grid-system
  • Responsive
  • The Design Page using Enitty to pull the Post data from the MSSQL where only type Design
  • Responsive
  • Add Post for adding data to MSSQL using EF Core
  • RealTime chat using SignalR
  • Blazorise NavBar