- Description : Demonstrates generating a Blazor UI page from layout descriptions using ChatGPT.
- URL : https://csharpkh.blogspot.com/2025/12/Github-Copilot-1-Blazor_01928176380.html
- Description : Shows how GitHub Copilot generates a Blazor UI page from requirements inside Visual Studio.
- URL : https://csharpkh.blogspot.com/2025/12/Github-Copilot-2-CopilotBlazor.html
- Description : Explains refining an existing Blazor UI page with Copilot suggestions.
- URL : https://csharpkh.blogspot.com/2025/12/Github-Copilot-3-CopilotBlazor.html
- Description : Demonstrates modifying Blazor UI styles through prompts or reference images with Copilot.
- URL : https://csharpkh.blogspot.com/2025/12/Github-Copilot-4-PromptBlazor.html
- Description : Shows how Copilot accelerates development through intelligent code completion.
- URL : https://csharpkh.blogspot.com/2025/12/Github-Copilot-5-.html
- Description : Demonstrates generating structured code comments automatically using Copilot.
- URL : https://csharpkh.blogspot.com/2025/12/Github-Copilot-6-.html
- Description : Shows how Copilot reviews and explains overall project structure and design.
- URL : https://csharpkh.blogspot.com/2025/12/Github-Copilot-7-.html
- Description : Demonstrates using Copilot to review ASP.NET Core Web API code and suggest improvements.
- URL : https://csharpkh.blogspot.com/2025/12/Github-Copilot-8-Web20API.html
- Description : Shows how to refactor repeated logic using ActionFilter with Copilot assistance.
- URL : https://csharpkh.blogspot.com/2025/12/Github-Copilot-9-ActionFilter.html
- Description : Demonstrates generating meaningful Git commit messages using Copilot.
- URL : https://csharpkh.blogspot.com/2025/12/Github-Copilot-10-Commit.html
- Description : Shows how Copilot helps diagnose and resolve runtime exceptions.
- URL : https://csharpkh.blogspot.com/2026/01/Github-Copilot-11-.html
- Description : Explains how to register and configure a SMART on FHIR sandbox environment.
- URL : https://csharpkh.blogspot.com/2026/01/FHIR-01Smart-On-FHIR-Sandbox.html
- Description : Demonstrates creating a SMART on FHIR EHR Launch application.
- URL : https://csharpkh.blogspot.com/2026/01/FHIR-02EHR-Launch-App.html
- Description : Shows how to obtain an authorization code using the EHR Launch workflow.
- URL : https://csharpkh.blogspot.com/2026/01/FHIR-03--EHR-Launch-.html
- Description : Demonstrates exchanging authorization codes and calling FHIR APIs.
- URL : https://csharpkh.blogspot.com/2026/01/FHIR-04--FHIR-API.html
- Description : Shows how to implement token exchange logic in an EHR Launch workflow.
- URL : https://csharpkh.blogspot.com/2026/01/FHIR-05--EHR-LaunchcExchangeToken.html
- Description : Demonstrates creating a SMART on FHIR standalone launch application.
- URL : https://csharpkh.blogspot.com/2026/01/FHIR-06Standalone-Launch-App.html
- Description : Shows how to obtain authorization codes in a standalone launch flow.
- URL : https://csharpkh.blogspot.com/2026/01/FHIR-07-Standalone.html
- Description : Demonstrates calling FHIR APIs after token exchange in standalone mode.
- URL : https://csharpkh.blogspot.com/2026/01/FHIR-08-Standalone-FHIR-API.html
- Description : Shows how to implement token exchange handling for standalone launch apps.
- URL : https://csharpkh.blogspot.com/2026/01/FHIR-09-StandaloneExchangeToken.html
- Description : Demonstrates create, read, update, and delete operations on Patient resources.
- URL : https://csharpkh.blogspot.com/2026/01/FHIR-10-FHIR-API-CRUD-.html
- Description : Shows how to capture actual HTTP payloads from FhirClient requests.
- URL : https://csharpkh.blogspot.com/2026/01/FHIR-11-FhirClientAPI-HTTP-Payload.html
- Description : Demonstrates creating and managing Organization resources in FHIR.
- URL : https://csharpkh.blogspot.com/2026/02/FHIR-12-Resource-Organization.html
- Description : Shows practical usage examples of the Observation resource.
- URL : https://csharpkh.blogspot.com/2026/02/fhir-observation.html
- Description : Demonstrates working with DiagnosticReport resources in FHIR.
- URL : https://csharpkh.blogspot.com/2026/02/fhir-14-fhir-diagnosticreport.html
- Description : Demonstrates using C# asynchronous streams for iterative data processing.
- URL : https://csharpkh.blogspot.com/2026/02/csharp-Asynchronous-Stream.html
- Description : Shows how to convert DICOM medical images into standard image formats.
- URL : https://csharpkh.blogspot.com/2026/02/cs-dicom-image-pacs.html
- Description : Demonstrates extracting all metadata tags from a DICOM file.
- URL : https://csharpkh.blogspot.com/2026/02/cs-dicom-list-all-tags.html
- Description : Shows how to upload and manage files using Azure Blob Storage APIs.
- URL : https://csharpkh.blogspot.com/2026/02/csharp-Azure-Blob-Storage.html
- Description : Demonstrates batch speech-to-text processing using audio transcription APIs.
- URL : https://csharpkh.blogspot.com/2026/02/csharp-Speech-To-Text.html
- Description : Shows how to read and modify DICOM metadata programmatically.
- URL : https://csharpkh.blogspot.com/2026/02/csharp-Dicom-Get-Set-Tag-Value.html
- Description : Demonstrates how to pass route parameters between Blazor pages.
- URL : https://csharpkh.blogspot.com/2026/02/csharp-Blazor-Routing-Parameter.html
- Description : Demonstrates how to pass query string parameters between Blazor pages.
- URL : https://csharpkh.blogspot.com/2026/02/csharp-Blazor-Query-String.html
- Description : Demonstrates how to customize a theme in the Ant Design Blazor application.
- URL : https://csharpkh.blogspot.com/2026/02/csharp-Blazor-Custom-Theme.html
- Description : Demonstrates how to create a sidebar layout using Ant Design Blazor.
- URL : https://csharpkh.blogspot.com/2026/02/csharp-Blazor-SiderBar.html
- Description : Creates a basic React frontend that calls the ASP.NET Core Web API.
- URL : https://csharpkh.blogspot.com/2026/02/csharp-React-Web-Api.html
- Description : Shows how React passes query string values to a GET API and displays the results.
- URL : https://csharpkh.blogspot.com/2026/02/csharp-React-Get-Query-String.html
- Description : Demonstrates how React passes route values to a GET API and displays the results.
- URL : https://csharpkh.blogspot.com/2026/02/csharp-React-Get-Routing-Value.html
- Description : Demonstrates how to pass header values from React to the ASP.NET Core API.
- URL : https://csharpkh.blogspot.com/2026/02/csharp-React-Get-Header.html
- Description : Demonstrates how to exchange data between React and the ASP.NET Core API using cookies.
- URL : https://csharpkh.blogspot.com/2026/02/csharp-React-Get-Cookie.html
- Description : Shows how React posts JSON data to the ASP.NET Core API and processes the response.
- URL : https://csharpkh.blogspot.com/2026/02/csharp-React-Post-Json.html
- Description : Demonstrates how to add Google OAuth 2.0 sign-in to a Blazor application.
- URL : https://csharpkh.blogspot.com/2026/02/csharp-Blazor-Google-OAuth2.html
- Description : Demonstrates how to add Google OAuth 2.0 sign-in to a React application.
- URL : https://csharpkh.blogspot.com/2026/02/csharp-react-Google-OAuth2.html
- Description : Shows how to set up and use NLog 5.5 in an ASP.NET Core project.
- URL : https://csharpkh.blogspot.com/2026/02/csharp-asp-net-core-blazor-nlog-template.html
- Description : Documents the changes required to upgrade NLog from 5.5 to 6.1.1.
- URL : https://csharpkh.blogspot.com/2026/02/csharp-asp-net-core-blazor-nlog-upgrade-6.1.1-template.html
- Description : Explains the main lifecycle events of Blazor components.
- URL : https://csharpkh.blogspot.com/2026/02/csharp-Blazor-Life-Cycle-Event.html
Title : In-depth Analysis of Blazor Component Lifecycle 2: Primitive Parameters vs. Object Parameters
- Description : Compares the lifecycle behavior when using primitive parameters and object parameters in Blazor components.
- URL : https://csharpkh.blogspot.com/2026/02/csharp-Blazor-Life-Cycle-Event-Object-argument.html
- Description : Demonstrates how to build an FHIR-based patient timeline application using OpenAI Codex.
- URL : https://csharpkh.blogspot.com/2026/02/openai-codex-fhir.html
- Description : Demonstrates how to build a Blazor-based FHIR patient timeline application using OpenAI Codex.
- URL : https://csharpkh.blogspot.com/2026/02/openai-codex-blazor-fhir.html
- Description : Demonstrates how to create an FHIR-based patient timeline application using the Gemini CLI.
- URL : https://csharpkh.blogspot.com/2026/02/gemini-cli-fhir.html
Title : Creating a Patient Timeline Application Using OpenAI Codex: What a 17-Minute Experiment Reveals
- Description : Reflecting on how OpenAI Codex can quickly create patient timeline applications and change development workflows.
- URL : https://csharpkh.blogspot.com/2026/03/openai-codex-17-ai.html
- Description : Demonstrates how to create a new project in Codex using a selected project template.
- URL : https://csharpkh.blogspot.com/2026/03/codex.html
沒有留言:
張貼留言