.Net Interview Questions and Answers

Search:

Shiv Prasad Koirala Profile

Shiv Prasad Koirala

has published 133 articles.

Visit us @ www.questpond.com or call us at 022-66752917
 
Views
14058

WCF Interview questions and answers: -What is the difference between WCF fault exceptions and normal .NET exceptions?

In this article we will show difference between WCF fault exceptions and normal .NET exceptions. For more articles and videos visit us on http://www.questpond.com/... Read More

By Shiv Prasad Koirala | Aug 28th, 2012 |Category WCF

Views
11873

.NET interview questions: - Can you elaborate project life cycle?

In this article we will explain about project life cycle. For more articles and videos visit us on http://www.questpond.com/... Read More

By Shiv Prasad Koirala | Jan 17th, 2012 |Category .Net

Views
8741

WCF Interview questions:- Which binding do we need to use for WCF REST?

In this article we will show Binding used for WCF REST. For more articles and videos visit us on www.questpond.com... Read More

By Shiv Prasad Koirala | Nov 16th, 2011 |Category WCF

Views
8426

SQL server interview question: -What are Sub-Queries, co-related queries and difference between them?

In this article we will explain about Sub-Queries and co-related queries. For more articles and videos visit us on http://www.questpond.com/... Read More

By Shiv Prasad Koirala | Jul 2nd, 2012 |Category SQL

Views
7147

Five most important SharePoint 2010 interview questions

This article will give answers to 5 most asked questions in the interview.... Read More

By Shiv Prasad Koirala | Aug 3rd, 2011 |Category Share Point

Views
6454

ASP.NET interview questions: - Can you explain Method of Sorting GridViewcontrol in ASP.NET?

Sorting allow you to sort the GridViewcontrol data in Ascending or Descending order.... Read More

By Shiv Prasad Koirala | Aug 4th, 2011 |Category ASP.NET

Views
5775

ASP.Net Interview questions: - Explain differences between ‘Server. Transfer’ and ‘response.Redirect’?

In this article we will Explain differences between ‘Server.Transfer’ and ‘response.Redirect’. For more articles and videos visit us on http://www.questpond.com/... Read More

By Shiv Prasad Koirala | May 3rd, 2012 |Category ASP.NET

Views
4633

LINQ interview questions: -How does LINQ to SQL differ from Entity framework?

LINQ to SQL is good for rapid development with SQL Server. EF is for enterprise scenarios and works with SQL server as well as other databases.... Read More

By Shiv Prasad Koirala | Oct 12th, 2011 |Category SQL

Views
4521

C# threading interview questions: - What is the difference between “AutoResetEvent” and “ManualResetEvent”?

In this C# interview question we will explain threading concepts of “AutoResetEvent” and “ManualResetEvent” which help us to manage synchronization using events/ signals. For more C# interview questions visit us on http://questpond.com/... Read More

By Shiv Prasad Koirala | Jun 20th, 2012 |Category C#

Views
4148

WCF interview questions: - How does WCF differ from Web services?

WCF services can be hosted in multiple protocols like http, TCP etc. Web services can only be hosted on Http protocol.... Read More

By Shiv Prasad Koirala | Sep 8th, 2011 |Category ASP.NET

Views
3924

C# interview questions: - Explain anonymous methods in .NET?

n simple words Anonymous Methods means method which are coded inline or methods without method name.... Read More

By Shiv Prasad Koirala | Aug 5th, 2011 |Category C#

Views
3809

.NET interview questions: - How will you distinguish between ForeGround and BackGround Threading?

threading is a parallel processing unit and helps you to access multiple tasks at a one moment of time.... Read More

By Shiv Prasad Koirala | Sep 27th, 2011 |Category ASP.NET

Views
3462

.NET interview questions: - What are the different types of threadstate in C# threading?

In this article we will explain about different types of threadstate in C# threading. For more articles and videos visit us on http://www.questpond.com... Read More

By Shiv Prasad Koirala | May 26th, 2012 |Category C#

Views
3399

C# interview questions: - How will you explain partial classes in C# and .NET?

In this article we will explain partial classes in C# and .NET, For more articles and videos visit us on www.questpond.com... Read More

By Shiv Prasad Koirala | Jan 7th, 2012 |Category C#

Views
2788

C# interview questions: - What is exception bubbling in C#?

This article will discuss about exception bubbling in C#.... Read More

By Shiv Prasad Koirala | Jun 4th, 2012 |Category C#

Views
2700

ASP.NET Interview question :- Can you explain master pages concept in ASP.NET ( Training )?

In this article we will explain about master pages concept in ASP.NET. For more articles and videos visit us on http://www.questpond.com... Read More

By Shiv Prasad Koirala | Jul 26th, 2012 |Category ASP.NET

Views
2567

