0% found this document useful (0 votes)
7 views1 page

.NET Core Interview Questions Guide

This document contains questions about ASP.NET Core concepts including the differences between ASP.NET MVC and ASP.NET Core, dependency injection, SOLID principles, middleware, routing, exception handling, authentication, collections, threading, method names, LINQ queries, token timeouts, and inversion of control/dependency injection. It asks about technical aspects of building applications with ASP.NET Core like configuration, exceptions, routing, and authentication as well as core .NET concepts like collections, threading, and LINQ queries.
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
7 views1 page

.NET Core Interview Questions Guide

This document contains questions about ASP.NET Core concepts including the differences between ASP.NET MVC and ASP.NET Core, dependency injection, SOLID principles, middleware, routing, exception handling, authentication, collections, threading, method names, LINQ queries, token timeouts, and inversion of control/dependency injection. It asks about technical aspects of building applications with ASP.NET Core like configuration, exceptions, routing, and authentication as well as core .NET concepts like collections, threading, and LINQ queries.
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd

About current Project

Diff between [Link] MVC and [Link] Core


Explain something about Dependency Injection and how it helps?
What are Solid Principles?
What is a dependency inversion principle?
What is a Middleware?
How routing works in [Link] Core?
How do you handle exceptions in .NET Core?
Which is the best way of using exceptions using Try catch or any other methods?
How to Lock the Exceptions?
What are Filters and how many types are there?
Explain something about exception filter?
What kind of Authentication used in your project?
What is a Collection?
What is diff between iimmunerable and ilist?
What is the need of Threading and advantages?
What are Method names?
What is difference between First R default and Single R default?
What is default time out for Token?
What is Inversion control IOC?

You might also like