Category Archives: C# and .NET interview questions and answers

How to prepare for c# and .NETinterviews?

C# is the flag ship language for giant IT Company Microsoft. Now because it’s a flag ship language of Microsoft, job opportunities are ample in this area. This article will run you through what you should be preparing before going … Continue reading

Posted in .net, .Net Interview Questions, 16 important c# section, C# and .NET interview questions and answers, c# and .NETinterviews, C# interview questions, Csharp interview questions, Interview question, programming interview questions | Tagged , , , , , , | 1 Comment

30 important ASP.NET MVC interview question

This question are taken from the book .NET interview question book latest edition written by Shivprasadkoirala and published by BPB publications. What is MVC? Can you explain the complete flow of MVC? Is MVC suitable for both windows and web … Continue reading

Posted in .net, .Net Interview Questions, ASP.NET, Asp.Net Interview Questions, C# and .NET interview questions and answers, C# interview questions, Csharp interview questions, MVC, programming interview questions | Tagged , , , , , , , , | Leave a comment

500 Important C# and.NET interview questions asked to C# developers

How much do you rate yourselfbetween 1 to 10? Can you speak about yourself? How can we improve performance of .NET? What is the difference between .NET 1.X,2.0,3.0, 3.5 and 4.0? What is ILcode,JIT,CLR, CTS, CLS and CAS? What is … Continue reading

Posted in .NET and C# training, .Net Interview Questions, C# and .NET interview questions and answers, C# developers, C# interview questions, Csharp interview questions, programming interview questions | Tagged , , , , , , | Leave a comment

.NET and c# Interview Question and answers: – If we want to update interface with new methods, what is the best practice?

This is an awesome c# interview question. Kudos to the interviewer who has asked this c# question and double kudos to the candidate if he answers this c# question. The biggest use of interface is to ensure that strict CONTRACT … Continue reading

Posted in .NET and C# training, .Net Interview Questions, C# and .NET interview questions and answers, C# interview questions, Csharp interview questions, programming interview questions, SQL Server | Tagged , , , , , , | Leave a comment

C# interview questions: – What are partial classes in C# and .NET?

A partial class allows a single class to be divided in to two separate physical files. During compile time these files get compiled in to single class. For instance you can see in the below figure we have the customer … Continue reading

Posted in .net, .NET and C# training, .Net Interview Questions, .NET interview questions and answers, C# and .NET interview questions and answers, C# interview questions, partial classes, partial methods, programming interview questions | Tagged , , , , , , , , , | 2 Comments

.NET interview questions: – Can we use Trim function in C#?

Trim: – The Trim function helps us to remove OFF spaces characters from the beginning and from the end of the instance. The following are the different variation’s provided by the Trim function. 1. Trim () = It simply removes … Continue reading

Posted in .NET and C# training, .Net Interview Questions, .net training, C# and .NET interview questions and answers, Csharp interviewq questions, programming interview questions, Trim Functions | Tagged , , , , , , | 2 Comments

C# and .NET interview question: – Show with example Named and Optional Arguments in C# 2010?

Visual C# 2010 introduces two interesting features called as Named and Optional Arguments. Named Argument: – Named Argumentallows you to explicitly name an argument you are passing to a method, constructors and properties with indexes – instead of just identifying … Continue reading

Posted in .net, .NET and C# interview questions and answers, .NET and C# training, C# 2010, C# and .NET interview questions and answers, C# interview questions, Csharp interview questions, names and optional, Optional Arguments, programming interview questions | Tagged , , , , , | Leave a comment

C# interview questions: – How can u describe anonymous methods in .NET?

Anonymous Methods: – In simple words Anonymous Methods means method which are coded inline or methods without method name. An anonymous method uses the keyword delegate, instead of method name. Anonymous Methods help you to avoid overhead of creating a … Continue reading

Posted in .net, .NET and C# interview questions and answers, .NET and C# training, anonymous methods, C# and .NET interview questions and answers, Csharp interview questions, programming interview questions | Tagged , , , , , | Leave a comment

C# and .NET interview questions: – Steps of creating a Windows Process in .NET?

Process: – Process is a Component that provides access to the processes that are running on a computer. The Process component is a useful tool for starting, stopping, controlling, and monitoring applications. Using the Process component, you can obtain a … Continue reading

Posted in .net, .NET and C# interview questions and answers, .NET and C# training, C# and .NET interview questions and answers, Csharp interview questions, programming interview questions, Windows Process | Tagged , , , , , , | 1 Comment

C# and .NET Framework interview questions:- Explain Multi-targeting in .NET?

Multi-targeting: – Multi-targeting is the ability to specify the version of the .NET Framework that your application requires to run and have the matching experience while developing it with Visual Studio’s Integrated Development Environment (IDE). Visual Studio 2010 multi-targeting enables … Continue reading

Posted in .net, .NET Framework interview questions, .Net Interview Questions, C# and .NET interview questions and answers, Csharp interview questions, Multi-targeting, programming interview questions | Tagged , , , , , , , | Leave a comment