Project management: .NET interview questions – How you will explain ROI?

In this article we will explain about ROI. For more articles and videos visit us on http://www.questpond.com/... Read More

By Shiv Prasad Koirala | Jan 23rd, 2012 |Category .Net

Views
2476

SQL Server 2012 Interview question: - Column store indexes.

In this article we will try to answer some important SQL Server interview question’s around the most discussed feature “Column store indexes” from SQL Server 2012 interview perspective. For more articles and videos visit us on http://www.questpond.com/... Read More

By Shiv Prasad Koirala | Aug 18th, 2012 |Category SQL

Views
2340

C# and .NET interview questions: - Explain with practical Lambda Expression in C#?

In this article we will explain about Lambda expression. For more articles and videos visit us on www.questpond.com... Read More

By Shiv Prasad Koirala | Oct 19th, 2011 |Category C#

Views
2121

11 Important Database designing rules which I follow

In this article we will explain 11 important database designing rules. For more articles and videos visit us on www.questpond.com... Read More

By Shiv Prasad Koirala | Apr 5th, 2012 |Category SQL

Views
1870

23 Most Important .Net Interview Question

Following are various .Net Interview Question... Read More

By Shiv Prasad Koirala | Sep 30th, 2011 |Category ASP.NET

Views
1837

ASP.NET interview questions: - Will you explain differences between ASP and ASP.NET?

In this article we will explain differences between ASP and ASP.NET. For more articles and videos visit us on http://www.questpond.com/... Read More

By Shiv Prasad Koirala | Apr 21st, 2012 |Category ASP.NET

Views
1726

SQL Server interview questions: - Find the Age of an Employee whose Age is greater than 30 using SQL query.

This is one of the most typical questions asked in most of the interviews and is the favorable question of interviewers to check your skill on SQL.... Read More

By Shiv Prasad Koirala | Aug 19th, 2011 |Category SQL

Views
1706

ASP.NET Interview questions: - How will you use session and viewstate in ASP.NET?

In this article we will Explain use of session and viewstate in ASP.NET. For more articles and videos visit us on http://www.questpond.com/... Read More

By Shiv Prasad Koirala | Apr 10th, 2012 |Category ASP.NET

Views
1632

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

C# and .NET Framework interview questions:- Describe Multi-targeting in .NET?... Read More

By Shiv Prasad Koirala | Jul 31st, 2011 |Category C#

Views
1626

ASP.NET interview questions: - How will you explain ASP.NET authentication process works?

In this article we will explain briefly ASP.NET authentication process works. For more articles and videos visit us on http://www.questpond.com/... Read More

By Shiv Prasad Koirala | Apr 18th, 2012 |Category ASP.NET

Views
1624

C# and .NET interview question: - Cross word puzzle?

In this article we will explain Cross word puzzle?... Read More

By Shiv Prasad Koirala | Dec 9th, 2012 |Category C#

Views
1599

ADO.NET interview questions: - Different available components in ADO.NET.

In this article we will explain about different components in ADO.NET. For more articles and videos visit us on www.questpond.com... Read More

By Shiv Prasad Koirala | Nov 9th, 2011 |Category ADO.NET

Views
1582

ASP.NET interview questions: - Mention differences between trace and debug in ASP.NET?

In this article we will differentiate between trace and debug in ASP.NET. For more articles and videos visit us on http://www.questpond.com/... Read More

By Shiv Prasad Koirala | Mar 22nd, 2012 |Category ASP.NET

Views
1553

.NET/ASP.NET interview questions: - When to consider Data grid, data list, or repeater?

In this article we will show Situation to decide Data grid, data list, or repeater while we design.For more articles and videos visit us on www.questpond.com... Read More

By Shiv Prasad Koirala | Dec 12th, 2011 |Category ASP.NET

Views
1515

.NET interview questions and answers: - What is TPL?

In this article we will explain What is TPL.... Read More

By Shiv Prasad Koirala | Feb 16th, 2013 |Category .Net

Views
1496

SQL Server interview question:- Show SSIS, SSAS and SSRS?

In this aricle we will explainabout SSIS, SSAS and SSRS.For more articles and videos visit us on http://www.questpond.com/... Read More

By Shiv Prasad Koirala | Feb 20th, 2012 |Category SQL

Views
1478

3 Important Concepts: - Association, Aggregation and Composition.

In this article we will try to understand 3 important concepts association, aggregation and composition. For more articles and videos visit us on www.questpond.com... Read More

By Shiv Prasad Koirala | Feb 17th, 2012 |Category ASP.NET

Views
1451

SQL Server interview questions: -What is the difference between star schema and snow flake design?

In this article we will show differences between star schema and snow flake design. For more articles and videos visit us on http://questpond.com/... Read More

By Shiv Prasad Koirala | Jul 28th, 2012 |Category SQL

