.NET MVC track

ASP.NET MVC interview questions and answers

Panel-ready ASP.NET MVC questions for freshers and experienced developers. Practice at Coding Cadre in Faridabad, or Online from Delhi NCR.

215 Qs
202 High Performance .NET MVC

How do you stream a large CSV from MVC?

Short take

Simple meaning

Push rows to the response body incrementally with PushStream or PipeWriter style APIs.

Open the full page for Why, Steps, Example and Key takeaway.

Read full answer Example · Mistake · Say this
204 Moderate Identity .NET MVC

How do you customize claim types?

Short take

Simple meaning

IUserClaimsPrincipalFactory adds claims at sign-in.

Open the full page for Why, Steps, Example and Key takeaway.

Read full answer Example · Mistake · Say this
206 Easy MVC .NET MVC

What does a controller do in ASP.NET MVC?

Short take

Simple meaning

It receives the HTTP request, talks to services or models, and picks a view or result.

Open the full page for Why, Steps, Example and Key takeaway.

Read full answer Example · Mistake · Say this
207 Easy MVC .NET MVC

What is a strongly typed view?

Short take

Simple meaning

A view with @model T so the compiler and tooling know the shape.

Open the full page for Why, Steps, Example and Key takeaway.

Read full answer Example · Mistake · Say this
210 Moderate Routing .NET MVC

How do attribute routes help in MVC?

Short take

Simple meaning

They keep route templates next to actions and reduce magic conventions.

Open the full page for Why, Steps, Example and Key takeaway.

Read full answer Example · Mistake · Say this
Prev Page 11 of 11
Chat with us