Skip to content

Commit

Permalink
Merge pull request #808 from samabos/fix/readme-typo
Browse files Browse the repository at this point in the history
Fix typos README.md
  • Loading branch information
neozhu authored Dec 15, 2024
2 parents 8258810 + 044259b commit c4979f7
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ Facebook.
2. Change the setting `DBProvider` to the desired provider name (See Supported Databases).
3. Change the `ConnectionString` to a connection string, which works for your selected database provider.

## Docker compose https deployment
## Docker Compose HTTPS Deployment

- Create self-signed development certificates for the project
-
Expand Down Expand Up @@ -212,22 +212,22 @@ The [CleanArchitecture CodeGenerator for Blazor App](https://github.com/neozhu/C

### Install CleanArchitecture CodeGenerator For Blazor App

- Open Manage Extensions Search with `CleanArchitecture CodeGenerator For Blaozr App`
- Open Manage Extensions Search with `CleanArchitecture CodeGenerator For Blazor App`
![image](https://github.com/neozhu/CleanArchitectureWithBlazorServer/assets/1549611/555d274c-8f62-438b-ac7a-6d327e4c23c8)
- Download to Install



## How to install solution templates

- install the project template
- Install the project template
- run CLI: `dotnet new install ./`
- run CLI: `dotnet new list`

<img width="828" alt="image" src="https://github.com/neozhu/CleanArchitectureWithBlazorServer/assets/1549611/f23022e0-3fd6-475a-96ab-84b0d3328e4c">

- create a solution with the template
- run CLI: `dotnet new ca-blazorserver-sln` or `dotnet new ca-blazorserver-sln -n NewProjectName(root namesapces)`
- run CLI: `dotnet new ca-blazorserver-sln` or `dotnet new ca-blazorserver-sln -n NewProjectName(root namespaces)`


- build a project template with nuget.exe
Expand All @@ -237,24 +237,24 @@ The [CleanArchitecture CodeGenerator for Blazor App](https://github.com/neozhu/C
<img width="769" alt="image" src="https://github.com/neozhu/CleanArchitectureWithBlazorServer/assets/1549611/ed7eb20f-aec2-4f69-95b7-d47c2eb20428">


## Tutorial: Removing an cutomer Object from a Project
## Tutorial: Removing a cutomer Object from a Project
[![Everything Is AWESOME](doc/remove.png)](https://www.youtube.com/watch?v=i3p-3I95YqM "Everything Is AWESOME")


## Tutorial: add an contact Entity in the project
## Tutorial: Adding a contact Entity in the project
[![Everything Is AWESOME](doc/create.png)](https://www.youtube.com/watch?v=X1b4hFLs4vo "Everything Is AWESOME")


## Why I chose Blazor Server

I prefer Blazor Server because I dislike switching between C# and JavaScript during development. Blazor Server allows me to focus on C#.

## Characteristic
## Characteristics
- Real-Time Updates
- Avoid repeating work
- Focus on story implementation
- Integration Hangfire dashboard
- Implementation OCR image recognition
- Integration with the Hangfire dashboard
- Implementation of OCR image recognition
- org chart


Expand Down

0 comments on commit c4979f7

Please sign in to comment.