Views
1442

SQL Server interview questions: - What are page, extents, page header and row offset in SQL Server?

In this article we will explain about page, extents, page header and row offset in SQL Server. For more articles and videos visit us on http://www.questpond.com/... Read More

By Shiv Prasad Koirala | Aug 16th, 2012 |Category SQL

Views
1418

C# interview question: - What are partial methods in partial classes of C# and .NET?

In this article we will explain about partial methods in partial classes of C# and .NET, For more articles and videos visit us on www.questpond.com... Read More

By Shiv Prasad Koirala | Jan 9th, 2012 |Category C#

Views
1402

.NET and ASP.NET interview questions: - Data exporting from GridView to Excel

This is one of the most important topics while dealing with GridView data so I thought to share this information. Let’s do a small demonstration to see how exactly we can export data of GridView to Excel in .NET.... Read More

By Shiv Prasad Koirala | Aug 9th, 2011 |Category ASP.NET

Views
1379

.Net interview questions: - Elaborate the five levels in CMMI?

In this article we will explain the five levels in CMMI. For more articles and videos visit us on http://www.questpond.com/... Read More

By Shiv Prasad Koirala | Mar 29th, 2012 |Category .Net

Views
1372

ASP.NET MVC Interview questions: - What is WebAPI in MVC ?

In this article we will explain What is "WebAPI" in MVC (Model View Controller)?... Read More

By Shiv Prasad Koirala | Jan 31st, 2013 |Category ASP.NET

Views
1356

ASP.NET interview questions: - Can you explain benefits and limitations of using Query Strings?

In this article we will show benefits and limitations of using Query Strings. For more articles and videos visit us on http://www.questpond.com/... Read More

By Shiv Prasad Koirala | Apr 14th, 2012 |Category ASP.NET

Views
1324

.NET Interview Questions: - Mention object pooling in .NET?

In this article we will explain about Object Pooling in .NET, For more articles and videos http://www.questpond.com/... Read More

By Shiv Prasad Koirala | Feb 27th, 2012 |Category .Net

Views
1311

ASP.NET interview questions: - Can you define Httphandlers and HttpModules and difference between them?

Handlers and modules helps you inject pre-processing logic before the ASP.NET request reaches the website.... Read More

By Shiv Prasad Koirala | Oct 11th, 2011 |Category ASP.NET

Views
1286

.Net interview questions: - Is use of finalize for clean up better?

In this article we will Explain why it is not preferred to use finalize for clean up? For more articles and videos visit us on http://www.questpond.com/... Read More

By Shiv Prasad Koirala | Mar 27th, 2012 |Category .Net

Views
1284

C# and .NET interview questions: - Elaborate the term windows, forms and passport authentication?

In this mode the users are stored in windows local user groups.... Read More

By Shiv Prasad Koirala | Sep 9th, 2011 |Category C#

Views
1214

C# and .NET interview questions: - Explain need of Casting in C#? What is casting?

This is one of the typical .NET interview questions and has been asked in many of the mid .NET and c# interviews, also the favorable question of the interviewers where they check your skills on casting.... Read More

By Shiv Prasad Koirala | Oct 17th, 2011 |Category C#

Views
1208

.NET interview questions: - Define hashtable collections?

In arraylist or array if we have to access any data we need to use the internal index id generated by the array list collection. For instance the below code snippet shows how the internal id is used to fetch data from array list.... Read More

By Shiv Prasad Koirala | Sep 12th, 2011 |Category ASP.NET

Views
1189

WWF interview questions: -Various types of Workflow in Windows Workflow foundation?

A sequential workflow has clear start and finish boundaries. Workflow controls execution in Sequential workflow. In sequential execution, one task is executed after other.... Read More

By Shiv Prasad Koirala | Sep 21st, 2011 |Category ASP.NET

Views
1178

ASP.NET MVC interview questions and answers:-What is the difference between "ActionResult" and "ViewResult" in MVC??

In this article we will explain What is the difference between "ActionResult" and "ViewResult" in MVC??... Read More

By Shiv Prasad Koirala | Dec 28th, 2012 |Category ASP.NET

Views
1161

.NET interview questions: - Uses of checked and unchecked keyword in C#?

The checked keyword is used to explicitly enable overflow checking for integral-type arithmetic operations and conversions.... Read More

By Shiv Prasad Koirala | Sep 13th, 2011 |Category C#

Views
1153

.NET interview questions: -Can you explain interfaces in details with examples?

In this articles we will explain about Interfaces in details in examples. For more articles and videos visit us on http://www.questpond.com/... Read More

By Shiv Prasad Koirala | Jan 28th, 2012 |Category .Net

Views
1128

Important SQL Server interview questions on data types: - How many bytes does "char" data type consume as compared to "nchar" data type?

