C# & .NET questions and answers
C# language features, LINQ, ASP.NET and the runtime. Page 16 of 20.
Interview Questions practice on Codemia
Over 8,000 real interview questions from top companies, searchable by company and role.
Answers 901-960
- How can I view the Git history in Visual Studio Code?
- How can I wait for a thread to finish with .NET?
- How can I wrap text in a label using WPF?
- How can you change Network settings IP Address, DNS, WINS, Host Name with code in C
- How can you create multiple cursors in Visual Studio Code
- How can you do paging with NHibernate?
- how can you easily check if access is denied for a file in .NET?
- How change ListT data to IQueryableT data
- How Convert VB Project to C Project
- How costly is .NET reflection?
- How create a MultipartFormFormatter for ASP.NET 4.5 Web API
- How did Microsoft create assemblies that have circular references?
- How do arrays in C partially implement IListT?
- How do Completion Port Threads of the Thread Pool behave during async I/O in .NET / .NET Core?
- How do I abort/cancel TPL Tasks?
- How do I abort/cancel TPL Tasks?
- How do I access named capturing groups in a .NET Regex?
- How do I add an existing directory tree to a project in Visual Studio?
- How do I add an existing Solution to GitHub from Visual Studio 2013
- How do I allow assembly unit testing one to access internal properties of another assembly?
- How do I apply OrderBy on an IQueryable using a string column name within a generic extension method?
- How do I arrange flow control in TPL Dataflows?
- How do I Async download multiple files using webclient, but one at a time?
- How do I attach Visual Studio to a process that is not started yet?
- How do I automatically delete temp files in C?
- How do I build a dynamic Where clause with Dapper when passing in a model
- How do I calculate the median of five in C?
- How do I call a generic method using a Type variable?
- How do I call a generic method using a Type variable?
- How do I check for nulls in an '' operator overload without infinite recursion?
- How do I check if a type provides a parameterless constructor?
- How do I concatenate two arrays in C?
- How do I convert a decimal to an int in C?
- How do I convert a .NET console application to a Winforms or WPF application
- How do I convert a System.Type to its nullable version?
- How do I convert an enum to a list in C?
- How do I convert an Excel serial date number to a .NET DateTime?
- How do I convert an Int to a String in C without using ToString?
- How do I convert struct System.Byte byte[] to a System.IO.Stream object in C#?
- How do I convert struct System.Byte byte to a System.IO.Stream object in C?
- How do I copy the contents of a String to the clipboard in C?
- How do I create 7-Zip archives with .NET?
- How do I create a callback in C .NET 4.5 for HttpClient.GetAsyncURI?
- How do I create a directory on FTP server using C?
- How do I create an Excel .XLS and .XLSX file in C without installing Microsoft Office?
- How do I create an expression tree to represent 'String.Containsterm' in C?
- How do I customize Visual Studio's private field generation shortcut for constructors?
- How do I decompile a .NET EXE into readable C source code?
- How do I detect what .NET Framework versions and service packs are installed?
- How do I determine the dependencies of a .NET application?
- How do I do a deep copy of an element in LINQ to XML?
- How do I do a SHA1 File Checksum in C?
- How do I do logging in C without using 3rd party libraries?
- How do I duplicate a line or selection within Visual Studio Code?
- How do I enable EF migrations for multiple contexts to separate databases?
- How do I exclude files/folders from a .NET Core/Standard project?
- How do I exit a WPF application programmatically?
- How do I find the installed .NET versions?
- How do I find the PublicKeyToken for a particular dll?
- How do I find the stack trace in Visual Studio?

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