Thursday, February 28, 2019

Visual Studio 2019 Release Candidate Launched

The company announced the Release Candidate(RC) for Visual Studio 2019. Also, Soon a version of Visual Studio Enterprise 2019 will bring a preview of Time Travel Debugging (TTD) integrated with the Snapshot Debugger.

source https://www.c-sharpcorner.com/news/visual-studio-2019-release-candidate-launched

CRUD With Blazor Using Google Cloud Firestore

We will create a Single Page Application (SPA) using Blazor and Google cloud Firestore. We will perform CRUD operations on it to understand the data manipulation by Firestore.

source https://www.c-sharpcorner.com/article/crud-with-blazor-using-google-cloud-firestore/

Deploying An App On IBM Cloud With Cloud Foundry

Here, I will give you an introduction to the cloud and will show how to deploy a sample .NET application to the IBM Cloud.

source https://www.c-sharpcorner.com/article/deploying-an-app-on-ibm-cloud-with-cloud-foundry/

GraphQL In .NET Core Web API With Entity Framework Core - Part Two

In this article, we will see how we can pass an argument with GraphQL query and expose the same using Web API Core.

source https://www.c-sharpcorner.com/article/graphql-in-net-core-web-api-with-entity-framework-core-part-two/

Common Table Expression (CTE) In SQL Server

According to the CTE documentation, Common Table Expression is a temporary result set or a table in which we can do CREATE, UPDATE, DELETE but only within that scope. That is, if we create the CTE in a Stored Procedure, we can’t use it in another Stored Procedure.

source https://www.c-sharpcorner.com/article/common-table-expressioncte-in-sql-server/

Generate JSON Payload Using MS Flow

In this article, we will see how to generate JSON Payload using MS Flow without Postman and Custom Script.

source https://www.c-sharpcorner.com/article/generate-json-payload-using-ms-flow/

SharePoint 2019 Configure Hybrid Taxonomy

In this article, we will explore how we can setup hybrid taxonomy. Also, we will configure synchronization between cloud and on-premises taxonomy.

source https://www.c-sharpcorner.com/article/sharepoint-2019-configure-hybrid-taxonomy/