In this article we will explain What is the difference between "char" and "varchar" data types?... Read More

By Shiv Prasad Koirala | Dec 1st, 2012 |Category SQL

Views
1124

ASP.NET Interview Questions: - Can you explain Post Cache substitution?

In this article we will explain about Post Cache Substitution. For more articles and videos visit us on www.questpond.com... Read More

By Shiv Prasad Koirala | Mar 1st, 2012 |Category ASP.NET

Views
1109

C# Training: - Mention various types of IIS isolation levels?

In this article we will explain various types of IIS isolation levels. For more articles and videos visit us on http://www.questpond.com... Read More

By Shiv Prasad Koirala | May 15th, 2012 |Category C#

Views
1088

C# and .NET interview questions: -What is the differences between abstract class and interface?

Some methods in abstract classes can have implementation.... Read More

By Shiv Prasad Koirala | Sep 7th, 2011 |Category C#

Views
1070

ASP.NET interview questions: - How will you describe the benefits and limitations of using Cookies?

A simple but most frequently asked ASP.NET interview question.... Read More

By Shiv Prasad Koirala | Aug 10th, 2011 |Category ASP.NET

Views
1061

SQL Server interview question - What is the use coalesce in SQL Server?

In this article we will explain What is the use of coalesce in SQL Server?... Read More

By Shiv Prasad Koirala | Dec 4th, 2012 |Category SQL

Views
1058

C# and .NET Interview questions: - What is Thread.Join () in threading?

In this article we will explain about Thread.Join() in threading. For more articles and videos visit us on http://www.questpond.com... Read More

By Shiv Prasad Koirala | Nov 8th, 2012 |Category C#

Views
1052

ASP.NET interview questions: - Can we merge two DataSet in to a Single GridView in ASP.NET?

his is not a much asked ASP.NET Interview questions but this question will definitely boost your practical knowledge.... Read More

By Shiv Prasad Koirala | Oct 7th, 2011 |Category ASP.NET

Views
1047

SQL Server interview questions: - Mention two types of indexes and explain them?

In this article we will explain about Clustered index and Non-Clustered Index. For more articles and videos visit us on www.questpond.com... Read More

By Shiv Prasad Koirala | Jan 19th, 2012 |Category SQL

Views
1040

C# interview questions :- Describe the way to debug C# applications using Visual studio ?.

I use the following things for debugging c# applications using visual studio :-... Read More

By Shiv Prasad Koirala | Sep 24th, 2011 |Category C#

Views
1026

.NET interview questions: - Elaborate the advantages of using OOPS over functional programming?

In this article we will explain the advantages of using OOPS over functional programming. For more articles and videos visit us on http://www.questpond.com/... Read More

By Shiv Prasad Koirala | Feb 23rd, 2012 |Category .Net

Views
1016

ASP.NET interview questions: - Detailed explanation for Forms authentication in ASP.NET?

In this article we will explain Forms authentication in ASP.NET, For more articles and videos visit us on www.questpond.com... Read More

By Shiv Prasad Koirala | Dec 5th, 2011 |Category ASP.NET

Views
1003

.NET interview questions: -Elaborate differentiation delegate and an event?

This is one of the important and most asked.NET interview questions. Delegate is basically an abstract strong pointer to a function or method while events are higher level of encapsulation over delegates.... Read More

By Shiv Prasad Koirala | Sep 4th, 2011 |Category ASP.NET

Views
982

UML Training: - Can you explain many types of diagrams in UML(Unified Modeling Language)?

In this article we will explain many types of diagrams in UML(Unified Modeling Language). For more articles and videos visit us on http://www.questpond.com/... Read More

By Shiv Prasad Koirala | May 18th, 2012 |Category .Net

Views
964

ADO.NET interview questions: - Elaborate various ways to implement optimistic locking in ADO.NET?

In this article we will explain different ways to implement optimistic locking in ADO.NET. For more articles and videos visit us on http://www.questpond.com/... Read More

By Shiv Prasad Koirala | Mar 16th, 2012 |Category ADO.NET

Views
960

SQL Server Interview Question and answers - Are SQL Server views updatable?

In this article we will see does SQL Server views updatable.For more articles and Videos Visit us at http://www.questpond.com... Read More

By Shiv Prasad Koirala | Nov 22nd, 2012 |Category SQL

Views
958

SQL Server Interview Question and answers-Triggers, Instead of triggers, after triggers, inserted and deleted tables?

This article will explain about Triggers, Instead of triggers, after triggers, inserted and deleted tables.For more articles and videos visit us on http://www.questpond.com... Read More

By Shiv Prasad Koirala | Nov 14th, 2012 |Category SQL

Views
925

.NET interview questions: - Prove that anonymous Types better than Tuples.

Anonymous Types help us to create an object without declaring its data type and also help us to create properties with good meaningful names... Read More

