C# & .NET questions and answers
C# language features, LINQ, ASP.NET and the runtime. Page 11 of 20.
Interview Questions practice on Codemia
Over 8,000 real interview questions from top companies, searchable by company and role.
Answers 601-660
- Do the new C 5.0 'async' and 'await' keywords use multiple cores?
- Do you have to call EndInvoke or define a callback for asynchronous method calls even if you don't have anything to do when it returns
- Do zombies exist ... in .NET?
- Do zombies exist ... in .NET?
- Docker gets error failed to compute cache key not found - runs fine in Visual Studio
- Does a C app track how long its been running?
- Does a ListT guarantee that items will be returned in the order they were added?
- Does a System.Timers.Timer elapse on a separate thread?
- Does an asynchronous task with no return need to finish before an ASP.NET request can end
- Does anyone still use goto in C and if so why?
- Does ASP.NET MVC Framework support asynchronous page execution?
- Does C 6.0 work for .NET 4.0?
- Does C 8 support the .NET Framework?
- Does C await keyword cause the function call to block?
- Does C have a nice way of iterating through every integer in a range, minus 1 of them?
- Does C have a way of giving me an immutable Dictionary?
- Does C have an equivalent to JavaScript's encodeURIComponent?
- Does C# have extension properties?
- Does Dapper support SQL 2008 Table-Valued Parameters?
- Does garbage collector call Dispose?
- Does Java have 'Debug' and 'Release' build mode like C?
- Does LINQ work with IEnumerable?
- Does ListT guarantee insertion order?
- Does .NET 4 have a built-in JSON serializer/deserializer?
- Does .NET 6's PeriodicTimer capture the current SynchronizationContext by default?
- Does .NET have a way to check if List a contains all items in List b?
- Does .NET have icon collections?
- Does .NET provide an easy way convert bytes to KB, MB, GB, etc.?
- Does .NET really use NFA for regular expression engine?
- Does or will C include features for side-effects verification?
- Does Parallel.ForEach limit the number of active threads?
- Does Parallel.ForEach limit the number of active threads?
- Does String.GetHashCode consider the full string or only part of it?
- Does Task.ContinueWith capture the calling thread context for continuation?
- Does the use of the Async suffix in a method name depend on whether the 'async' modifier is used?
- Does WebClient.DownloadFileAsync overwrite the file if it already exists on disk?
- dotnet core System.Text.Json unescape unicode string
- ''dotnet restore'' vs. ''nuget restore'' with TeamCity
- dotnet restore warning NU1701
- double? double? double?
- Double.TryParse or Convert.ToDouble - which is faster and safer?
- Download file with WebClient or HttpClient?
- Download old version of package with NuGet
- DownloadStringAsync wait for request completion
- Drag and drop files into WPF
- Draw a single pixel on Windows Forms
- Draw horizontal divider in winforms
- Draw solid color triangle using XAML only
- Duplicate keys in .NET dictionaries?
- dynamic does not contain a definition for a property from a project reference
- Easier way to populate a list with integers in .NET
- Easiest way to compare arrays in C
- EF Core add-migration Build Failed
- EF LINQ include multiple and nested entities
- Efficient use of reflection in C
- Empty toolbox in Visual Studio 2022 for .NET 6.0 WinForms and Control Library projects
- Encrypt and decrypt a string in C?
- Ensure that HttpConfiguration.EnsureInitialized
- Ensuring json keys are lowercase in .NET
- Enter key press in C

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