C# & .NET questions and answers
C# language features, LINQ, ASP.NET and the runtime. Page 10 of 20.
Interview Questions practice on Codemia
Over 8,000 real interview questions from top companies, searchable by company and role.
Answers 541-600
- Developing C on Linux
- Dictionary.FirstOrDefault how to determine if a result was found
- Difference between AllowedHosts in appsettings.json and UseCors in .NET Core API 3.x
- Difference between ASP.NET Core .NET Core and ASP.NET Core .NET Framework
- Difference between ...Async and Begin... .net asynchronous APIs
- Difference between await Coroutine and await Task
- Difference between Build Solution, Rebuild Solution, and Clean Solution in Visual Studio?
- Difference between casting and using the Convert.To method
- Difference between Char.IsDigit and Char.IsNumber in C
- Difference between CurrentCulture, InvariantCulture, CurrentUICulture and InstalledUICulture
- Difference between decimal, float and double in .NET?
- Difference between IEnumerable Count and Length
- Difference between InvariantCulture and Ordinal string comparison
- Difference Between Invoke and DynamicInvoke
- Difference between LoadFile and LoadFrom with .NET Assemblies?
- Difference between Lookup and DictionaryOf list
- Difference between Multithreading and Async program in c
- Difference between n and Environment.NewLine
- Difference between .Net Core, Portable, Standard, Compact, UWP, and PCL?
- Difference between ObservableCollection and BindingList
- Difference between ref and out parameters in .NET
- Difference between RegisterStartupScript and RegisterClientScriptBlock?
- Difference between Select and ConvertAll in C
- Difference Between Select and SelectMany
- Difference between Select and Where in Entity Framework
- Difference between Style and ControlTemplate
- Difference between System.DateTime.Now and System.DateTime.Today
- Difference between Task Callbacks and OnCompleted
- Difference between the System.Array.CopyTo and System.Array.Clone
- Difference between the TPL async/await Thread handling
- Difference between web reference and service reference?
- Difference between Windows Forms App vs Windows Forms App .NET Framework
- Difference of Dictionary.Add vs Dictionarykeyvalue
- Differences between ExpandoObject, DynamicObject and dynamic
- Differences between Microsoft .NET 4.0 full Framework and Client Profile
- Differences between MSIL and Java bytecode?
- Differences between .NET 4.0 and .NET 4.5 in High level in .NET
- Differences between .NET vs .NET Core vs .NET Standard vs .NET Framework and resolving the confusion
- Different implementations of a method that returns a Task
- Direct casting vs 'as' operator?
- Disable default global using in C 10
- Disable Dll Culture Folders on Compile
- Disable HttpClient logging
- Disable JavaScript error in WebBrowser control
- Disable SSL fallback and use only TLS for outbound connections in .NET? Poodle mitigation
- Disable Visual Studio devenv solution save dialog
- Dispatcher.CurrentDispatcher vs. Application.Current.Dispatcher
- DispatcherTimer vs a regular Timer in WPF app for a task scheduler
- Display a tooltip over a button using Windows Forms
- Display lines number in Stack Trace for .NET assembly in Release mode
- Display temperature as a color with C?
- Dispose, when is it called?
- Disposing WPF User Controls
- Distinct not working with LINQ to Objects
- Distributed caching and locking with Redis in .NET Core
- Do asynchronous operations in ASP.NET MVC use a thread from ThreadPool on .NET 4
- Do asynchronous operations in ASP.NET MVC use a thread from ThreadPool on .NET 4
- Do binding redirects in app.config for class libraries do anything?
- Do I always have to await on an Async method of a disposable object instead of returning its Task?
- Do I need to reset a streamC back to the start?

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