DataJuggler.BlazorGallery 1.0.12

There is a newer version of this package available.
See the version list below for details.
dotnet tool install --global DataJuggler.BlazorGallery --version 1.0.12
This package contains a .NET tool you can call from the shell/command line.
dotnet new tool-manifest # if you are setting up this repo
dotnet tool install --local DataJuggler.BlazorGallery --version 1.0.12
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=DataJuggler.BlazorGallery&version=1.0.12
nuke :add-package DataJuggler.BlazorGallery --version 1.0.12

DataJuggler.BlazorGallery

Blazor Gallery is now working. You can either clone this project from GitHub https://github.com/DataJuggler/BlazorGallery or using DOT NET CLI dotnet new install DataJuggler.BlazorGallery

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:

  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 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.

Blazor Gallery Nuget Package was made with 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 build 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 think Blazor Gallery is worth the price, please leave a star and / or subscribe to my YouTube channel: https://youtube.com/DataJuggler

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

Product Compatible and additional computed target framework versions.
.NET net7.0 is compatible.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

Version Downloads Last updated
1.6.5 179 4/28/2024
1.6.4 2,452 8/14/2023
1.6.3 2,157 7/22/2023
1.6.1 1,743 7/19/2023
1.6.0 1,556 7/19/2023
1.5.9 1,595 7/17/2023
1.5.8 1,567 7/17/2023
1.5.7 1,511 7/13/2023
1.5.6 1,766 7/13/2023
1.4.5 1,687 6/26/2023
1.4.4 1,692 6/25/2023
1.4.3 1,538 6/24/2023
1.4.2 1,557 6/24/2023
1.4.1 1,748 6/24/2023
1.4.0 1,620 6/24/2023
1.3.7 1,655 6/17/2023
1.3.6 1,633 6/17/2023
1.3.5 1,498 6/17/2023
1.3.4 1,700 6/17/2023
1.3.3 1,880 6/17/2023
1.3.2 1,738 6/15/2023
1.3.1 1,683 6/7/2023
1.3.0 1,901 6/7/2023
1.2.9 1,808 6/6/2023
1.2.8 1,650 6/4/2023
1.2.7 1,660 6/4/2023
1.2.6 1,773 5/31/2023
1.2.5 1,749 5/31/2023
1.2.4 1,859 5/29/2023
1.2.3 1,621 5/27/2023
1.2.2 1,868 5/27/2023
1.2.1 1,558 5/27/2023
1.2.0 1,579 5/27/2023
1.1.12 1,687 5/20/2023
1.1.11 1,850 5/18/2023
1.1.10 1,910 5/17/2023
1.1.9 1,650 5/17/2023
1.1.8 1,889 5/15/2023
1.1.7 1,725 5/15/2023
1.1.6 1,842 5/15/2023
1.1.5 1,765 5/15/2023
1.1.3 1,919 5/14/2023
1.1.1 2,140 5/12/2023
1.1.0 2,023 5/10/2023
1.0.12 2,406 5/10/2023
1.0.11 2,116 5/10/2023
1.0.10 2,174 5/10/2023
1.0.9 2,276 5/10/2023
1.0.8 2,186 5/10/2023

5.10.2023: Released first working version!!!
5.5.2023: Added a logo.
5.4.2023: This is the first release of this project.