-
C# Senior Position Interview Questions
Joy Agarwal posted in Information Technology: Jan 16, 2012
C#.NET Senior Level Interview Questions collected from job interviews.
What is HTTP Referrer header?
What is the proper use of keyword ’this’ in private class members?
How do you set focus to a DataGridView component on a form?
How do you change the size of a picturebox when the app is run
How do you get the drag results when dragging to the desktop?
How do you save an Image from an url?
How to do logging in c#?
Running a CPU/memory-intensive task – what coding approach is the most performant?
what is ICustomTypeDescriptor and when to use it?
What is the proper way of importing a form in C#?
How do you get an ip address, from a TcpClient?
How do you change the size of a picturebox when the app is run
How do you get the duplicate key that ToDictionary() has failed on?
How do you save an image in a SQL Server Database?
How to do lookups using a list of string?
What is the proper way to access a value internally?
What is a binary null character?
How do you change the text in the Titlebar in winforms?
How do you get the exact time for a remote server in C#
How do you save data in Silverlight C#?
Rx Extensions: How do you make a subscription dependent on another subscription?
What is the proper way to change the font style (underline) from a Label at runtime?
How do you change the text of a ComboBox item?
How do you get the executing object for a stackframe?
How do you save data without using sessions for postback in MVC?
How to do master details report in devexpress C#.net?
How do you make a subscription dependent on another subscription?
What is the proper way to check for and handle null return values?
How do you do simple math, with rounding, on integers?
How do you change the type of an enum?
How do you get the first element from an IEnumerable in .net?
How do you save data without using sessions for postback in MVC?
How to do multiple Upload/Download in a single connection in FTP using C#
What is interface casting for in C#?
What is the proper way to handle an array of one class in another class?
How do you edit items and subitems in a listview?
How do you change the value of a Settings.settings value
how do you get the freindly url?
How do you save multiple Models edited in form in ASP.NET MVC?
How to do multiple Upload/Download in FTP using C#
How do you do a simple ajax post with ScriptSharp 0.6 (C# to Javascript)?
What is Interlocked.Increment actually doing?
What is the proper way to show a form for ”frmMainForm” settings and disposing?
How do you go upon constructing a multi-lined string during design time?
How do you change this query to linq to sql?
How do you get the GUI thread of winform?
How do you save runtime font settings
How to do multiple Upload/Download in FTP using C#
What is internal set property in c#?
What is the proper way to wire up event notifications for IPropertyChanged?
How do you change what appears when right clicking in a rich text box in C#?
How do you get the host machine’s primary IP address?
How do you save your query to a datatable
How to do NHibernate queries with reference as criterion?
What is the purpose for a relation in a dataset?
How to convert image field to int[]?
How do you check for a URL’s top-level domain in ASP.NET/C#?
How do you get the inner arrays length in a 2d array in C#?
How to do NHibernate queries with reference’s id as criterion?
How do you deserialize into an existing object
What is the purpose of ”protected internal” scope
In How do you declare a base class as being private?
How do you check for nulls in an ’==’ operator overload without infinite recursion?
#csharp, #interview