Writing Web API in the coding test.
Software Net Interview Questions
8,175 software net interview questions shared by candidates
Given a logical problem to solve through coding
Que fait Entity Framework et quelle est la différence entre Code First et Database First ?
Design an elevator, WAP to reverse a string, MVC Architecture, Query to get 3rd highest salary, abstract class and interface diff etc etc
Why functions cant use stored procedure in SQL server
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?
Viewing 6361 - 6370 interview questions