DjsBlog: 15 Blog Posts on #blazor in 11 days! Just finished that. Its a compendium of How To's as a dissection of a Blazor WASM app I developed. File upload, download, zip file creation, Spinors, Folding Menu etc. Landing Page: https://t.co/1YyfoZVxSn
DjsBlog: Blazor -A Recursive #Blazor Client #Component https://t.co/5lzEY67uSh Shows how a #blazorcomponent can recursively call itself. Useful of a tree data structure.
Code: https://t.co/sVMxHNYwdT
DjsBlog: #sBlazor -Scanning files on Server https://t.co/WWxUk1gnwP
Demonstrates how to recursively scan file in folder on a #BlazorServer and represent that in a tree structure.
DjsBlog: #Blazor#Spinners#Components https://t.co/WKUukYs2Nf
Shows how to use BlazorPro.SpinKit. Has each of the 12 showing in an animated Gif. Easy to use.
Blazor
GPS capability added to a Blazor Server app using AspNetMonsters.Blazor.Geolocation. Some issues as covered in an Issue post on GitHub, this post encompasses those issues. Further improved the solutions covered in that post.
https://t.co/neTnCT8mDY
#DjsBlog#dotnetiot https://t.co/b6QTCA1NjA
In my fork have upgraded the sample apps to .NET Core 3.1, leaving the GPIO and Bindings packages and the device drivers at 2.1 for backwards compatibility. Done a Pull Request of this back to https://t.co/jq9oskRuo4.
#DjsBlog#dotnetcore https://t.co/nMzaH0TJJ3
When you create a new #Blazor project, you get an #appsettingsjson file in the structure to get the settings contained therein at startup. How do you implement it for a .NET Core Console app? Solution here.
#DjsBlog https://t.co/WkMPl9WldU
#SPA literally means a Single Page Application. In this context, it means that the #Blazor app has only one razor page. How do you use just one page but appear to have multiple pages through conditional coding and multiple paths?
DjsBlog: Blazor - https://t.co/ozyQJhxlji
New Blog section Blazor.Moved all previous Blazor posts there. Coming:
FolderTree recurses specified folder Recusive,UI folding
Display Markdown and Images
Zip folder on server-download
Get text,display,copy download.
File upload unzip
DjsBlog: Blazor -A Generic App for displaying Sample Apps https://t.co/jRWnEXEvHy
This #BlazorWASM app extends to previous functionality so that the samples hosted can be dynamically changed without republishing the app. Some cool #Blazor functionality demonstrated.
Blazor
GPS capability added to a Blazor Server app using AspNetMonsters.Blazor.Geolocation. Some issues as covered in an Issue post on GitHub, this post encompasses those issues. Further improved the solutions covered in that post.
https://t.co/neTnCT8mDY
Microsoft to permanently close all retail stores https://t.co/MjRt0mOVoi
Sydney will remain as an Experience Center, one of 4 world wide. You can easily guess the other 3.
A Blazor Server (only) App https://t.co/J50B8tfJID
for logging attendance for COVID-19 tracing at a sporting venue, QR Code generation for getting connected. Azure SQL for logging users' First Name and Mobile. Ancillary informational pages as well. Source on GitHub.
Two more post in this series. Its turning into a monologue rather a comprehensive technical treatise. Its what I found out on this quest and what I did.