﻿<?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=mohammad-sbeeh2" rel="self" type="application/rss+xml" /><item><title>Create And Consume Azure Function From ASP.NET Core</title><description>Azure Functions lets you execute your code in a serverless environment without having to first create a VM or publish a web application.

You learn how create azure function by use Visual Studio 2017 </description><link>https://www.c-sharpcorner.com/article/create-and-consume-azure-function-from-asp-net-core/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/create-and-consume-azure-function-from-asp-net-core/</guid><pubDate>Sun, 14 Apr 2019 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Mohammad Sbeeh)</author></item><item><title>Dataflows in Power BI</title><description>Power BI dataflows provide business analysts with a self-service data prep and management experience within Power BI.
</description><link>https://www.c-sharpcorner.com/article/dataflows-in-power/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/dataflows-in-power/</guid><pubDate>Wed, 03 Apr 2019 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Mohammad Sbeeh)</author></item><item><title>Using Azure PowerShell Commands To Create An App Service Web App</title><description>Azure PowerShell provides a set of cmdlets that use the Azure Resource Manager model for managing your Azure resources. You can use it in your browser with Azure Cloud Shell, or you can install it on </description><link>https://www.c-sharpcorner.com/article/using-azure-powershell-commands-to-create-an-app-service-web-app/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/using-azure-powershell-commands-to-create-an-app-service-web-app/</guid><pubDate>Mon, 18 Mar 2019 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Mohammad Sbeeh)</author></item><item><title>Using Azure Cosmos DB In MVC Web Application </title><description>In this article, we will learn to create, read, and delete documents in Azure Cosmos DB by using code. We will focus on the use of the SQL API.</description><link>https://www.c-sharpcorner.com/article/using-azure-cosmos-db-in-mvc-web-application/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/using-azure-cosmos-db-in-mvc-web-application/</guid><pubDate>Sat, 02 Mar 2019 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Mohammad Sbeeh)</author></item><item><title>Azure Storage - Tables</title><description>Azure Table storage is a service that stores structured NoSQL data in the cloud, providing a key/attribute store with a schema less design.</description><link>https://www.c-sharpcorner.com/article/azure-storage-tables/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/azure-storage-tables/</guid><pubDate>Tue, 19 Feb 2019 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Mohammad Sbeeh)</author></item><item><title>Real-time Streaming In Power BI</title><description>In this video, I will set up the real-time streaming of dataset in Power BI.</description><link>https://www.c-sharpcorner.com/article/real-time-streaming-in-power-bi/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/real-time-streaming-in-power-bi/</guid><pubDate>Tue, 29 Jan 2019 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Mohammad Sbeeh)</author></item><item><title>Video 1: Set Up Domain Controller Server In Azure</title><description>In this video, you will learn how to install and configure SharePoint 2016 Min Role Farm in Azure (IaaS) and set up Domain Controller Server.</description><link>https://www.c-sharpcorner.com/article/video-1-set-up-domain-controller-server-in-azure/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/video-1-set-up-domain-controller-server-in-azure/</guid><pubDate>Sun, 26 Aug 2018 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Mohammad Sbeeh)</author></item><item><title>Azure Search API</title><description>Azure Search is a search-as-a-service cloud solution that gives developers APIs and tools for adding a rich search experience over private, heterogeneous content in web, mobile, and enterprise applica</description><link>https://www.c-sharpcorner.com/article/overview-of-azure-search/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/overview-of-azure-search/</guid><pubDate>Tue, 14 Aug 2018 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Mohammad Sbeeh)</author></item><item><title>Create Your Own Azure Chat Bot</title><description>Bot Service provides an integrated environment that is purpose-built for bot development, enabling you to build, connect, test, deploy, and manage intelligent bots, all from one place. Bot Service lev</description><link>https://www.c-sharpcorner.com/article/create-your-own-azure-chat-bot/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/create-your-own-azure-chat-bot/</guid><pubDate>Fri, 10 Aug 2018 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Mohammad Sbeeh)</author></item><item><title>Use Azure Redis Cache With MVC And Entity Framework</title><description>Azure Redis Cache is based on the popular open-source Redis cache. It is typically used as a cache to improve the performance and scalability of systems that rely heavily on backend data-stores. Perfo</description><link>https://www.c-sharpcorner.com/article/use-azure-redis-cache-with-mvc-and-entity-framework/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/use-azure-redis-cache-with-mvc-and-entity-framework/</guid><pubDate>Wed, 08 Aug 2018 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Mohammad Sbeeh)</author></item><item><title>Azure Function With Entity Framework</title><description>Azure Functions is a solution for easily running small pieces of code, or &amp;quot;functions,&amp;quot; in the cloud. You can write just the code you need for the problem at hand, without worrying about a wh</description><link>https://www.c-sharpcorner.com/article/azure-function-with-entity-framework/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/azure-function-with-entity-framework/</guid><pubDate>Tue, 07 Aug 2018 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Mohammad Sbeeh)</author></item><item><title>Storing SQL Data In Azure By Using Azure Database And Entity Framework</title><description>Azure SQL Database is a relational database-as-a service using the Microsoft SQL Server Engine.</description><link>https://www.c-sharpcorner.com/article/storing-sql-data-in-azure-by-using-azure-database-and-entity-framework/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/storing-sql-data-in-azure-by-using-azure-database-and-entity-framework/</guid><pubDate>Mon, 06 Aug 2018 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Mohammad Sbeeh)</author></item><item><title>Hosting Web Applications On The Azure Platform</title><description>Web Apps is a low friction Platform-as-a-Service (PaaS) offering to host your web applications in the Azure platform. In this article I will show how create, deploy and configure azure web app.</description><link>https://www.c-sharpcorner.com/article/hosting-web-applications-on-the-azure-platform/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/hosting-web-applications-on-the-azure-platform/</guid><pubDate>Fri, 27 Jul 2018 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Mohammad Sbeeh)</author></item></channel></rss>