Asia

Ivy: New Angular Compiler

Ivy_New_Angular_Compiler_changed_website

Angular Ivy is the code used for Angular’s next-generation compilation and rendering pipeline. With the version 9 release of Angular, the new compiler and their runtime instructions are used by default instead of the older compiler and runtime, known as View Engine. Read the blog and know more about it.

Create NativeScript App with Angular

Angular has been around for a few years and, it has been useful when creating many different categories of applications, including web and mobile applications. Check out how to use Angular CLI to build a web and mobile compatible application with the NativeScript schematics.

How to securely transfer Web API data in ASP.NET Core?

Securely_transfer_Web_API_data_ASPNET_Core_changed_website

Nowadays, many applications are transferring sensitive data in a plain text format to and from other applications, which leads to data breach or leaks. In this blog, we will see how to encrypt outgoing data and decrypt incoming data in ASP.NET Core Web APIs using the AES symmetric encryption algorithm.

How To Select Different Colors for the Android/iOS Applications?

Select_Different_Colors_ Android_iOS_Applications_changed_website

There are about 2 million apps on the iOS app store and around 2.4 million apps on the android play store. For our app to stand out and to be downloaded we need to take care of the design element and choose the right color for our application. Read our blog and know how to go about selecting the right colors for your application.

How To Create the Web configuration File in ASP.NET?

Web_Configuration_File_ASP_Website.jpg

It is an application configuration file of the Official Microsoft ASP.NET site written in XML format and is responsible for controlling the application behavior. Read the blog and know about what is the web.config file? benefits of the XML format configuration file and its Key Features.

What is OpenID Connect Authentication and Benefits of Using OpenID Connect?

OpenID_Connect_Authentication_website

OpenID Connect has revolutionized the authentication process and quickly made its way to the top in a very short span of time. It is mainly used in the single sign-on and identity provision on the Web. Read the blog and know what is OpenID connect Authentication and Benefits of Using OpenID Connect ?

An Introduction to Slack Integration

slack-featured-image

Slack is an interactive hub that has replaced email to help you and your team work together seamlessly. It is a simple interactive toll where many people can connect through a channel. It’s designed to support the way people naturally work together, So you can collaborate with people online as efficiently as you do face-to-face. Read the blog to know more about Slack Integration.

Getting Started with Flutter – A Cross-Platform App Development Framework

website

Flutter is a framework to develop cross-platform applications from a single code base for both android and ios Apps. The application is written in Dart, developed and maintained by Google and exported to the desired platform.Read the blog and learn what is Flutter and why you should learn it in 2020

Introduction to Custom Rendering in Xamarin Forms

Website_1900x600-–-10.png

Sometimes while developing an application, customization of styling and appearance of the controls is required and in Xamarin Forms this can be achieved using the Custom Rendering. In this blog, we have demonstrated how to customize the appearance of the Image control and display the images in circle shape while the default shape of the Image control in Xamarin Forms is rectangle.