C# & .NET questions and answers
C# language features, LINQ, ASP.NET and the runtime. Page 2 of 20.
Interview Questions practice on Codemia
Over 8,000 real interview questions from top companies, searchable by company and role.
Answers 61-120
- Are async console applications supported in .NET Core?
- Are C events synchronous?
- Are C properties actually Methods?
- Are C's partial classes bad design?
- Are nullable types reference types?
- Are static members of a generic class tied to the specific instance?
- Are there any Fuzzy Search or String Similarity Functions libraries written for C?
- Are there .NET implementation of TLS 1.2?
- ArgumentNullException or NullReferenceException from extension method?
- Array versus ListT When to use which?
- Array.Copy vs Buffer.BlockCopy
- ArrayList vs List in C
- ASP.NET 2.0 Asynchronous User Control Not Working
- ASP.NET 4.5 async-await and Response.Redirect
- ASP.NET 5 project hosting on IIS
- ASP.NET Asynchronous Methods Question
- ASP.NET Core Asynchronous API Endpoint Return Extra Properties beside Actual Payload Data
- ASP.NET Core equivalent of ASP.NET MVC 5's HttpException
- asp.net core session store with redis distributed cache
- ASP.NET Custom Validator Client side Server Side validation not firing
- ASP.Net error The type 'foo' exists in both temp1.dll and temp2.dll
- ASP.NET HttpContext is null in 4.6.1 sample project
- ASP.NET MVC - Find Absolute Path to the App_Data folder from Controller
- ASP.NET MVC - Getting QueryString values
- ASP.NET MVC Custom Validation by DataAnnotation
- ASP.NET MVC Global Variables
- ASP.NET MVC Hidden field value does not get rendered using HtmlHelper.Hidden
- ASP.NET MVC HTML helper methods for new HTML5 input types
- ASP.NET MVC Is Controller created for every request?
- ASP.NET MVC OutputCacheAttribute with external cache providers
- ASP.NET MVC Razor pass model to layout
- ASP.NET MVC Razor render without encoding
- ASP.Net MVC Redirect To A Different View
- ASP.NET MVC security patch to version 3.0.0.1 breaks build
- ASP.NET MVC Send email using SendAsync System.Net.Mail
- Asp.net Session or Distributed Cache - which is viable solution
- ASP.NET strange compilation error
- ASP.NET Web API Authentication
- ASP.NET Web Site or ASP.NET Web Application?
- aspUpdatePanel with an ASP.NET checkbox trigger
- Assembly binding redirect does not work
- Associating enums with strings in C
- Async always WaitingForActivation
- async and await while adding elements to ListT
- async await for a HttpClient.PostAsync call
- async await implementation on Mono
- Async await in linq select
- Async Await performance - Direct method call vs Task wrapper call
- async await return Task
- Async method calling from c get set property
- Async pass multiple parameters into ReportProgress method
- Async ProcessStartInfo Run cmd program to show in textbox just like cmd window in real time
- async Task then await Task vs Task then return task
- async TaskIEnumerableT throws is not an iterator interface type error
- async Task.Run with MVVM
- Async tasks and Simple Injector Lifetime scopes
- Async Thread.CurrentThread.CurrentCulture in .net-4.6
- Async two-way communication with Windows Named Pipes .Net
- async void, await, and exceptions - why do exceptions thrown after ''await'' from the GUI thread require AsyncVoidMethodBuilder for marshaling?
- async/await - when to return a Task vs void?

Course
Intermediate
27 lessons
14 hours
OOD Fundamentals
Master object-oriented design from first principles, SOLID, design patterns, and classic interview problems with hands-on coding.
View the course