Among other question there was the reason why I choose DataArt.
Net Manager Interview Questions
8,183 net manager interview questions shared by candidates
What is your salary expectation?
How many years of experience do you have?
What books have you read? What web-sites, forums have you use to solve problems?
and basics concept of dotnet the flow and statemanagement tech questions
What is delegate, multicast delegate, relationship between event and delegate, SRP principal, DIP principal How to invoke action using different name in mvc action? Can we declare private method in controller? What is the use of declaring private method in controller? What are the action filters in MVC?
Q1 Approximate number of units sold in first year for new detergent product that henkel will produce.
class Program { static void Main(string[] args) { B obj = new B(); Console.ReadKey(); } } abstract class A { public A() { Console.WriteLine("This is the A class"); //calc(); } public abstract void calc(); } class B : A { public B() { Console.WriteLine("This is the B class"); } public override void calc() { Console.WriteLine("This is the abstract methode"); } } Questions: 1. What will be printed on the console? 2. what will be printed to the console if we remove this "//" before the calc() in the contractor of class A;
Como é sua relação com angular Como você criaria um formulário no angular
Can we create custom midleware?
Viewing 1291 - 1300 interview questions