C# & .NET questions and answers
C# language features, LINQ, ASP.NET and the runtime. Page 6 of 20.
Interview Questions practice on Codemia
Over 8,000 real interview questions from top companies, searchable by company and role.
Answers 301-360
- Calling a function from a string in C
- Calling an async method using a Task.Run seems wrong?
- Calling Async Method from Sync Method
- Calling async method from sync method is ASP .NET web api - issue
- Calling async method on button click
- Calling async method synchronously
- Calling async methods from non-async code
- Calling C async method from F results in a deadlock
- Calling the base constructor in C
- Can a Byte Array be written to a file in C?
- Can a C Multithreaded Application use separate WorkingDirectories per thread?
- Can a unit test project load the target application's app.config file?
- Can anyone explain this strange behavior with signed floats in C?
- Can attributes be added dynamically in C?
- Can extension methods be applied to interfaces?
- Can I await an enumerable I create with a generator?
- Can I cancel StreamReader.ReadLineAsync with a CancellationToken?
- Can I generate script of a migration with EF code first and .net core
- Can I get command line arguments of other processes from .NET/C?
- Can I iterate through queues using the RabbitMQ .NET Client?
- Can I just put async at the top level service layer in C?
- Can I pass constructor parameters to Unity's Resolve method?
- Can I return the 'id' field after a LINQ insert?
- Can I set text box to readonly when using Html.TextBoxFor?
- Can I split an IEnumerable into two by a boolean criteria without two queries?
- Can I use a collection initializer for DictionaryTKey, TValue entries?
- Can I use Async/Await with dbContext? If so, when should I use ConfigureAwaitfalse?
- Can I use MongoDB with Entity Framework?
- Can Intellij be used with a Visual-Studio-Code style docker devcontainer?
- Can Json.NET serialize / deserialize to / from a stream?
- Can memory reordering cause C to access unallocated memory?
- Can non-asynchronous execution paths return synchronous results in an async method
- Can the C interactive window interact with my code?
- Can Visual Studio 2012 be installed side-by-side w/ Visual Studio 2010?
- Can you call Directory.GetFiles with multiple filters?
- Can you catch a native exception in C code?
- Can you configure log4net in code instead of using a config file?
- Can you develop Linux applications with Xamarin?
- Can you explain Liskov Substitution Principle with a good C example?
- Can you force Visual Studio to always run as an Administrator?
- Can you help me understand Moq Callback?
- Can you use Microsoft Entity Framework with Oracle?
- CancellationToken with async Dapper methods?
- Cannot convert from an IEnumerableT to an ICollectionT
- Cannot delete directory with Directory.Deletepath, true
- Cannot find .cs files for debugging .NET source code
- Cannot find Dumpbin.exe
- Cannot find Microsoft.Office.Interop Visual Studio
- Cannot get DynamoDb TransactionCanceledException cancellation reason in .NET
- cannot implicitly convert type 'bool?' to 'bool'. An explicit conversion exists are you missing a cast?
- Cannot Inject Dependencies into ASP.NET Web API Controller using Unity
- Can''t decide between TaskIActionResult, IActionResult and ActionResultThing
- Can't find how to use HttpContent
- Can't find System.Windows.Media namespace?
- Can't specify the 'async' modifier on the 'Main' method of a console app
- Can't specify the 'async' modifier on the 'Main' method of a console app
- Can't use a MySQL connection for entity framework 6
- Capture console exit C
- Capture Stored Procedure print output in .NET
- Capturing console output from a .NET application 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