C# & .NET questions and answers
C# language features, LINQ, ASP.NET and the runtime. Page 8 of 20.
Interview Questions practice on Codemia
Over 8,000 real interview questions from top companies, searchable by company and role.
Answers 421-480
- Convert Enum to String
- Convert existing C synchronous method to asynchronous with async/await?
- Convert int to a bit array in .NET
- Convert JObject into Dictionarystring, object. Is it possible?
- Convert ListT to ObservableCollectionT in WP7
- Convert .Net Core to .Net Framework
- Convert object of any type to JObject with Json.NET
- Convert SQL to Linq left join with null
- Convert string to Color in C
- Convert string to hex-string in C
- Convert string to int in one line of code using LINQ
- Convert string to nullable type int, double, etc...
- Convert String to SecureString
- Convert String to Type in C
- Convert String to Uri
- Convert time span value to format hhmm Am/Pm using C
- Convert.ChangeType fails on Nullable Types
- converting a .net FuncT to a .net ExpressionFuncT
- Converting a URI path to a relative file system path in .NET
- Converting BitmapImage to Bitmap and vice versa
- Converting country codes in .NET
- Converting Decimal to Double in C?
- Converting string to float in C
- Converting SVG to PNG using C
- Convert.ToBoolean and Boolean.Parse don't accept 0 and 1
- Copy the entire contents of a directory in C
- Correct way of using log4net logger naming
- Correct way to create a new task and call asynchronously a web api c
- Correct Way to Load Assembly, Find Class and Call Run Method
- Could not find a part of the path ... bin\roslyn\csc.exe
- Could not load file or assembly 'Antlr3.Runtime 1' or one of its dependencies
- Could not load file or assembly Microsoft.Extensions.DependencyInjection.Abstractions, Version1.1.0.0
- Could not load file or assembly Operation is not supported. Exception from HRESULT 0x80131515
- Could not load file or assembly or one of its dependencies
- Could not load file or assembly ''System.ComponentModel.Annotations, Version4.1.0.0
- Could not load file or assembly 'System.Data.SQLite
- Could not load file or assembly 'System.Net.Http.Formatting' or one of its dependencies. The system cannot find the path specified
- Could not load file or assembly 'System.ValueTuple
- Could not load file or assembly ''WebGrease, Version1.5.1.25624, Cultureneutral, PublicKeyToken31bf3856ad364e35'' or one of its dependencies
- Could not load type from assembly error
- Could not load type 'System.Diagnostics.DebuggerStepThroughAttribute
- Could not load type 'System.Runtime.CompilerServices.ExtensionAttribute' from assembly 'mscorlib
- Could not resolve this reference. Could not locate the assembly
- Count the items from a IEnumerableT without iterating?
- Counting bits set in a .Net BitArray Class
- Create a completed TaskT
- create an async method that wraps subscribe and publish on a bus
- Create Generic method constraining T to an Enum
- Create popup toaster notifications in Windows with .NET
- Create web service proxy in Visual Studio from a WSDL file
- Creating a blocking QueueT in .NET?
- Creating a blocking QueueT in .NET?
- Creating a comma separated list from IList<string> or IEnumerable<string>
- Creating a constant Dictionary in C
- Creating a DateTime in a specific Time Zone in c
- Creating a List of Lists in C
- Creating a ZIP archive in memory using System.IO.Compression
- Creating an empty file in C
- Creating threads - new Thread vs Task.Factory.StartNew
- Cross-thread operation not valid Control 'textBox1' accessed from a thread other than the thread it was created on

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