ASP.net MVC dotn display a column Using LINQ to SQL class…
ASP.net MVC dotn display a column Using LINQ to SQL class
[MetadataType(typeof(ProductMetadata))]
public pertial class Product
{
…
}
public class ProductMetadata
{
…
}
the application hat to render same as in .net 3.5.
Migration .net 3.5 to 4.0 You have migrated a web application from .net 3.5 to 4.0. the application
hat to render same as in .net 3.5.
You need to ensure that the service operation is always executed within a transaction
You are modifying a Windows Communication Foundation (WCF) service that allows
customers to update financial data. The service currently requires a transaction from the
client application and is working correctly. The service contract is defined as follows. (Line
numbers are included for reference only.) The service must be modified so that client
applications do not need to initiate a transaction when calling the operation. The service
must use the client application’s transaction if one is available. Otherwise it must use its
own transaction. You need to ensure that the service operation is always executed within a
transaction. What should you do?
all options had the <%assembly tag but the att differed
A library called contosobuisness.dll has been created and u need to accept it in a page.. all options
had the <%assembly tag but the att differed
to get a string prop from custom.master into a label in content page the code u wud use…
You have a master page custom.master … u create a nested.master page using it … and then u have
content page that uses the nested.master as its master page … to get a string prop from
custom.master into a label in content page the code u wud use…
A text box should enter valid date options all were compare validators but the operator differed…
A text box should enter valid date options all were compare validators but the operator differed
(equal and datatyp)..controltovalidate in two options and controltocompare in the remainin..
Which code segment should you insert at line 02?
You have a login.ascx control and to display it in a view which method u would use..
You have a login.ascx control and to display it in a view which method u would use..
Which code would you use to get a string property from custom.master?
You have a master page custom.master. You create a nested.master page using it. You then have a
content page that uses the nested.master as its master page. Which code would you use to get a
string property from custom.master?
You need to ensure that the service meets the following requirements: • The service now must be exposed as a
You develop a Windows Communication Foundation (WCF) service. It is used exclusively
as an intranet application and is currently unsecured. You need to ensure that the service
meets the following requirements: • The service now must be exposed as an Internet
application. • The service must be secured at the transport level. • Impersonation and
delegation cannot be enabled. What should you use?