diff --git a/.vs/AwesomeBlazor/FileContentIndex/read.lock b/.vs/AwesomeBlazor/FileContentIndex/read.lock new file mode 100644 index 00000000..e69de29b diff --git a/.vs/AwesomeBlazor/v17/.suo b/.vs/AwesomeBlazor/v17/.suo new file mode 100644 index 00000000..74d8ebe1 Binary files /dev/null and b/.vs/AwesomeBlazor/v17/.suo differ diff --git a/.vs/AwesomeBlazor/v17/.wsuo b/.vs/AwesomeBlazor/v17/.wsuo new file mode 100644 index 00000000..61079342 Binary files /dev/null and b/.vs/AwesomeBlazor/v17/.wsuo differ diff --git a/.vs/VSWorkspaceState.json b/.vs/VSWorkspaceState.json new file mode 100644 index 00000000..d282b3b2 --- /dev/null +++ b/.vs/VSWorkspaceState.json @@ -0,0 +1,7 @@ +{ + "ExpandedNodes": [ + "" + ], + "SelectedNode": "\\README.md", + "PreviewInSolutionExplorer": false +} \ No newline at end of file diff --git a/.vs/slnx.sqlite b/.vs/slnx.sqlite index d8a13272..d66dfeb6 100644 Binary files a/.vs/slnx.sqlite and b/.vs/slnx.sqlite differ diff --git a/Images/.vs/Images/FileContentIndex/f8d521ea-179c-4520-87db-73e7c9bb7e88.vsidx b/Images/.vs/Images/FileContentIndex/f8d521ea-179c-4520-87db-73e7c9bb7e88.vsidx new file mode 100644 index 00000000..3f2e48ac Binary files /dev/null and b/Images/.vs/Images/FileContentIndex/f8d521ea-179c-4520-87db-73e7c9bb7e88.vsidx differ diff --git a/Images/.vs/Images/FileContentIndex/read.lock b/Images/.vs/Images/FileContentIndex/read.lock new file mode 100644 index 00000000..e69de29b diff --git a/Images/.vs/Images/v17/.wsuo b/Images/.vs/Images/v17/.wsuo new file mode 100644 index 00000000..3963d0c1 Binary files /dev/null and b/Images/.vs/Images/v17/.wsuo differ diff --git a/Images/.vs/VSWorkspaceState.json b/Images/.vs/VSWorkspaceState.json new file mode 100644 index 00000000..6b611411 --- /dev/null +++ b/Images/.vs/VSWorkspaceState.json @@ -0,0 +1,6 @@ +{ + "ExpandedNodes": [ + "" + ], + "PreviewInSolutionExplorer": false +} \ No newline at end of file diff --git a/Images/.vs/slnx.sqlite b/Images/.vs/slnx.sqlite new file mode 100644 index 00000000..9a4e5f34 Binary files /dev/null and b/Images/.vs/slnx.sqlite differ diff --git a/README.md b/README.md index c7c55b60..46040b98 100644 --- a/README.md +++ b/README.md @@ -122,12 +122,15 @@ Doing the [Build a web app with Blazor](https://docs.microsoft.com/en-us/learn/m ### Mobile * [Mobile Blazor Bindings](https://aka.ms/mobileblazorbindings) - Experimental Mobile Blazor Bindings - Build native mobile apps with Blazor. ### Rapid Development Framework +* [Blazor.Excelerate](https://github.com/DataJuggler/Blazor.Excelerate) - Code Generate C# Classes From Excel Header Rows. Built on EPP Plus (last free version). Load entire workbooks with one line of code. Live site: https://excelerate.datajuggler.com * [WalkingTec.Mvvm (WTM)](https://github.com/dotnetcore/WTM) - ![stars](https://img.shields.io/github/stars/dotnetcore/wtm?style=flat-square&cacheSeconds=604800) ![last commit](https://img.shields.io/github/last-commit/dotnetcore/wtm?style=flat-square&cacheSeconds=86400) A development framework based on .NET Core and EF. It supports Blazor, Vue, React and LayUI with one click code generation for CRUD, Import/Export, etc. [Website](https://wtmdoc.walkingtec.cn). ### ToDos * [TodoApi by David Fowler](https://github.com/davidfowl/TodoApi) - ![stars](https://img.shields.io/github/stars/davidfowl/TodoApi?style=flat-square&cacheSeconds=604800) ![last commit](https://img.shields.io/github/last-commit/davidfowl/TodoApi?style=flat-square&cacheSeconds=86400) Todo application by David Fowler in .NET 7 that features an ASP.NET Core hosted Blazor WASM front end application and an ASP.NET Core REST API backend using minimal APIs. * [Bolero.TodoMVC](https://github.com/fsbolero/TodoMVC) - ![GitHub stars](https://img.shields.io/github/stars/fsbolero/TodoMVC?style=flat-square&cacheSeconds=604800) ![GitHub stars](https://img.shields.io/github/last-commit/fsbolero/TodoMVC?style=flat-square&cacheSeconds=86400) A TodoMVC clone using Bolero. * [ididit!](https://github.com/Jinjinov/Ididit) - ![stars](https://img.shields.io/github/stars/Jinjinov/Ididit?style=flat-square&cacheSeconds=604800) ![last commit](https://img.shields.io/github/last-commit/Jinjinov/Ididit?style=flat-square&cacheSeconds=86400) The procrastination friendly habit tracker. ake notes, manage tasks, track habits. [Demo](https://app.ididit.today/). ### Others +* [Blazor Gallery](https://github.com/DataJuggler/BlazorGallery) Blazor Gallery is a working SQL Server Blazor Project and Nuget package DataJuggler.BlazorGallery. Create a working project in 5 minutes. Live site: https://blazorgallery.com . +* [Flight Finder](https://github.com/aspnet/samples/tree/master/samples/aspnetcore/blazor) - ![stars](https://img.shields.io/github/stars/aspnet/samples?style=flat-square&cacheSeconds=604800) ![last commit](https://img.shields.io/github/last-commit/aspnet/samples?style=flat-square&cacheSeconds=86400&logo=microsoft) Flight Finder. * [CleanArchitecture](https://github.com/blazorhero/CleanArchitecture) - ![stars](https://img.shields.io/github/stars/blazorhero/CleanArchitecture?style=flat-square&cacheSeconds=604800) ![last commit](https://img.shields.io/github/last-commit/blazorhero/CleanArchitecture?style=flat-square&cacheSeconds=86400) Clean Architecture Template for Blazor WebAssembly Built with MudBlazor Components. * [Oqtane Framework](https://github.com/oqtane/oqtane.framework) - ![GitHub stars](https://img.shields.io/github/stars/oqtane/oqtane.framework?style=flat-square&cacheSeconds=604800) ![GitHub stars](https://img.shields.io/github/last-commit/oqtane/oqtane.framework?style=flat-square&cacheSeconds=86400) Modular Application Framework for Blazor. * [Flight Finder](https://github.com/aspnet/samples/tree/master/samples/aspnetcore/blazor) - ![stars](https://img.shields.io/github/stars/aspnet/samples?style=flat-square&cacheSeconds=604800) ![last commit](https://img.shields.io/github/last-commit/aspnet/samples?style=flat-square&cacheSeconds=86400&logo=microsoft) Flight Finder.