By Shiv Prasad Koirala | Aug 18th, 2011 |Category ASP.NET

Views
923

.NET interview questions: - State the use Trim function in C#?

The Trim function helps us to remove OFF spaces characters from the beginning and from the end of the instance.... Read More

By Shiv Prasad Koirala | Nov 4th, 2011 |Category C#

Views
918

.NET interview questions: - How does .NET Framework 4 differ from .NET Framework 4 Client Profile?

The .NET Framework 4 Client Profile is a downsized version of .NET Framework 4 and is basically used when you want to create windows based applications and you do not want the complete framework to be installed.... Read More

By Shiv Prasad Koirala | Sep 22nd, 2011 |Category ASP.NET

Views
917

.NET interview questions: - How to parse data in Threading?

In this article we will explain about parse data in Threading. For more articles and videos visit us on www.questpond.com... Read More

By Shiv Prasad Koirala | Oct 31st, 2011 |Category ASP.NET

Views
901

SQL Server interview questions: -What is CTE (Common table expression)?

In this article we will explain What is CTE (Common table expression)?... Read More

By Shiv Prasad Koirala | Jan 4th, 2013 |Category SQL

Views
881

SQL Server interview questions: - Elaborate architecture of Notification Services?

In this article we will explain about Architecture of Notification Service. For more articles and videos visit us on http://www.questpond.com/... Read More

By Shiv Prasad Koirala | Feb 6th, 2012 |Category SQL

Views
873

.Net Interview questions: - What is GAC, add/remove an assembly from GAC and how do we make choices between 2 versions of the same assembly?

In this article we will explain about GAC and add/remove an assembly from GAC and show we make choices between 2 versions of the same assembly.... Read More

By Shiv Prasad Koirala | Nov 19th, 2011 |Category .Net

Views
842

SQL Server interview questions: - Two Methods that explains to back-up SQL Server Database and Restore Database?

There are basically two ways (methods) in order to back-up SQL Server Database and Restore database.... Read More

By Shiv Prasad Koirala | Aug 3rd, 2011 |Category SQL

Views
842

ASP.NET interview questions: - Explain the term various modes of storing ASP.NET session?

In this mode Session, state is stored in the memory space of the Aspnet_wp.exe process. This is the default setting. If the IIS reboots or web application restarts then session state is lost.... Read More

By Shiv Prasad Koirala | Aug 8th, 2011 |Category ASP.NET

Views
817

SQL Server interview questions: - How will you explain stateless and stateful load balancing?

In this article we will explain stateless and stateful load balancing in SQL Server. For more articles and videos visit us on http://www.questpond.com/... Read More

By Shiv Prasad Koirala | Feb 1st, 2012 |Category SQL

Views
794

.NET interview questions: - How will you explain CMMI?

In this article we will explain about CMMI(Capabality Maturity Model Integration). For more articles and videos visit us on http://www.questpond.com... Read More

By Shiv Prasad Koirala | Mar 13th, 2012 |Category .Net

Views
782

.NET Interview Questions: - Mention LeaseTime, SponsorshipTime, RenewonCallTime and LeaseManagerPollTime?

In this article we will explain about LeaseTime, SponsorshipTime, RenewonCallTime and LeaseManagerPollTime. For more articles and videos visit us on http://www.questpond.com... Read More

By Shiv Prasad Koirala | Mar 7th, 2012 |Category .Net

Views
773

.NET interview questions: - State the uses of Params Keyword in C#.

In this article we will explain about Params keyword in C#. For more articles and videos visit us on www.questpond.com... Read More

By Shiv Prasad Koirala | Oct 20th, 2011 |Category C#

Views
771

.NET and ASP.NET interview questions: - Steps to change cells color of GridView according to some condition?

This is not one of the typical .NET interview questions but on knowledge aspect it might be very helpful and also helpful while you dealing with GridView.... Read More

By Shiv Prasad Koirala | Sep 14th, 2011 |Category ASP.NET

Views
768

SQL Server interview questions: - What is Fragmentation?

In this article we will explain about Fragmantation in SQL Server. For articles and videos visit us on http://www.questpond.com/... Read More

By Shiv Prasad Koirala | Jan 25th, 2012 |Category SQL

Views
761

.NET interview questions: - Explain CAS model is structured under .NET 4.0?

Permission granting is no more the work of CAS; it’s now the work of the hosting model. In other words CAS is disabled in .NET 4.0 by default. The host will decide what rights to be given to the .NET assembly.... Read More

By Shiv Prasad Koirala | Nov 3rd, 2011 |Category ASP.NET

Views
759

.NET interview questions: - Explain object diagrams in UML?

In this article we will explain about object diagrams in UML. For more articles and videos visit us on http://www.questpond.com/... Read More

