Posts

Showing posts from April, 2019

Common code R&D

Reload an iframe with jQuery      $('#frame', window.parent.document).attr('src', $('# frame ', window.parent.document).attr('src'));          Get /Set Enum Value   var name = Enum.GetName(typeof(SelectSumInsured), 1500000);    SelectSumInsured eVal = (SelectSumInsured)Enum.Parse(typeof(SelectSumInsured), "1500000");                       state.LifeCovered = eVal;

Interview Questions

Roles and Responsibility https://www.janbasktraining.com/blog/dot-net-developer-role/ https://www.mindsmapped.com/roles-and-responsibilities-of-net-developer/ AngularJs https://www.edureka.co/blog/interview-questions/top-angularjs-interview-questions-2016/