Home
Flashcards
Preview
Client/Server Final
Home
Get App
Take Quiz
Create
What does BLOB stand for?
Binary Large Object
What data type do we store BLOBS in SQL Server?
img
What data type does MS suggest we store a BLOB in visual studio?
file table
What data type is a blob stored in C#?
byte array
What 2 new WPF controls were introduced
rich text box
dialog control
What is WCF?
Windows Communication Foundation
Communication between executables
What does A.B.C. stand for?
Address
Binding
Contract
When is Binding used?
With the BLOB
When is the contract used?
Interface
What 2 attributes did we use in EmployeeDataService and explain what they do.
[ServiceContract]
provides meta data for run time environment
put on class level
[OperationContract]
put on method level
What is an attribute?
useful peices of meta data used at run time to do something.
What is the WCF Host?
Used to run the server
When adding a WCF Service to a WCF Service Library project, what 2 files get created by VS?
Interface
implementation class of the interface
Which files get updated/created when adding a WCF Service to a WCF Service Library project?
Implementation class file
interface
App.config
What datatype was the IsTech column given?
boolean
What is the SerializedEmployee classified as?
ComplexType
What does WCF do to Lists that are sent over the network?
converts into array
When adding a Service Reference what file is created/updated on the client?
app.Config
Difference between app.config and App.config
App = server side
app = client side
How does the CallDataService differ from the EmployeeDataService when tracking Optimistic Concurrency?
They don't
If a change is made to the DataService, what should you do in the user object's project to pick up the change? What is another option
right click service and update
delete service and app.config and re add them
Which Object Oriented principle does a user control provide and example of?
encapsulation
What is the assembly type produced when creating a user control?
.dll
Where does the control show up in the VS ide?
toolbox
How does our EmployeeChooser control notify its parent that an employee has been selected?
raise an event
What is the data type for the date fields in the Calls table?
smalldatetime
What is the data type for the equivalent field in C#?
DateTime
What do you have to do to a date field in C# when working with it?
has to have a valid date value
What happens when you try and store a date field with DateTime.MinValue in the database?
conversion error
What do you need to do to load the Problems combo box?
content and tag
How do you retrieve the correct problem id from the combo box once the user has selected one?
tag
How does a user close a call?
check box
How many .dll's are in Case Study 2? What are they?
3
Data Services
UserObjects
UserControl
How many .dll's go on the server?
2
What are the 3 complex type contracts?
[DataContract]
[EdmxComplexType]
[Serializable]
Author
djon
ID
188636
Card Set
Client/Server Final
Description
CSAD Final
Updated
12/11/2012, 4:51:47 AM
Show Answers
Home
Flashcards
Preview