Thursday, January 31, 2019

Microsoft Announced Project Rome SDK For Android and iOS version 1.0

Recently, Microsoft announced the availability of version 1.0 of Project Rome SDK for Android and iOS, which is a device-independent platform that enables building usercentric experiences across devices.

source https://www.c-sharpcorner.com/news/microsoft-announced-project-rome-sdk-for-android-and-ios-version-10

Clone A Project In Visual Studio 2019

In this article, we are going to learn how to clone a project from a server using Visual Studio 2019.

source https://www.c-sharpcorner.com/article/clone-project-with-visual-studio-2019/

Create an Angular 7 App with ASP.NET Core 2.1

This step by step getting started tutorial explains how to build an Angular 7 Web application by using Angular 7 Web Application (.NET Core) Template and ASP.NET Core MVC Application in Visual Studio 2017.

source https://www.c-sharpcorner.com/article/create-an-angular-7-app-with-asp-net-core-2-1/

Creating POCO Class Library Using Reverse Engineering

In this article, we will learn how to create a POCO class library by the reverse engineering technique using EF Core Power Tools in Visual Studio 2017.

source https://www.c-sharpcorner.com/article/create-poco-class-library-using-reverse-engineer/

oImplement Registration Page Using Angular With ASP.NET MVC

Recently, I have searched how to implement registration form using Angular 2 Forms with ASP.NET MVC. In this article, let us see how.

source https://www.c-sharpcorner.com/article/implement-registration-form-using-angular-with-asp-net-mvc/

Wednesday, January 30, 2019

Use SQS To Offload Asynchonous Tasks

Learn to use Amazon's Simple Queue Service to improve the performance of customer-facing services by offloading asynchronous tasks.

source https://www.c-sharpcorner.com/article/improve-application-performanac/

Working With Cluster Logs

The Powershell cmdlet get-clusterlog is a quick and handy way to get information from the Windows Cluster. This cmdlet will create a text log file for all nodes or a specific node (if specified) within a failover cluster.

source https://www.c-sharpcorner.com/article/working-with-custer-logs/