By Shiv Prasad Koirala | Feb 9th, 2012 |Category .Net

Views
753

SQL Server interview questions: - Publisher, distributor and subscriber in “Replication”?

In this article we will explain publisher, distributor and subscriber in “Replication”. For more articles and videos visit us on www.questpond.com... Read More

By Shiv Prasad Koirala | Dec 24th, 2011 |Category SQL

Views
742

C# and .NET interview question: - Define Named and Optional Arguments?

Visual C# 2010 introduces two interesting features called as Named and Optional Arguments.... Read More

By Shiv Prasad Koirala | Aug 11th, 2011 |Category C#

Views
728

SQL Server interview questions - Can you explain Referential Integrity in SQL Server?

Referential Integrity is a DataBase concept that ensures the relationship between tables remainsconsistent, where one table has a foreign key reference to the other table which is declared asprimary key.... Read More

By Shiv Prasad Koirala | Nov 6th, 2011 |Category SQL

Views
727

ADO.NET interview questions: - State the meaning of connection, command, datareader and dataset in ADO.NET?

This object creates a connection to the database. If you want to do any operation on the database you have to first create a connection object.... Read More

By Shiv Prasad Koirala | Sep 6th, 2011 |Category ASP.NET

Views
721

SQL Server interview questions and answers: -What is the use of 'hierarchyid' in SQL Server?

In this article we will explain What is the use of 'hierarchyid' in SQL Server?... Read More

By Shiv Prasad Koirala | Mar 25th, 2013 |Category SQL

Views
716

.NET interview questions: - Different steps to swap two variable data without using third variable?

So, let’s create a sweet and simple example to see how exactly we can swap the two variables data without using third variable.... Read More

By Shiv Prasad Koirala | Oct 10th, 2011 |Category ASP.NET

Views
699

C# and .NET interview questions: - How does Constant differ from ReadOnly in C#?

The const keyword is used to modify a declaration of a field or local variable. It specifies that the value of the field or the local variable cannot be modified.... Read More

By Shiv Prasad Koirala | Sep 10th, 2011 |Category C#

Views
692

ASP.NET interview questions: -Explain CSS (Cascading Style Sheet) and what are steps to create a CSS in ASP.NET?

Cascading Style Sheets (CSS) is a style sheet language used to describe the presentation semantics (the look and formatting) of a document written in a markup language.... Read More

By Shiv Prasad Koirala | Oct 13th, 2011 |Category ASP.NET

Views
690

.NET interview questions: - What will be the result when Class1 creates objects of Class2 and Class2 creates object of Class1?

In this article we will explain the result when Class1 creates objects of Class2 and Class2 creates object of Class1. For more articles and videos visit us on www.questpond.com... Read More

By Shiv Prasad Koirala | Dec 19th, 2011 |Category .Net

Views
690

SQL Server interview questions: - - Relationship existing in database designing?

In this aricle we will explain different types of relationship existing in database designing.For more articles and videos visit us on www.questpond.com... Read More

By Shiv Prasad Koirala | Dec 22nd, 2011 |Category SQL

Views
671

ADO.NET interview questions: - Can you explain namespaces provided by .NET for data management?

This namespace has the dataset object which helps us to access data in a data source independent manner.... Read More

By Shiv Prasad Koirala | Nov 10th, 2011 |Category ADO.NET

Views
669

ADO.NET interview questions: - Implement optimistic locking in ADO.NET.

In this article we will explain about different ways to implement optimistic locking in ADO.NET.For more articles and videos visit us on www.questpond.com... Read More

By Shiv Prasad Koirala | Nov 29th, 2011 |Category ASP.NET

Views
667

C# and .NET interview question - How will you implement interface with same method name in C#?

This is one of the typical .Net interview questions and is also the favorable question of interviewers.... Read More

By Shiv Prasad Koirala | Aug 20th, 2011 |Category ASP.NET

Views
666

SQL Server interview questions and answers: - What is CDC (Change data capture) in SQL Server?

In this article we will explain What is CDC (Change data capture) in SQL Server?... Read More

By Shiv Prasad Koirala | Dec 23rd, 2012 |Category SQL

Views
648

.NET interview questions: - What are similarities and differences between Classes and structures?

In this article we will show similarities and differences between Classes and structures.For artcles and videos visit us on www.questpond.com... Read More

By Shiv Prasad Koirala | Nov 25th, 2011 |Category .Net

Views
635

.NET interview questions: - What is use the of SN.EXE?

trong name is similar to GUID (It is supposed to be unique in space and time) in COM components. Strong Name is only needed when we need to deploy assembly in GAC.... Read More

By Shiv Prasad Koirala | Aug 6th, 2011 |Category ASP.NET

Views
632

.NET interview questions: - Define delegate & steps to create delegate?

