I need Interview Questions Need To Answers New

Posted by Jayakumars under ASP.NET AJAX on 4/20/2013 | Points: 10 | Views : 2217 | Status : [Member] [MVP] | Replies : 4
Hi
I need Interview Questions Need To Answers New


1.What is Design pattern?
2.TFS?
3.Sql optimization?
4.Javascript 10 inputs how to referesh 10 time pagepostback using jscript
5.jquery . has
6.self join
7.user control
8.Transact
9.IIS
10. Clone And Copy?
11.machine config vs Web config?

Mark as Answer if its helpful to you

Kumaraspcode2009@gmail.com



Responses

Posted by: Raj.Trivedi on: 4/20/2013 [Member] [MVP] Starter | Points: 25

Up
0
Down
Hello Jaykumar

Check this

Question 1 :- http://www.dofactory.com/Patterns/Patterns.aspx
Question 2:- http://www.dotnetcurry.com/ShowArticle.aspx?ID=120
Question 3:- http://beginner-sql-tutorial.com/sql-query-tuning.htm and http://blog.sqlauthority.com/category/sql-optimization/


Regard's
Raj.Trivedi
"Sharing is Caring"
Please mark as answer if your Query is resolved

Jayakumars, if this helps please login to Mark As Answer. | Alert Moderator

Posted by: Raj.Trivedi on: 4/20/2013 [Member] [MVP] Starter | Points: 25

Up
0
Down
Hello

Question 9 :- http://www.dotnetfunda.com/articles/article2217-binding-a-website-to-local-iis.aspx
Question 10 :- http://www.dotnetspark.com/qa/1767-difference-between-datasetclone-and-datasetcopy.aspx and http://www.dofactory.com/topic/1280/string-method.aspx

Question 11 :- http://www.codeproject.com/Questions/281315/Difference-between-Machine-config-and-web-config-f

Regard's
Raj.Trivedi
"Sharing is Caring"
Please mark as answer if your Query is resolved

Jayakumars, if this helps please login to Mark As Answer. | Alert Moderator

Posted by: Karthik2010_Mca on: 4/20/2013 [Member] Starter | Points: 25

Up
0
Down
Hi,

TFS - Team foundation server. It is maintain a application for the source management.

User Control :
It starts with .ascx extension.
Could be used to when you need repeat same control on many pages.
Define a set of controls.

Clone - It is copy the table structure only. Does not copy the table data.
Copy - It is copies both table structure and copy of the table.

Self Join - It is table join itself. When you join different column in a same table is called as self join.

WebConfig - Apply settings every web application. It is default by several configuration items.
Machine config - Apply settings whole asp .net application.


Thanks


Karthik

Jayakumars, if this helps please login to Mark As Answer. | Alert Moderator

Posted by: Snaveen on: 2/14/2014 [Member] Starter | Points: 25

Up
0
Down
2) TFS..?

A) Team foundation server, this means at the same time total team will perform the action to the same project. But that should be depend upon checkin and checkout. Using team foundation parllelly all the people can able to work in same project..

3) SQL Optimisation..?
A) Optimisation play key role while prepare storedprocedures, without optimise the code we can't able to improve the performance of the SP / Query.

6) Self Join..?
A) Join with same table is called as self join.

9) IIS ..?
A) Internet Information Services, This will play key role while perform our application into browser. Without IIS We can't able to view our application in browser.

10) Clone and Copy..?
A) Clone-- clone will give same table structure without data.
Copy -- Copy will give same table structure with data.


Jayakumars, if this helps please login to Mark As Answer. | Alert Moderator

Login to post response