Why functions cant use stored procedure in SQL server
Software Net Interview Questions
8,173 software net interview questions shared by candidates
output of below code class A { public void show() { Console.WriteLine("Hello: Base Class!"); Console.ReadLine(); } } class B : A { public new void show() { Console.WriteLine("Hello: Derived Class!"); Console.ReadLine(); } }
Why cant we use static method in interface
Design an elevator, WAP to reverse a string, MVC Architecture, Query to get 3rd highest salary, abstract class and interface diff etc etc
No algorithmic puzzle. Many .NET-specific questions. IoC, Mocking, Testing, Asynchronous. System Design like caching, queues(RabbitMQ), Scalability
What's the most difficult thing in remote work
none
Different types of C# tasks (algorithms and data structures, sorting, paging, api authorization, middleware..etc)
Write a matrix multiplication program?
basic question of .net core like DI ,what is middleware, filters routing , advantages of angular, life cycle of hooks
Viewing 6361 - 6370 interview questions