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

.NET and Java J2ee design pattern interview question :-What is the difference between Object and class adapters?

posted by questpondquestpond 787 days, 18 hours, 12 minutes ago
Wednesday, March 23, 2011 2:34:24 PM GMT
Below are the main difference between these 2 patterns. (more)
category: Web Dev | clicked: 0 | comment | | source: computerauthor.blogspot.com
tags: .Net Interview Questions, Java J2ee
3
Shouts

B- Ball, C- Cat, D – dog: - Learning (REGEX) regular expression the easy way.

posted by questpondquestpond 788 days, 18 hours, 18 minutes ago
Tuesday, March 22, 2011 2:27:57 PM GMT
Regex has been the most popular and easiest way of writing validations. The only big problem with regex has been the cryptic syntax. Developers who are working on projects with complicated validation always refer some kind of cheat sheet to remember the syntaxes and commands. (more)
category: Web Dev | clicked: 1 | comment | | source: computerauthor.blogspot.com
tags: .NET, Regular Expression, Regex
2
Shouts

.Net Interview Questions :- Can you explain template pattern?

posted by questpondquestpond 789 days, 17 hours, 46 minutes ago
Monday, March 21, 2011 2:59:53 PM GMT
Template pattern is a behavioral pattern. Template pattern defines a main process template and this main process template has sub processes and the sequence in which the sub processes can be called. (more)
category: Web Dev | clicked: 0 | comment | | source: computerauthor.blogspot.com
tags: .Net Interview Questions
2
Shouts

.Net Interview Questions:- Can you explain composite pattern?

posted by questpondquestpond 789 days, 17 hours, 48 minutes ago
Monday, March 21, 2011 2:58:42 PM GMT
Many times objects are organized in tree structure and developers have to understand the difference between leaf and branch objects. This makes the code more complex and can lead to errors. (more)
category: Web Dev | clicked: 1 | comment | | source: computerauthor.blogspot.com
tags: .Net Interview Questions
2
Shouts

.NET and SQL Server interview question: - What is difference between truncate and delete?

posted by questpondquestpond 792 days, 16 hours, 52 minutes ago
Friday, March 18, 2011 3:54:29 PM GMT
Both Truncate and Delete are used to delete data from the tables. Below are some important differences. (more)
category: Data | clicked: 0 | comment | | source: computerauthor.blogspot.com
tags: .Net Interview Questions, SQL Server Interview Questions
2
Shouts

Comparison of MVC implementation between J2EE and ASP.NET, Who is the best? Part 1

published 792 days, 22 hours, 27 minutes ago posted by questpondquestpond 793 days, 18 hours, 43 minutes ago
Friday, March 18, 2011 10:18:42 AM GMT Thursday, March 17, 2011 2:03:29 PM GMT
Some times back I was discussing MVC with one of my Java friends. The talk ended up with a fight trying to prove how one technology is better than other in implementing MVC. For whatever reasons good or bad I was trying to prove that Microsoft technology is the best but…hmm,aaahh and ooohh. (more)
category: Web Dev | clicked: 1 | comment | | source: computerauthor.blogspot.com
tags: Java, ASP.NET
3
Shouts

.NET Interview questions :- How did you do unit testing in your project?

published 792 days, 22 hours, 27 minutes ago posted by questpondquestpond 793 days, 19 hours, 52 minutes ago
Friday, March 18, 2011 10:18:42 AM GMT Thursday, March 17, 2011 12:54:14 PM GMT
In today’s software industry people do not just look how good you are in coding but they would like to know how good you are in processes. (more)
category: Web Dev | clicked: 0 | comment | | source: computerauthor.blogspot.com
tags: .Net Interivew Questions, C# interview Questions
2
Shouts

Shivprasad Koirala: ASP.NET and .NET Interview question video :- What is Authentication and Authorization ?

posted by questpondquestpond 795 days, 18 hours, 33 minutes ago
Tuesday, March 15, 2011 2:12:49 PM GMT
Authentication is the process where we identify who the user is. (more)
category: Web Dev | clicked: 1 | comment | | source: computerauthor.blogspot.com
tags: .Net Interview Questions, Asp.net interview questions
3
Shouts

Shivprasad Koirala: ASP.NET Interview questions :- What is the advantage of using MVC pattern?

posted by questpondquestpond 796 days, 18 hours, 4 minutes ago
Monday, March 14, 2011 2:41:44 PM GMT
MVC is one of the most used architecture pattern in ASP.NET and this is one of those ASP.NET interview question (more)
category: Web Dev | clicked: 5 | comment | | source: computerauthor.blogspot.com
tags: Asp.net interview questions
2
Shouts

C# interview question :- What is Serialization in .NET ?

posted by questpondquestpond 796 days, 18 hours, 6 minutes ago
Monday, March 14, 2011 2:40:18 PM GMT
Serialization is a process by which we can save the state of the object by converting the object in to stream of bytes.These bytes can then be stored in database, files, memory etc. (more)
category: Web Dev | clicked: 2 | comment | | source: computerauthor.blogspot.com
tags: .Net Interview Questions
2
Shouts

