Posts

Showing posts from August, 2020

Top 50 Angular Interview Questions

Image
Angular Interview Questions, ANGULAR WITH CORE .NET AND MVC RAZOR ENGINE        Angular Interview Questions 1.            What is architecture of Angular  ? 2.            What is singleton in Angular ? 3.            Major difference between BehaviourSubject and Subject? 4.            What is ngContent? 5.            What is ngTemplate ? 6.            What is ngContainer  ? 7.            What is Component Factory ? 8.            What is @ContentChildren and @ContentChild 9.            What is @Input and @Output 10. Best ways to interact among components 11. Difference between CSS and SCSS 12. Performance Improvement in Angular 13. Major Difference between Angular and AngularJS 14. What is service worker ? 15. What is AOT and IVY in Angular ? 16. What is Reactive forms in Angular? 17. What is Template Driven forms in Angular ? 18. What are the NPM dependencies? 19. How to implement localization in Angular ? 20. What are the advantage and drawback of Singl

Building Blocks of React-Native

Image
Building Blocks of React-Native, ANGULAR WITH CORE .NET AND MVC RAZOR ENGINE                       Building Blocks of React-Native Today, we will be discussing the 4-core concept of React-Native also knows as building blocks of React Native. component  JSX props state component  A component is a very basic element in react-native we can divide the large application into many small Components. This makes development fast and maintains the code very clear to understand. We will take an example to understand the component Let's create a new ReactNative app following the below command. react-native init MyFirstApp The above command will create a new react native app  MyFirstApp . Note: if react native is not installed then use npm install -g react-native-cli to install it in your machine Now use cd MyFirstApp and hit enter button Now use npx react-native run-android command and hit the enter button,  Congratulation, Your First app is running

React Native Fundamentals

Image
React Fundamentals, ANGULAR WITH CORE .NET AND MVC RAZOR ENGINE   React Fundamentals React Native runs on  React , a popular open-source library for building  user interfaces with JavaScript. To make the most of React Native, it helps to understand React itself. This section can get you started or can serve as a refresher course   Here, we will learn how to create a simple Hello World in react native   Let’s create a simple application of React Native We will follow the below command to create a Hello Worlds in React Native   Use below command to install React native ·       npm install –g react-native-cli   The above instructions work best if you need to build native code in your application or want to integrate React Native in an existing application. If you want to quickly prototype an application and you can use  Create React Native App  module that is very similar to Create React App   We will use the  Expo c

What’s the Difference Between Razor and Blazor

What is the Difference Between Razor and Blazor, ANGULAR WITH CORE .NET AND MVC RAZOR ENGINE Blazor Blazor enables sharing code across client- and server-side processes, server-side rendering functionality, and more. When building a single-page application, Angular or React are popular JavaScript frameworks to use.  Blazor is a framework for building interactive client-side web UI with .NET: ·          Create rich interactive UIs using C# instead of JavaScript. ·          Share server-side and client-side app logic written in .NET. ·          Render the UI as HTML and CSS for wide browser support, including mobile browsers. ·          Integrate with modern hosting platforms, such as  Docker . Using .NET for client-side web development offers the following advantages: ·          Write code in C# instead of JavaScript. ·          Leverage the existing .NET eco