Skip to content

vulcanlee/Blogs2021

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

97 Commits
 
 
 
 
 
 

Repository files navigation

Vulcan Lee 2021 部落格文章清單 .NET Core / Blazor / Xamarin.Forms

類型 文章檔案 文章名稱 部落格網址
Blazor 使用 Ant Design Blazor 設計出 CRUD 應用元件 https://csharpkh.blogspot.com/2021/07/Blazor-NET5-Ant-Design-Create-Retrive-Update-Delete-CRUD-Component.html
Blazor Blazor Server 必會開發技能 - 表單和驗證 https://csharpkh.blogspot.com/2021/07/Blazor-must-learn-skill-Form-Validation-EditForm-DataAnnotationsValidator-ValidationSummary-Required.html
Blazor Blazor Server 必會開發技能 - C# 與 JavaScript 互相呼叫 https://csharpkh.blogspot.com/2021/07/Blazor-must-learn-skill-Csharp-JavaScript-IJSRuntime-InvokeAsync-DotNetObjectReference-dotnetHelper.html
Blazor Blazor Server 必會開發技能 - 元件間的參數傳遞與回應事件 https://csharpkh.blogspot.com/2021/07/Blazor-must-learn-skill-Component-Parameter-EventCallback-InvokeAsync-binding.html
Blazor Blazor Server 必會開發技能 - Hello 互動頁面與事件設計 https://csharpkh.blogspot.com/2021/07/Blazor-must-learn-skill-Two-way-Data-Binding-bind-value-oninput-onclick.html
Blazor Blazor Server 必會開發技能 - 單向資料綁定與重新轉譯 https://csharpkh.blogspot.com/2021/07/Blazor-must-learn-skill-Component-Data-Binding-Render-DOM-StateHasChanged.html
Blazor Blazor Server 必會開發技能 - C# 程式碼設計方法 https://csharpkh.blogspot.com/2021/07/Blazor-must-learn-skill-Component-CSharp-code-Programming-Codebehing-ViewModel-Razor.html
Blazor Blazor 開發經驗分享 - 了解 Blazor 參數傳入過程 https://csharpkh.blogspot.com/2021/06/Blazor-Parameter-Argument-SetParametersAsync-OnParametersSet.html
Blazor Blazor Server 必會開發技能 - 元件生命週期事件 https://csharpkh.blogspot.com/2021/07/Blazor-must-learn-skill-Component-LifeCycle-OnInitialized-OnAfterRender-OnParametersSet.html
CSharp ASP.NET Core 應該具備知識 - 日誌記錄 https://csharpkh.blogspot.com/2021/07/ASP-NET-Core-NET5-Logger-Providers-LogLevel-ILogger-Information-LoggerFactory.html
CSharp ASP.NET Core 應該具備知識 - 選項模式 https://csharpkh.blogspot.com/2021/07/ASP-NET-Core-NET5-ISP-separation-of-concerns-Bind-IOptions.html
CSharp ASP.NET Core 應該具備知識 - 相依性注入設計模式 https://csharpkh.blogspot.com/2021/07/ASP-NET-Core-NET5-DI-IoC-Dependency-Injection-Transient-Scoped-Singleton-Constructor-Property-Method.html
CSharp ASP.NET Core 應該具備知識 - 設定 https://csharpkh.blogspot.com/2021/07/ASP-NET-Core-NET5-Configuration-appsettings-environment-variable-IConfiguration.html
CSharp ASP.NET Core 應該具備知識 - 靜態檔案 https://csharpkh.blogspot.com/2021/07/ASP-NET-Core-NET5-UseStaticFiles-Startup-Configure-wwwroot.html
Blazor Blazor 使用參數資料綁定來傳遞元件參數與轉譯樹呼叫之深入研究 https://csharpkh.blogspot.com/2021/07/Blazor-NET5-Parameter-Data-Binding-RenderTreeBuilder-Research-OnParametersSet.html
Blazor 如何使用 Ant Design Blazor https://csharpkh.blogspot.com/2021/06/Blazor-NET5-Ant-Design-Component.html
CSharp ASP.NET Core 應該具備知識 - 中介軟體 https://csharpkh.blogspot.com/2021/06/ASP-NET-Core-NET5-httpcontext-middleware-StaticFileOptions-PhysicalFileProvider-Invoke-context.html
Xamarin.Forms .NET 6 Preview 5 MAUI App 體驗使用經驗 1 https://csharpkh.blogspot.com/2021/06/NET-Preview6-MAUI.html
Xamarin.Forms .NET 6 Preview 5 MAUI Blazor App 體驗使用經驗 2 https://csharpkh.blogspot.com/2021/06/NET-Preview6-MAUI-Blazor-App.html
CSharp ASP.NET Core 應該具備知識 - 應用程式啟動與Startup類別 https://csharpkh.blogspot.com/2021/06/ASP-NET-Core-NET5-Entry-Pointer-Program-Startup-ConfigureServices-Configure.html
CSharp ASP.NET Core 應該具備知識 - 從空白專案建立 Blazor 應用 https://csharpkh.blogspot.com/2021/06/ASP-NET-Core-Empty-Project-NET5-Blazor.html
Blazor Blazor Server 快速開發專案樣板 7 - 無登入轉首頁與踢出停用帳號 https://csharpkh.blogspot.com/2021/06/Blazor-Backend-project-template-syncfusion-NET5-Part7-Notification-Navigation-Login-Disable-User.html
Blazor Blazor Server 快速開發專案樣板 6 - 動態功能表 https://csharpkh.blogspot.com/2021/06/Blazor-Backend-project-template-syncfusion-NET5-Part6-Dynamic-Menu-AuthenticationStateProvider-NavigationManager-Identity-IsAuthenticated.html
Blazor Blazor Server 必會開發技能 - 建立一個新的頁面 https://csharpkh.blogspot.com/2021/06/Blazor-must-learn-skill-create-new-page.html
Blazor Blazor Server 快速開發專案樣板 - Syncfusion 註冊開發許可證 https://csharpkh.blogspot.com/2021/06/Blazor-Backend-project-template-syncfusion-NET5-COMMUNITY-LICENSE-RegisterLicense.html
Blazor Blazor Server 快速開發專案樣板 5 - 使用者身分驗證與授權 https://csharpkh.blogspot.com/2021/06/Blazor-Backend-project-template-syncfusion-NET5-Part5-Cookie-Authentication-Authorization-CAPTCHA-Claim-Identity-SignInAsync.html
Blazor Blazor Server 快速開發專案樣板 4 - 資料庫重建與紀錄初始化 https://csharpkh.blogspot.com/2021/06/Blazor-Backend-project-template-syncfusion-NET5-Part4-Database-Initialization-Entity-Framework-Core-Code-First.html
Blazor Blazor Server 快速開發專案樣板 3 - 日誌與來源 IP https://csharpkh.blogspot.com/2021/06/Blazor-Backend-project-template-syncfusion-NET5-Part3-logging-Source-IP-NLog.html
Blazor Blazor Server 快速開發專案樣板 2 - 啟用詳細除錯資訊 https://csharpkh.blogspot.com/2021/06/Blazor-Backend-project-template-syncfusion-NET5-Part2-UseDeveloperExceptionPage-UseExceptionHandler.html
Blazor Blazor Server 快速開發專案樣板 1 - 建立一個新的專案 https://csharpkh.blogspot.com/2021/06/Blazor-Backend-project-template-syncfusion-NET5-Part1-Create-New.html
Blazor Blazor Server 快速開發專案樣板 - 相關系列文章清單 https://csharpkh.blogspot.com/2021/06/Blazor-Backend-project-template-syncfusion-NET5.html
Blazor Blazor SfGrid SfDataManager 的參數 Parameter 傳遞的異常設計分析 2 https://csharpkh.blogspot.com/2021/06/Blazor-Syncfusion-SfGrid-SfDataManager-Parameter-Asynchronous-Part2-StateHasChanged-Task-Yield.html
Blazor Blazor SfGrid SfDataManager 的參數 Parameter 傳遞的異常設計分析 1 https://csharpkh.blogspot.com/2021/06/Blazor-Syncfusion-SfGrid-SfDataManager-Parameter-Asynchronous.html
Blazor Blazor SfDropDownList 聯動式下拉選單的設計 Part 2 : 各種例外異常設計分析 https://csharpkh.blogspot.com/2021/05/Blazor-Syncfusion-SfDropDownList-Correlation-Exception-Asynchronous.html
Blazor 快取 Web API 內容 2 : 在 Xamarin.Forms 專案內,將 .NET 物件永久保存儲存,並可以讀取回應用程式內 https://csharpkh.blogspot.com/2021/05/Xamarin-Forms-NET-Object-JSON-File-Persisten-read-Write-Cache-Directory.html
Blazor Blazor SfDropDownList 聯動式下拉選單的設計 Part 1 : 符合預期規劃結果 https://csharpkh.blogspot.com/2021/05/Blazor-Syncfusion-SfDropDownList-Correlation-Asynchronous.html
CSharp 快取 Web API 內容 1 : 將 .NET 物件永久保存儲存,並可以讀取回應用程式內 https://csharpkh.blogspot.com/2021/05/NET-Object-JSON-File-Persisten-read-Write-Cache-Directory.html
Xamarin .NET 6 preview2 初體驗 - 執行 Maui 專案 https://csharpkh.blogspot.com/2021/03/NET6-Preview-Maui-Blazor.html
C# .NET Core 使用地址來查詢 GPS 經度緯度 https://csharpkh.blogspot.com/2021/03/Address-GPS-Geocoding-Google-Maps-Latitude-Longitude-API-Keys.html
Blazor 使用 Blazor 專案在 JavaScript 內呼叫 C# 執行個體方法 https://csharpkh.blogspot.com/2021/04/.html
教育訓練 2021年04月 .NET 平行程式設計介紹 免費課程 https://csharpkh.blogspot.com/2021/03/NET-Parallelism-Concurrency-Asynchronous.html
教育訓練 平行處理、多執行緒、非同步設計等相關課程之 Visual Studio 2019 安裝說明 https://csharpkh.blogspot.com/2021/03/.html
教育訓練 Xamarin.Forms 之 Visual Studio 2019 完整安裝攻略說明 https://csharpkh.blogspot.com/2021/03/Xamarin-Forms-Visual-Studio-2019-Installation-Training.html
Blazor 在 Blazor 專案內使用 NLog 進行系統執行日誌紀錄 https://csharpkh.blogspot.com/2021/04/Blazor-Nlog-config-AspNetCore-target-NLogBuilder-ILogger.html
Blazor 在 Blazor 專案內使用 NLog ,並透過 appsettings.json 來指定 Log 儲存路徑 https://csharpkh.blogspot.com/2021/04/Blazor-Nlog-AspNetCore-appsettings-json-IConfiguration.html
Blazor Blazor 專案使用ASP.NET Core 中的選項模式取得設定宣告內容 https://csharpkh.blogspot.com/2021/04/Blazor-ASP-NET-Core-configuration-options-GetSection.html
Blazor Blazor 專案使用ASP.NET Core 中的選項模式取得巢狀設定宣告內容 https://csharpkh.blogspot.com/2021/04/Blazor-ASP-NET-Core-configuration-Nest-options-GetSection.html
Blazor ASP.NET Core Blazor 設定 Configuration 各種使用方式 https://csharpkh.blogspot.com/2021/04/Blazor-ASP-NET-Core-Configuration-GetSection-Bind-Get.html
CSharp 使用 Visual Studio 2019 進行遠端 Windows Forms 應用程式除錯 https://csharpkh.blogspot.com/2021/04/Windows-Forms-WPF-remote-debugging-csharp.html
Blazor 在 ASP.NET Core Blazor 專案內,使用 MailKit 發送具有 HTML 格式的電子郵件 https://csharpkh.blogspot.com/2021/04/Blazor-MailKit-SMTP-HTML-MIME-Subject-Body-MimeMessage-SmtpClient.html
Blazor Blazor 專案使用 SfDatePicker 選取日期 https://csharpkh.blogspot.com/2021/04/Blazor-Syncfusion-DatePicker-Min-Max-Format.html
Blazor Blazor 使用 Parameter 資料綁定方式的觸發時機 https://csharpkh.blogspot.com/2021/05/Parameter-Binding-Change-State-ref.html
Blazor https://csharpkh.blogspot.com/2021/05/.html
Blazor https://csharpkh.blogspot.com/2021/05/.html
Blazor https://csharpkh.blogspot.com/2021/05/.html
Blazor https://csharpkh.blogspot.com/2021/05/.html
Blazor https://csharpkh.blogspot.com/2021/05/.html
Blazor https://csharpkh.blogspot.com/2021/05/.html

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published