Click here to Skip to main content
15,886,788 members
Home / Discussions / Work Issues
   

Work Issues

 
GeneralRe: proficiency test for C++ Pin
R. Giskard Reventlov13-Aug-07 0:15
R. Giskard Reventlov13-Aug-07 0:15 
AnswerRe: proficiency test for C++ Pin
led mike10-Aug-07 4:56
led mike10-Aug-07 4:56 
AnswerRe: proficiency test for C++ Pin
Vasudevan Deepak Kumar9-Sep-07 3:03
Vasudevan Deepak Kumar9-Sep-07 3:03 
QuestionMCSD Visual C#.Net Core Exam: Window Application Development (Exam 70-316) Pin
Andy Rama7-Aug-07 8:40
Andy Rama7-Aug-07 8:40 
AnswerRe: MCSD Visual C#.Net Core Exam: Window Application Development (Exam 70-316) Pin
led mike7-Aug-07 9:14
led mike7-Aug-07 9:14 
AnswerRe: MCSD Visual C#.Net Core Exam: Window Application Development (Exam 70-316) Pin
Nouman Bhatti9-Aug-07 0:30
Nouman Bhatti9-Aug-07 0:30 
GeneralRe: MCSD Visual C#.Net Core Exam: Window Application Development (Exam 70-316) Pin
Andy Rama14-Aug-07 1:13
Andy Rama14-Aug-07 1:13 
GeneralRe: MCSD Visual C#.Net Core Exam: Window Application Development (Exam 70-316) Pin
Nouman Bhatti14-Aug-07 19:17
Nouman Bhatti14-Aug-07 19:17 
total marks are 1000
u need 70% marks to pass the exam.

there are specific books from microsoft press for the preparation of exams. read out that book.

below are some sample questions.

1.
You are a Web developer for Techno Inc. You create an ASP.NET application that accesses sales and marketing data. The data is stored in a Microsoft SQL Server 2000 database on a server named TestK01.The company purchases a factory automation software application. The application is installed on TestK01, where it creates a second instance of SQL Server 2000 named Factory and a
database named FactoryDB. You connect to FactoryDB by using Windows Integrated
authentication.

You want to add a page to your ASP.NET application to display inventory data from FactoryDB. You use a SqlConnection object to connect to the database. You need to create a connection string to FactoryDB in the instance of SQL Server named Factory on TestK01. Which string should you use?

A. “Server=TestK01;Data Source=Factory;
Initial Catalog=FactoryDB;Integrated Security=SSPI”
B. “Server= TestK01;Data Source=Factory;
Database=FactoryDB;Integrated Security=SSP1”
C. “Data Source= TestK01\Factory;Initial Category=Factory;
Integrated Security=SSP1”
D. “Data Source= TestK01\Factory;Database=FactoryDB;
Integrated Security=SSP1”

Answer: D

Explanation:
The Data Source attribute of the connection string contains the name, instance or network address of the instance of SQL Server to which to connect. In this scenario we are to connect to the Factory Instance on TestK01 so we use TestK01\Factory as data source. To specify the database we should either use the Database or the Initial Catalog attribute. Here we use Database=FactoryDB.




2.You are creating an ASP.NET application for Techno Inc's Internet Web site. You want to create a toolbar that will be displayed at the top of each page in the Web site. The toolbar will contain only static HTML code. The toolbar will be used in only your application. You plan to create the toolbar as a reusable component for your application. You need to create the toolbar as quickly as possible.
What should you do?

A. Create a new Web Control Library project.
Create the toolbar within a Web custom control.

B. Add a new Web user control to your ASP.NET project.
Create the toolbar within the Web user control.

C. Add a new Web Form to your ASP.NET project.
Use HTML server controls to design the toolbar within the Web Form and save the Web Form with an .ascx extension.

D. Add a new component class to your ASP.NET project.
Use HTML server controls to design the toolbar within the designer of the component class.

Answer: B

Explanation:
Web user controls enable you to easily define controls as you need them for your applications, using the same programming techniques that you use to write Web Forms pages.


QuestionOutlook 2003 Pin
scorp_scorp29-Jul-07 22:18
scorp_scorp29-Jul-07 22:18 
AnswerRe: Outlook 2003 Pin
Brian Lowe30-Jul-07 5:19
Brian Lowe30-Jul-07 5:19 
QuestionRe: Outlook 2003 Pin
scorp_scorp30-Jul-07 10:06
scorp_scorp30-Jul-07 10:06 
QuestionEmployment Odds Pin
codemunkeh27-Jul-07 8:07
codemunkeh27-Jul-07 8:07 
AnswerRe: Employment Odds Pin
Brian Lowe30-Jul-07 5:30
Brian Lowe30-Jul-07 5:30 
GeneralRe: Employment Odds Pin
codemunkeh30-Jul-07 6:02
codemunkeh30-Jul-07 6:02 
AnswerRe: Employment Odds Pin
DynV2-Aug-07 14:22
DynV2-Aug-07 14:22 
QuestionHelp with dll Pin
Bad Programmer26-Jul-07 16:26
Bad Programmer26-Jul-07 16:26 
AnswerRe: Help with dll Pin
Dave Kreskowiak26-Jul-07 16:49
mveDave Kreskowiak26-Jul-07 16:49 
GeneralRe: Help with dll Pin
Bad Programmer27-Jul-07 7:09
Bad Programmer27-Jul-07 7:09 
GeneralRe: Help with dll Pin
martin_hughes27-Jul-07 10:45
martin_hughes27-Jul-07 10:45 
GeneralRe: Help with dll Pin
Bad Programmer27-Jul-07 11:12
Bad Programmer27-Jul-07 11:12 
QuestionWebcam Streamsize Pin
L Viljoen25-Jul-07 20:30
professionalL Viljoen25-Jul-07 20:30 
AnswerRe: Webcam Streamsize Pin
Dave Kreskowiak26-Jul-07 3:59
mveDave Kreskowiak26-Jul-07 3:59 
QuestionMapping Data from Flat file to multiple tables in the Database Using C# Pin
vmeruva23-Jul-07 19:47
vmeruva23-Jul-07 19:47 
AnswerRe: Mapping Data from Flat file to multiple tables in the Database Using C# Pin
martin_hughes26-Jul-07 6:59
martin_hughes26-Jul-07 6:59 
QuestionComputeach/Other UK training outfit recommendations? Pin
martin_hughes23-Jul-07 8:59
martin_hughes23-Jul-07 8:59 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.