Friday, June 1, 2018

Google Announces General Availability Of Kubernetes Engine 1.10

Recently, Google has announced the availability of the 1.10 version of their Kubernetes Engine.

source https://www.c-sharpcorner.com/news/google-announces-general-availability-of-kubernetes-engine-110

How To Install JQuery, Popper JS AND Bootstrap 4 IN Angular 6

In this article. I will demonstrate how to install bootstrap 4 in angular 5. There are two way to install bootstrap in angular. If you are new how to setup development environment then check my article.

source https://www.c-sharpcorner.com/article/how-to-install-jquery-popper-and-bootstrap-in-angular/

How To Mask A Phone Number (Like XXX-XXX-XXXX) In Xamarin.Forms Using Behaviors

This article demonstrates how to mask phone number fields like XXX-XXX-XXXX using Xamarin Forms Behaviors concept.

source https://www.c-sharpcorner.com/article/how-to-mask-phone-number-like-xxx-xxx-xxxx-in-xamarin-forms-using-behaviors/

Resolving "Access-Control-Allow-Origin Header Not Present" Error In Angular .NET Core API Calls

Angular 4 is great and comes loaded with more features. You might be wondering why Angular 3 was skipped. They made it this way to unify all Angular components with the Angular Router (already developed up to version 3) which had to be upgraded to v4. So, Angular 4 was the chosen name to mean the entire Angular Framework.

source https://www.c-sharpcorner.com/article/resolving-access-control-allow-origin-header-not-present-error-in-angular-net/

Thursday, May 31, 2018

ASP.NET Web API - Part One

ASP.NET Web API is a framework for building Web APIs, i.e., HTTP based services on top of ASP.NET Framework. The most common use of Web API is building RestFul Services.

source https://www.c-sharpcorner.com/article/asp-net-web-api-part-one/

Controller And Modules In Angular

In this article, we will see controllers and the modules in AngularJS. And also, we will work out with some examples.

source https://www.c-sharpcorner.com/article/controller-and-modules-in-angular/

Host Web Site To Microsoft Azure

How to host a web site to Microsoft Azure

source https://www.c-sharpcorner.com/article/host-web-site-to-microsoft-azure/