.NET track

.NET and C# interview questions

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

215 Qs
143 Moderate EF Core .NET

What is owned entity type?

Short take

Simple meaning

Owned types store related value objects in the same table or dependent table without their own identity key for domain use.

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

Read full answer Example · Mistake · Say this
145 Easy C# .NET

What is a record type good for?

Short take

Simple meaning

Records give value-like equality and concise immutable models.

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

Read full answer Example · Mistake · Say this
149 Moderate Messaging .NET

What is the outbox pattern?

Short take

Simple meaning

You write the business row and an outbox message in one transaction, then a relay publishes to the broker.

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

Read full answer Example · Mistake · Say this
152 Moderate C# .NET

What is Channel<T> used for?

Short take

Simple meaning

It is a high-performance producer/consumer queue for in-process async work.

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

Read full answer Example · Mistake · Say this
153 High Security .NET

How do you secure SignalR hubs?

Short take

Simple meaning

Authorize hubs and methods, validate users on connect, and avoid trusting client payloads.

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

Read full answer Example · Mistake · Say this
154 Easy EF Core .NET

What is EnsureCreated versus migrations?

Short take

Simple meaning

EnsureCreated builds schema from the model without migration history — fine for demos.

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

Read full answer Example · Mistake · Say this
158 Moderate LINQ .NET

What is AsEnumerable used for?

Short take

Simple meaning

It switches from IQueryable to in-memory LINQ from that point.

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

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