C# & .NET questions and answers
C# language features, LINQ, ASP.NET and the runtime. Page 15 of 20.
Interview Questions practice on Codemia
Over 8,000 real interview questions from top companies, searchable by company and role.
Answers 841-900
- How can I create a temp file with a specific extension with .NET?
- How can I data bind a list of strings to a ListBox in WPF/WP7?
- How can I Define an Async Action in c?
- How can I deserialize JSON to a simple Dictionary<string,string> in ASP.NET?
- How can I determine if a .NET assembly was built for x86 or x64?
- How can I disable horizontal scrolling in a WPF ListBox?
- How can I force .NET to use a local copy of an assembly that's in the GAC
- How can I generate truly not pseudo random numbers with C?
- How can I generate UUID in C
- How can I get all constants of a type by reflection?
- How can I get Copy to Output Directory to work with Unit Tests?
- How can I get my webapp's base URL in ASP.NET MVC?
- How can I get rid of the The target assembly contains no service types error message in VS2008?
- How can I get the application's path in a .NET console application?
- How can I get the application's path in a .NET console application?
- How can I get the assembly file version
- How can I get the executing assembly version?
- How can I hide the header of a WPF ListView?
- How can I ignore a property when serializing using the DataContractSerializer?
- How can I implement ISerializable in .NET 4 without violating inheritance security rules?
- How can I join int to a character-separated string in .NET?
- How can I limit Parallel.ForEach?
- How can I limit Parallel.ForEach?
- How can I load an ASP.NET GridView from multiple sources asynchronously?
- How can I make a ComboBox non-editable in .NET?
- How can I make a .NET Windows Forms application that only runs in the System Tray?
- How can I make my managed NuGet package support C/CLI projects?
- How can I make my own event in C?
- How can I make the computer beep in C?
- How can I make the xmlserializer only serialize plain xml?
- How can I navigate back to the last cursor position in Visual Studio Code?
- How can I prevent synchronous continuations on a Task?
- How can I programmatically generate keypress events in C?
- How can I programmatically remove the 2 connection limit in WebClient
- How can I protect my .NET assemblies from decompilation?
- How can I query for null values in entity framework?
- How can I queue a task to Celery from C#?
- How can I remove the platforms I do not need to compile for in .net MAUI?
- How can I rename a project folder from within Visual Studio?
- How can I retrieve Id of inserted entity using Entity framework?
- How can I right-align text in a DataGridView column?
- How can I run a static constructor?
- How can I run an EXE file from my C code?
- How can I run another application within a panel of my C program?
- How can I run NHibenate queries asynchronously?
- How can I run PowerShell with the .NET 4 runtime?
- How can I set a breakpoint in referenced code in Visual Studio?
- How can I set up a virtual environment for Python in Visual Studio Code?
- How can I solve a connection pool problem between ASP.NET and SQL Server?
- How can I String.Format a TimeSpan object with a custom format in .NET?
- How can I switch word wrap on and off in Visual Studio Code?
- How can I take more control in ASP.NET?
- How can I unzip a file to a .NET memory stream?
- How can I use async to increase WinForms performance?
- How can I use escape characters with string interpolation in C 6?
- How can I use MS Visual Studio for Android Development?
- How can I use NuGet with Visual C Express?
- How can I use the async keywords in a project targeting.net 4.0
- How can I use Visual Studio Code as the default editor for Git?
- How can I view MSIL / CIL generated by C compiler? Why is it called assembly?

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