﻿<?xml version="1.0" encoding="utf-8"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Article By </title><link>https://www.c-sharpcorner.com/articles/</link><description>Articles from C# Corner</description><copyright>© 1999 - 2026  CSharp Inc. All contents are copyright of their authors.</copyright><atom:link href="https://www.c-sharpcorner.com/rss/authorarticles.aspx?MemberUniqueName=john-iwasz" rel="self" type="application/rss+xml" /><item><title>Modernizing .NET with AI</title><description>The GitHub Copilot app modernization – upgrade for .NET Visual Studio extension was covered at Microsoft Build 2025 in the session: The Future of .NET App Modernization Streamlined with AI. This walks</description><link>https://www.c-sharpcorner.com/article/modernizing-net-with-ai/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/modernizing-net-with-ai/</guid><pubDate>Mon, 02 Jun 2025 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (John Iwasz)</author></item><item><title>How To Deploy Azure Function And Azure Key Vault With Bicep</title><description>Use Bicep templates to create an Azure Function, create and populate an Azure Key Vault, and grant least-privilege access rights. </description><link>https://www.c-sharpcorner.com/article/how-to-deploy-azure-function-and-azure-key-vault-with-bicep/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/how-to-deploy-azure-function-and-azure-key-vault-with-bicep/</guid><pubDate>Sat, 21 Jan 2023 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (John Iwasz)</author></item><item><title>Opinion: Now is the Winter of Voice Assistants</title><description>Voice assistant adoption has dropped to a new low. Alexa and other voice assistants are overdue for a course correction.</description><link>https://www.c-sharpcorner.com/blogs/opinion-now-is-the-winter-of-voice-assistants</link><guid isPermaLink="true">https://www.c-sharpcorner.com/blogs/opinion-now-is-the-winter-of-voice-assistants</guid><pubDate>Tue, 03 Jan 2023 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (John Iwasz)</author></item><item><title>ChatGPT Completions With C#</title><description>ChatGPT is getting plenty of attention for its natural language responses. OpenAI has a Python package for using the REST API. This article shows how to use ChatGPT from C#.</description><link>https://www.c-sharpcorner.com/article/chatgpt-completions-with-c-sharp/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/chatgpt-completions-with-c-sharp/</guid><pubDate>Sat, 31 Dec 2022 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (John Iwasz)</author></item><item><title>Introduction To Homomorphic Encryption With Microsoft SEAL</title><description>Homomorphic encryption allows third-party providers to perform computations on encrypted data without decrypting the data. This capability is opening new opportunities to provide services while preser</description><link>https://www.c-sharpcorner.com/article/introduction-to-homomorphic-encryption-with-microsoft-seal/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/introduction-to-homomorphic-encryption-with-microsoft-seal/</guid><pubDate>Mon, 19 Dec 2022 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (John Iwasz)</author></item><item><title>Deploy A Google Action On Azure</title><description>This article steps should be creating an Azure Function based on the node.js code in the Alexa tutorial.</description><link>https://www.c-sharpcorner.com/article/deploy-a-google-action-on-azure/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/deploy-a-google-action-on-azure/</guid><pubDate>Mon, 08 Apr 2019 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (John Iwasz)</author></item><item><title>Use SQS To Offload Asynchonous Tasks</title><description>Learn to use Amazon&amp;#39;s Simple Queue Service to improve the performance of customer-facing services by offloading asynchronous tasks.</description><link>https://www.c-sharpcorner.com/article/improve-application-performanac/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/improve-application-performanac/</guid><pubDate>Tue, 29 Jan 2019 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (John Iwasz)</author></item><item><title>Introduction To Voice User Experience Design</title><description>Not just a primer on designing the voice interaction model for Alexa; this article covers invocation names, intents, utterances, and slots, as well as, practical lessons learned from deploying Alexa S</description><link>https://www.c-sharpcorner.com/article/intents-utterances-and-slots/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/intents-utterances-and-slots/</guid><pubDate>Sat, 12 Jan 2019 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (John Iwasz)</author></item><item><title>Dependency Injection With Serverless Functions</title><description>Port your interfaces and classes from your Web API to a serverless function using dependency injection. This article demonstrates how to bootstrap AWS Lambda and Azure Serverless Functions with depend</description><link>https://www.c-sharpcorner.com/article/dependency-injection-with-serverless-functions/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/dependency-injection-with-serverless-functions/</guid><pubDate>Wed, 12 Dec 2018 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (John Iwasz)</author></item><item><title>Use Alexa Without An Echo Device</title><description>Don&amp;#39;t have an Echo and want to use an Alexa skill? No problem. This article shows you methods for using Alexa even if you don&amp;#39;t have the Echo device. Have you developed an Amazon skill and hav</description><link>https://www.c-sharpcorner.com/article/use-alexa-without-an-echo-device/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/use-alexa-without-an-echo-device/</guid><pubDate>Thu, 22 Nov 2018 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (John Iwasz)</author></item><item><title>How To Debug An Alexa .NET Core Skill</title><description>This article illustrates best practices for debugging and testing .NET Core Alexa Skills.</description><link>https://www.c-sharpcorner.com/article/how-to-debug-an-alexa-net-core-skill/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/how-to-debug-an-alexa-net-core-skill/</guid><pubDate>Sun, 04 Nov 2018 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (John Iwasz)</author></item></channel></rss>