We can define delegate as an abstract strong pointer to a function or method. In other words we can create a pointer which points to a method or function and then pass that pointer wherever you wish and invoke the function / method.... Read More

By Shiv Prasad Koirala | Oct 5th, 2011 |Category ASP.NET

Views
630

ASP.NET interview questions: - Explain the concept of trace listener?

‘Tracelistener’ are objects that get tracing information from the trace class and they output the data to some medium.... Read More

By Shiv Prasad Koirala | Oct 14th, 2011 |Category ASP.NET

Views
624

Knowledge Sharing Session: - On concept of OOPS (Inheritance and Use of Virtual Keyword)

In this Session we will learn the use of Inheritance and Use of Virtual Keyword.For more details visie us on www. questpond.com, http://youtu.be/MaHZiZOWTvU?hd=1... Read More

By Shiv Prasad Koirala | Dec 13th, 2011 |Category .Net

Views
622

.NET interview questions: - Mention various roles in Six Sigma implementation?

In this article we will explain about various roles in Six Sigma implementation. For more articles and videos visit us on http://www.questpond.com/... Read More

By Shiv Prasad Koirala | Mar 20th, 2012 |Category .Net

Views
617

SQL Server Interview Question - State how can we connect to SQL SERVER, which namespace do we use?

This SQL Server interview questions is more of practical oriented. Below is the code to connect SQL Server, then we will try to understand the same in a more detailed manner.... Read More

By Shiv Prasad Koirala | Nov 12th, 2011 |Category SQL

Views
615

.NET interview questions: - Can we implement dynamic polymorphism?

This is the .NET interview questions which you come across many a times. So following is the answer to it with explanation.... Read More

By Shiv Prasad Koirala | Sep 16th, 2011 |Category ASP.NET

Views
614

SQL Server interview questions: - Show us SQL injection in SQL Server?

This is one of the most favorite SQL Server interview questions asked by the interviewer.... Read More

By Shiv Prasad Koirala | Sep 23rd, 2011 |Category SQL

Views
609

SQL Server interview questions: - What are ACID fundamental and transactions in SQL SERVER?

A transaction is a sequence of operations performed as a single logical unit of work. A logical unit of work must exhibit four properties, called the ACID (Atomicity, Consistency, Isolation, and Durability) properties, to qualify as a transaction:... Read More

By Shiv Prasad Koirala | Aug 29th, 2011 |Category SQL

Views
597

.NET interview questions: - Method of parsing values from string.

This is one of the most interesting topics asked by the interviewers to check how you can handle/solve this complicated situation in much easier ways.... Read More

By Shiv Prasad Koirala | Aug 16th, 2011 |Category ASP.NET

Views
588

.NET interview questions: -Show us with explanation of V-model in testing?

In this article we will explain about V-model and its working in testing. For more articles and videos visit us on www.questpond.com... Read More

By Shiv Prasad Koirala | Jan 5th, 2012 |Category .Net

Views
577

SQL Server interview questions: - Explain essential components of SQL Server Service broker?

In this article we will explain about essential components of SQL Server Service broker. For more articles and videos visit us on http://www.questpond.com/... Read More

By Shiv Prasad Koirala | Feb 13th, 2012 |Category SQL

Views
551

C# and .Net Interview Question:- Explain InnerClass and Procedure to use them?

A class which is declared inside the body of another class is called as InnerClass.... Read More

By Shiv Prasad Koirala | Aug 25th, 2011 |Category C#

Views
545

.Net Interview Question:- Adding your window application icon to the task bar ?

This is not one of the .NET typical interview question but as a developer you would be interested in knowing that how to add your windows application icon in to the task bar.... Read More

By Shiv Prasad Koirala | Aug 21st, 2011 |Category C#

Views
525

ASP.NET interview questions: - Write the ways of doing Tracing in ASP.NET?

Tracing: - Tracing is a way to monitor the execution of your ASP.NET application. You can record exception details and program flow in a way that doesn't affect the program's output.... Read More

By Shiv Prasad Koirala | Aug 30th, 2011 |Category ASP.NET

Views
521

SQL Server interview questions: -Types of replication supported by SQL SERVER?

There are three types of replication supported by SQL SERVER:-... Read More

By Shiv Prasad Koirala | Aug 27th, 2011 |Category SQL

Views
514

.NET interview questions: -Describe operator overloading?

Operator overloading is a concept of polymorphism where you can redefine operators like +, - , * etc with additional functionalities.... Read More

By Shiv Prasad Koirala | Sep 17th, 2011 |Category ASP.NET

Views
509

.NET interview questions: - Delay signing in .NET?

The whole point about strong names is to ensure that the clients (UI, External components etc) who is consuming the DLL knows that the DLL was published from a valid source... Read More

By Shiv Prasad Koirala | Sep 5th, 2011 |Category ASP.NET

