Why functions cant use stored procedure in SQL server
Junior Net Developer Interview Questions
8,170 junior net developer 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
Different types of C# tasks (algorithms and data structures, sorting, paging, api authorization, middleware..etc)
General things like dependency injection, middleware, sql
Write a matrix multiplication program?
Somente foi pedido pra falar da minha carreira e experiências.
basic question of .net core like DI ,what is middleware, filters routing , advantages of angular, life cycle of hooks
How to resolve a deadlock?
1. What is your favorite SOLID principle, and why? 2. What are the pros and cons of test-first vs test-second development? 3. 3. For your favourite language, tell me about a new (or upcoming) language feature that has you excited. Why is it exciting to you?
Viewing 6361 - 6370 interview questions