C# Interview question :- Can you explain difference between Pascal notation, Camel notation and hungarian notation ?

published 806 days, 14 hours, 2 minutes ago posted by questpondquestpond 808 days, 18 hours, 44 minutes ago
Friday, March 04, 2011 6:43:59 PM GMT Wednesday, March 02, 2011 2:02:10 PM GMT
The above c# interview question is asked to ensure if you have used coding standards in your project. All the above 3 things are nothing but naming conventions which are followed in programming languages to ensure a clean code. (more)
category: Web Dev | clicked: 2 | comment | | source: computerauthor.blogspot.com
tags: .Net Interview Questions, C# interview Questions
2
Shouts

ASP.NET interview question :- How do we write a HttpModule ?

published 811 days, 22 hours, 6 minutes ago posted by questpondquestpond 812 days, 19 hours, 8 minutes ago
Sunday, February 27, 2011 10:39:55 AM GMT Saturday, February 26, 2011 1:37:48 PM GMT
Again a simple .NET Interview question Writing a HttpModule is a two step process. (more)
category: Web Dev | clicked: 0 | comment | | source: computerauthor.blogspot.com
tags: Asp.net interview questions, NET interview questions
2
Shouts

ASP.NET Interview question :- How do we write a HttpHandler ?

published 811 days, 22 hours, 6 minutes ago posted by questpondquestpond 812 days, 19 hours, 10 minutes ago
Sunday, February 27, 2011 10:39:55 AM GMT Saturday, February 26, 2011 1:36:17 PM GMT
Again a simple .NET Interview question Writing a HttpModule is a two step process. (more)
category: Web Dev | clicked: 0 | comment | | source: computerauthor.blogspot.com
tags: Asp.net interview questions, NET interview questions
2
Shouts

ASP.NET interview question:-What is the difference between render and prender event ?

posted by questpondquestpond 813 days, 18 hours, 20 minutes ago
Friday, February 25, 2011 2:26:32 PM GMT
This is again a very nice .NET interview question and the question can be confusing because of the common word "render". Now ASP.NET page has 4 important events. Init , Load , validate , event and render (Remember SILVER). (more)
category: Web Dev | clicked: 3 | comment | | source: computerauthor.blogspot.com
tags: Asp.net interview questions, C# interview Questions, NET interview questions
2
Shouts

.NET interview question on generics :- How does performance increase by using generic collection ?

posted by questpondquestpond 813 days, 18 hours, 21 minutes ago
Friday, February 25, 2011 2:24:57 PM GMT
When we use normally .NET collection objects there is lot of boxing and unboxing. (more)
category: Web Dev | clicked: 1 | comment | | source: computerauthor.blogspot.com
tags: Asp.net interview questions, C# interview Questions, NET interview questions
2
Shouts

Shivprasad Koirala: ASP.NET Interview Questions:-What is the sequence in which ASP.NET page life cycle is executed ?

posted by questpondquestpond 815 days, 19 hours, 24 minutes ago
Wednesday, February 23, 2011 1:22:07 PM GMT
The answer is very simple but the problem with the answer is that developers forget the sequence of ASP.NET page life cycle. (more)
category: Web Dev | clicked: 10 | comment | | source: computerauthor.blogspot.com
tags: Interview Questions and answers, ASP.NET
2
Shouts

C# interview question :- Why is stringbuilder concatenation more efficient than simple string concatenation?

posted by questpondquestpond 816 days, 18 hours, 35 minutes ago
Tuesday, February 22, 2011 2:11:19 PM GMT
This question is one of the favorites question which comes during c# interviews and the interviewer is not only expecting which one of them is more efficient. But he is also expecting the reason for the same. (more)
category: Web Dev | clicked: 0 | comment | | source: computerauthor.blogspot.com
tags: C#, Interview Questions and answers
2
Shouts

.Net Interview Questions:-If you are said to improve .NET code performance what will you do ?

posted by questpondquestpond 816 days, 18 hours, 37 minutes ago
Tuesday, February 22, 2011 2:09:34 PM GMT
These kind of questions are very generic. Just pick up 5 best tips you know which you implemented and say it before the interviewer. (more)
category: Web Dev | clicked: 1 | comment | | source: computerauthor.blogspot.com
tags: .NET, Interview Questions and answers
2
Shouts

.NET Interview Question - How does “Dataset” differ from a “Data Reader”?

posted by questpondquestpond 819 days, 46 minutes ago
Sunday, February 20, 2011 7:59:55 AM GMT
Dataset” is a disconnected architecture, while “Data Reader” has live connection while reading data. (more)
category: Web Dev | clicked: 0 | comment | | source: computerauthor.blogspot.com
tags: .NET, data, Interview Questions and answers
2
Shouts

Shivprasad Koirala: .NET Interview Question - How does delegate differ from an event?

posted by questpondquestpond 819 days, 19 hours, 7 minutes ago
Saturday, February 19, 2011 1:39:08 PM GMT
Delegate is an abstract strong pointer to a function or method while events are higher level of encapsulation over delegates. Events use delegates internally. (more)
category: Web Dev | clicked: 1 | comment | | source: computerauthor.blogspot.com
tags: .NET, Interview questions