Views
505

.NET interview questions: - Different types anonymous and their practical use?

Anonymous Types help us to create an object without declaring its data type and also help us to create properties with good meaningful names... Read More

By Shiv Prasad Koirala | Aug 17th, 2011 |Category ASP.NET

Views
494

ADO.NET interview questions: - Implementing optimistic locking in ADO.NET

This article will explain different ways of optimistic locking in ADO.NET. For more article and videos visit us at www.questpond.com... Read More

By Shiv Prasad Koirala | Oct 25th, 2011 |Category ADO.NET

Views
493

ASP.NET interview questions: - Can we restrict users to upload a specified file extension in ASP.NET?

This is not one of the typical .NET interview questions but on knowledge aspect you will find this as interesting because while you are working in some of the IT company or project this situation can occur in front of you so at that time this might help y... Read More

By Shiv Prasad Koirala | Sep 29th, 2011 |Category ASP.NET

Views
481

SQL Server interview questions: - Can we convert a Table Data in to XML format in SQL Server?

This is one of the typical SQL Server interview questions and also the favorable question of the interviewers. The interviewers ask this question to check your skills on converting the table data in to XML format but many of your developer friends fails t... Read More

By Shiv Prasad Koirala | Oct 9th, 2011 |Category SQL

Views
480

ASP.NET interview questions: - Creating a Unique Code in ASP.NET.

In this article we will explain about unique code in ASp.NET. For more articles and videos visit us on www.questpod.com... Read More

By Shiv Prasad Koirala | Oct 28th, 2011 |Category ASP.NET

Views
475

.NET interview questions: - Explain the steps to make Windows API calls in .NET?

Windows API calls are not COM based and they are invoked through Platform Invoke Services.... Read More

By Shiv Prasad Koirala | Sep 2nd, 2011 |Category ASP.NET

Views
448

ASP.NET interview questions: - Describe how can we Browse and Upload a file in ASP.NET?

This not one of those most asked ASP.NET questions , but yes sometimes interviewer starts getting in to practical things to understand how good you are as a developer.... Read More

By Shiv Prasad Koirala | Sep 28th, 2011 |Category ASP.NET

Views
442

.NET interview questions: -Elaborate the term Volatile Keyword?

Volatile Keyword: - The Volatile keyword ensures that whichever the variable data you are accessing currently is up to date or is sinking with main memory which is being updated.... Read More

By Shiv Prasad Koirala | Oct 4th, 2011 |Category ASP.NET

Views
439

.Net Interview Question:-Explain the procedure to declare Interfaces as private?

Sometimes I am surprised with some questions which come up during .NET interview and this one is one of them. I really do not understand why people ask such questions and how useful it is practically.... Read More

By Shiv Prasad Koirala | Aug 24th, 2011 |Category ASP.NET

Views
438

.NET interview questions: - Explain the steps to clean unmanaged objects and also maintain its performance?

Implement IDisposable interface and implement the dispose function.... Read More

By Shiv Prasad Koirala | Sep 15th, 2011 |Category ASP.NET

Views
430

.NET interview questions: - Can you explain the term Native Image Generator (Ngen.exe)?

The Native Image Generator utility (Ngen.exe) allows you to run the JIT compiler on your assembly's MSIL and generate native machine code which is cached to disk.... Read More

By Shiv Prasad Koirala | Aug 23rd, 2011 |Category ASP.NET

Views
426

.NET interview questions: - Different Ways to create a delegate?

This is the .NET interview questions which you come across many a times. So following is the answer to it with explanation.... Read More

By Shiv Prasad Koirala | Sep 20th, 2011 |Category ASP.NET

Views
373

.NET interview questions: - Steps to add a code snippet in Visual Studio 2010?

Visual Studio has two types of snippets namely Expansion snippet which are inserted at the cursor and SurroundsWith snippet which wraps around existing code.... Read More

By Shiv Prasad Koirala | Sep 26th, 2011 |Category ASP.NET

Views
363

.NET interview questions: - Different steps to check if data is of a proper data type?

This is not one of the typical.NET interview questions, but being as a .NET developer this can help you in some extent to check the data you have inserted as input is of proper data type or not.... Read More

By Shiv Prasad Koirala | Oct 3rd, 2011 |Category ASP.NET

Views
311

.NET interview questions: - Describe steps of working of CAS ?

First Evidence is gathered about the assembly. In other words from where did this assembly come? , who is the publisher etc.... Read More

By Shiv Prasad Koirala | Sep 19th, 2011 |Category ASP.NET

Views
299

.NET interview questions with answers: - What is the difference between Reflection and Dynamic?

In this article we will explain What is the difference between Reflection and Dynamic.... Read More

By Shiv Prasad Koirala | May 15th, 2013 |Category .Net

Article Categories