questpond
Name: questpond
Score: 4,790.67
Last Seen: 355 days, 13 hours, 2 minutes ago
Member Since: 1 April, 2009
DotNetShoutout
atom rss
2
Shouts

.NET and SQL Server interview questions - Select second highest salary Interview questions from the table?

posted by questpondquestpond 744 days, 18 hours, 45 minutes ago
Friday, May 06, 2011 2:14:02 PM GMT
Let's us assume that we have the following table of Employee. (more)
category: Data | clicked: 3 | comment | | source: questpond.blog.com
tags: .Net Interview Questions, SQL Server Interview Questions
2
Shouts

C#/.NET interview Question - Demonstrate why Array are faster than Arraylist?

posted by questpondquestpond 745 days, 19 hours, 13 minutes ago
Thursday, May 05, 2011 1:45:27 PM GMT
Let’s demonstrate an example to prove that how arrays are faster than arraylist for that go to visual studio and create a simple window application with a button and two labels like below diagram. (more)
category: Web Dev | clicked: 2 | comment | | source: questpond.blog.com
tags: .Net Interview Questions
2
Shouts

WCF Interview Question - How do you do Self-Hosting?

published 761 days, 9 hours, 57 minutes ago posted by questpondquestpond 762 days, 18 hours, 32 minutes ago
Tuesday, April 19, 2011 11:01:59 PM GMT Monday, April 18, 2011 2:26:44 PM GMT
This article describes about the self hosting of WCF (more)
category: Web Dev | clicked: 2 | comment | | source: computerauthor.blogspot.com
tags: WCF Interview Questions
2
Shouts

.NET and ASP.NET interview question -How will you distinguish between Cache and Application?

posted by questpondquestpond 764 days, 16 hours, 9 minutes ago
Saturday, April 16, 2011 4:49:44 PM GMT
Application and Cache both help to share global data and cache data across the users.but cache object is proactive and you can define dependency.In application object you can't define depenency. (more)
category: Web Dev | clicked: 2 | comment | | source: computerauthor.blogspot.com
tags: .Net Interview Questions, Asp.net interview questions
2
Shouts

.NET and SQL Server Interview Question - What is trigger and different types of Triggers?

published 768 days, 11 hours, 57 minutes ago posted by questpondquestpond 769 days, 18 hours, 25 minutes ago
Tuesday, April 12, 2011 9:01:54 PM GMT Monday, April 11, 2011 2:33:58 PM GMT
Answer: Trigger is a SQL server code, which execute when a kind of action on a table occurs like insert, update and delete. (more)
category: Data | clicked: 3 | comment | | source: computerauthor.blogspot.com
tags: .Net Interview Questions, SQL Server Interview Questions
2
Shouts

.NET and SQL Server Interview Question - Difference between Stored Procedure and Function?

published 768 days, 11 hours, 57 minutes ago posted by questpondquestpond 769 days, 18 hours, 26 minutes ago
Tuesday, April 12, 2011 9:01:54 PM GMT Monday, April 11, 2011 2:32:33 PM GMT
Answer: Function are compiled and executed at run time. Stored Procedure are stored in parsed and compiled format in the database. Function cannot affect the state of the database which means we cannot perform (more)
category: Data | clicked: 1 | comment | | source: computerauthor.blogspot.com
tags: .Net Interview Questions
2
Shouts

.NET/ASP.NET Interview Question -What are Authentication, Authorization and it's different types?

posted by questpondquestpond 772 days, 18 hours, 15 minutes ago
Friday, April 08, 2011 2:43:12 PM GMT
Authentication: Who the user is? or Authentication is process of Identifying the user is valid or not from the database. (more)
category: Web Dev | clicked: 0 | 1 comment | | source: computerauthor.blogspot.com
tags: .Net Interview Questions, Asp.net interview questions
2
Shouts

.NET and Java J2EE Design pattern interview question: - What is the difference between Facade and Mediator pattern?

posted by questpondquestpond 773 days, 18 hours, 33 minutes ago
Thursday, April 07, 2011 2:25:08 PM GMT
This article is about the difference between Facade and Mediator pattern (more)
category: Web Dev | clicked: 0 | comment | | source: computerauthor.blogspot.com
tags: .NET and Java J2EE Design pattern interview question
2
Shouts

.NET and SQL Server Interview Question - What are difference between Cluster index and Non-Cluster index?

posted by questpondquestpond 773 days, 18 hours, 56 minutes ago
Thursday, April 07, 2011 2:02:39 PM GMT
Answer: Both of these indexes uses "B-tree" structure but in Cluster index the "Leaf Node" actually points the physical data, but in Non-Cluster index it point’s to the "Row ID" and then the "Row ID" points to the "Leaf Node" of Cluster Index. (more)
category: Data | clicked: 2 | comment | | source: computerauthor.blogspot.com
tags: .Net Interview Questions, SQL Server Interview Questions
2
Shouts

.NET and SQL Server Interview Question - How does index makes search faster?

