Tuesday 22 August 2017

50 Most Important AngularJS Interview Questions.

2 comments:

  1. Hi There,


    Thank you! Thank you! Thank you! Your blog was a total game changer!
    I have biggest confusion to choose my career.any help me ..
    I'm a new to asp.net mvc development.
    I have some questions regarding that

    1.Use of Entity Framework.?
    2.Why do use jquery .?
    3.AngularJS Development.?
    Can anyone suggest a couple of example.?

    Very useful article, if I run into challenges along the way, I will share them here.


    Many Thanks,
    John

    ReplyDelete
    Replies
    1. Thanks John for liking my post and about your questions see below comments--
      1- Previously we were using ADO.net in ado.net we just directly calling database script directly from the
      c# code and in case any of issue it is difficult to debug sql queries in database But by when we use entity framework
      first we define all tables,functions as model and define the mappings like joins in database So for any update delete and select we do not need to write heavy proc and functions it will automatically perform the actions by using the mappings
      between model. Now a days most of applications are using Entity framework and in java they are using JPA framework..
      It is fast and easy to maintain,debug and also Follow SOLID principles.

      2- Jquery is basically wrapper written on Javascript code. By using jquery we can write client side code to make application more responsive with very less code.

      3-There are 26 post written on Angular js on my blog u can take help . For brief - Angular js is basically wrapper written on Javascript and have well defined MVC architecture . one way,two binding,one bindings and many more things are In Angular js
      for more things read this post https://bhupenderhbti.blogspot.in/2018/04/major-differences-between-angular-1-vs.html

      Delete

Recent Post

Parallel Task in .Net 4.0