

Obviously, it can be edited to some extent when needed in terms of photos and text insertion and it is easier done using Linux with some of the below PDF editors.

By being unable to edit easily, PDFs are the securest way to share documents over the virtual world. That’s it for now, I hope it helps.Updated on 20th Jan, 2023 – PDF(Portable Document Format) is probably the most reliable and efficient way to share documents and files over the virtual world. Check it out HERE.īut goodness me, Blazor Web Assembly project has quite big download size.Ī total of 6.6 MB of resources need to be downloaded! NET runtime is required on the server, but the client’s browser requires Web Assembly support (all modern browsers have it, btw). Now you can upload these files and folders to your Linux/Windows server. HelloBlazor -> /home/hardono/Projects/DotNetCore/Blazor/HelloBlazor/bin/Debug/netstandard2.1/publish/įor my case, the static files was generated at /home/hardono/Projects/DotNetCore/Blazor/HelloBlazor/bin/Debug/netstandard2.1/publish/HelloBlazor/dist/ as shown below: Restore completed in 46.59 ms for /home/hardono/Projects/DotNetCore/Blazor/HelloBlazor/HelloBlazor.csproj. To publish the project, run command below: HelloBlazor (Blazor output) -> /home/hardono/Projects/DotNetCore/Blazor/HelloBlazor/bin/Debug/netstandard2.1/dist HelloBlazor -> /home/hardono/Projects/DotNetCore/Blazor/HelloBlazor/bin/Debug/netstandard2.1/HelloBlazor.dll

Restore completed in 48.35 ms for /home/hardono/Projects/DotNetCore/Blazor/HelloBlazor/HelloBlazor.csproj. NET CoreĬopyright (C) Microsoft Corporation. Microsoft (R) Build Engine version 16.4.0+e901037fe for. Inside the terminal, execute this command: To build the project, you can utilize Visual Studio Code’s terminal by pressing Ctrl + ` (hold Control key and back-tick together). Visual Studio Code will be launched and automatically opened HelloBlazor project. To start modifying the project, run below commands: Now, let’s create a new Blazor Web Assembly project called HelloBlazor by executing this command:įolder HelloBlazor is now created.

Next, we are going to install the Blazor Web Assembly project template by executing this command:ĭotnet new -i ::3.1.0-preview4.19579.2 list-runtimes Display the installed runtimes. NET Core properly installed in your system. Sudo apt-get install aspnetcore-runtime-3.1īy now you should have. To develop Blazor Web Assembly project on Ubuntu, first we need to install Visual Studio Code.