posted by questpondquestpond 774 days, 18 hours, 35 minutes ago
Wednesday, April 06, 2011 2:23:51 PM GMT
For better understanding, let us consider a simple search example which shows differences between a table, declared with index and without index. (more)
category: Data | clicked: 1 | comment | | source: computerauthor.blogspot.com
tags: .Net Interview Questions, SQL Server Interview Questions
2
Shouts

SQL Server Interview Question - What is Normalization and its different forms?

posted by questpondquestpond 775 days, 19 hours, 21 minutes ago
Tuesday, April 05, 2011 1:37:13 PM GMT
Normalization is the process of organizing the table's data in proper manner. (more)
category: Data | clicked: 0 | comment | | source: computerauthor.blogspot.com
tags: Sql Server Interivew Questions
2
Shouts

SQL Server Interview Question - What are the differences between INNER JOIN, LEFT JOIN and RIGHT JOIN in SQL Server?

posted by questpondquestpond 776 days, 19 hours, 7 minutes ago
Monday, April 04, 2011 1:52:01 PM GMT
This article is about the differences between INNER JOIN, LEFT JOIN and RIGHT JOIN in SQL Server (more)
category: Data | clicked: 0 | comment | | source: computerauthor.blogspot.com
tags: SQL Server Interview Questions
3
Shouts

.NET interview questions: - What is public, private, protected, internal and internal protected?

published 776 days, 13 hours, 12 minutes ago posted by questpondquestpond 778 days, 21 hours, 37 minutes ago
Monday, April 04, 2011 7:46:31 PM GMT Saturday, April 02, 2011 11:21:31 AM GMT
In the following manner we can describe the C# access modifiers: - (more)
category: Web Dev | clicked: 1 | 1 comment | | source: computerauthor.blogspot.com
tags: .Net Interivew Questions, C# interview Questions
2
Shouts

.Net and C# Interview Questions:-What are the various questions asked in C# and .NET interview

posted by questpondquestpond 779 days, 18 hours, 21 minutes ago
Friday, April 01, 2011 2:37:27 PM GMT
This article is about the various questions and answers of .Net & C# Interview Questions (more)
category: Web Dev | clicked: 0 | comment | | source: computerauthor.blogspot.com
tags: .Net Interview Questions, C# interview Questions
2
Shouts

Shivprasad Koirala: .NET interview questions: - What are the different principle of OOPS?

posted by questpondquestpond 782 days, 19 hours, 8 minutes ago
Tuesday, March 29, 2011 1:50:45 PM GMT
Different principles of OOPS are Abstraction, Encapsulation, Polymorphism and Inheritance. 1. Abstraction:- It is a thought process which show only the necessary properties. (more)
category: Web Dev | clicked: 6 | comment | | source: computerauthor.blogspot.com
tags: .Net Interview Questions, C# interview Questions
2
Shouts

.NET and Java J2ee Design pattern interview question: - What is the difference between Template and Strategy pattern

posted by questpondquestpond 783 days, 19 hours, 3 minutes ago
Monday, March 28, 2011 1:55:37 PM GMT
Below are the main differences between these two design patterns: - (more)
category: Web Dev | clicked: 0 | comment | | source: computerauthor.blogspot.com
tags: .Net Interview Questions, Java J2ee Design Pattern Interview Questions
2
Shouts

.NET interview questions :- What is the difference between class and structures ?

posted by questpondquestpond 785 days, 19 hours, 29 minutes ago
Saturday, March 26, 2011 1:29:29 PM GMT
Classes are reference types and structs are value types. So in other words class will be allocated on a heap and structs will be allocated on the stack. (more)
category: Web Dev | clicked: 0 | comment | | source: computerauthor.blogspot.com
tags: .Net Interview Questions
2
Shouts

Design pattern interview questions :- Which design patterns have you used in your project ?

posted by questpondquestpond 786 days, 4 hours, 19 minutes ago
Saturday, March 26, 2011 4:40:03 AM GMT
First thing what ever you say , for heaven sake do not say we had used all design patterns ;-) . Look at your project and see which design pattern have you used. Almost all projects use design patterns knowingly or unknowingly , until the project is complete disorganized. . (more)
category: Web Dev | clicked: 0 | comment | | source: computerauthor.blogspot.com
tags: Design pattern Interview Questions, .Net Interview Questions
2
Shouts

.NET interview questions :- What are Regex / regular expressions ?

posted by questpondquestpond 787 days, 19 hours, 28 minutes ago
Thursday, March 24, 2011 1:30:21 PM GMT
Answer: Regex or regular expression helps us describe complex patterns in texts. Once you have described these patterns you can use them to do searching, replacing, extracting and modifying text data. (more)
category: Web Dev | clicked: 1 | comment | | source: computerauthor.blogspot.com
tags: .Net Interview Questions, Regex
2
Shouts

.NET and Java J2ee Design pattern interview question :- What is the difference between Decorator and Adapter pattern?

posted by questpondquestpond 788 days, 18 hours, 22 minutes ago
Wednesday, March 23, 2011 2:36:50 PM GMT
Below is the main difference between these two design patterns. Decorator Design pattern (more)
category: Web Dev | clicked: 0 | comment | | source: computerauthor.blogspot.com
tags: .NET, Java J2ee