DataJuggler.BlazorGallery 1.1.1

There is a newer version of this package available.
See the version list below for details.
dotnet new install DataJuggler.BlazorGallery::1.1.1
This package contains a .NET Template Package you can call from the shell/command line.

DataJuggler.BlazorGallery

Blazor Gallery is now working.

5.10.2023 - New video published

How To Create A Complete Blazor SQL Server Project In 5 Minutes https://youtu.be/yQz1dqYiy2g

I learned this week how to create a Nuget package for a Blazor site. Never again will I have to delete Weather Forecast and Counter pages.

Instructions to run this project:

To Install Via Nuget and DOT NET CLI

dotnet new install DataJuggler.BlazorGallery
dotnet new DataJuggler.BlazorGallery

or

Clone this project from GitHub https://github.com/DataJuggler/BlazorGallery

Important!

If you created the project from Nuget CLI, you must create an Upload folder in wwwroot of this project (next to images) Still not sure why this folder is not part of the package.

  1. Create a SQL Server Database named BlazorGallery

  2. Execute BlazorGalleryDatabase.sql located in the SQL folder of this project.

  3. Execute Insert Admin.sql

  4. Create a connection string to your BlazorGallery database. Tip: DataTier.Net (used to build the datatier for this project) comes with a ConnectionStringBuilder app in the tools folder. https://github.com/DataJuggler/DataTier.Net

  5. Create a user level environment variable named BlazorGalleryConnString and paste in the connection string from step 4.

  6. Create a user level environment variable named BlazorGalleryKeyCode and make up a string for its value. This keycode is used to create password hashes when an account is created by a user.

  7. Go to https://github.com/DataJuggler/BlazorGallery/ and leave a star

  8. Go to https://youtube.com/DataJuggler" and subscribe.

  9. Tell a developer you know how easy Blazor Gallery makes it to create a Blazor SQL Server site.

Everything should work if you followed the above steps.

I am currently working on building routing, so you can create a public URL (domain)/User/Folder. Once I get the routing done I will publish another update. ETA, Friday 12, 2023 but it may take longer.

Blazor Gallery Nuget Package was made with help from Build Copy.

BuildCopy https://github.com/DataJuggler/BuildCopy

BuildCopy will copy the files from a Visual Studio solution to an output folder. In this case, the output folder is ProjectTemplates\Working\Templates. BuildCopy also allows you to set ignore folders, so I do not copy the .vs, .git, .bin, .obj, .templateconfig and a few others.

Here is a video showing you how to setup this project, build the data tier for Blazor Gallery, and build your own DataTier.Net projects.

How To Create A Nuget Package For A Blazor Site<br> https://youtu.be/K5WbNKUPDGs

Blazor Gallery was built using DataTier.Net

DataTier.Net https://github.com/DataJuggler/DataTier.Net An Entity Framework Alternative That Makes It Simple To Create Stored Procedure Powered Data Tiers

If you have any questions or problems, please create an issue on this projects Git Hub repo. https://github.com/DataJuggler/BlazorGallery/

Thanks

Corby / Data Juggler https://datajuggler.com

  • net7.0

    • No dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.6.5 151 4/28/2024
1.6.4 2,449 8/14/2023
1.6.3 2,154 7/22/2023
1.6.1 1,741 7/19/2023
1.6.0 1,554 7/19/2023
1.5.9 1,593 7/17/2023
1.5.8 1,565 7/17/2023
1.5.7 1,509 7/13/2023
1.5.6 1,764 7/13/2023
1.4.5 1,685 6/26/2023
1.4.4 1,690 6/25/2023
1.4.3 1,536 6/24/2023
1.4.2 1,555 6/24/2023
1.4.1 1,746 6/24/2023
1.4.0 1,618 6/24/2023
1.3.7 1,653 6/17/2023
1.3.6 1,631 6/17/2023
1.3.5 1,496 6/17/2023
1.3.4 1,698 6/17/2023
1.3.3 1,878 6/17/2023
1.3.2 1,736 6/15/2023
1.3.1 1,681 6/7/2023
1.3.0 1,899 6/7/2023
1.2.9 1,806 6/6/2023
1.2.8 1,648 6/4/2023
1.2.7 1,658 6/4/2023
1.2.6 1,771 5/31/2023
1.2.5 1,747 5/31/2023
1.2.4 1,857 5/29/2023
1.2.3 1,619 5/27/2023
1.2.2 1,866 5/27/2023
1.2.1 1,556 5/27/2023
1.2.0 1,577 5/27/2023
1.1.12 1,685 5/20/2023
1.1.11 1,848 5/18/2023
1.1.10 1,908 5/17/2023
1.1.9 1,648 5/17/2023
1.1.8 1,887 5/15/2023
1.1.7 1,723 5/15/2023
1.1.6 1,840 5/15/2023
1.1.5 1,763 5/15/2023
1.1.3 1,916 5/14/2023
1.1.1 2,137 5/12/2023
1.1.0 2,020 5/10/2023
1.0.12 2,403 5/10/2023
1.0.11 2,113 5/10/2023
1.0.10 2,171 5/10/2023
1.0.9 2,273 5/10/2023
1.0.8 2,183 5/10/2023

5.10.2023: Released version 1.1.0 with updated instructions. Upload folder is still not being created via Nuget,
so you must create an Upload folder under wwwroot.
5.10.2023: Released first working version!!!
5.5.2023: Added a logo.
5.4.2023: This is the first release of this project.