answersLogoWhite

0


Want this question answered?

Be notified when an answer is posted

Add your answer:

Earn +20 pts
Q: What is the three layer of the web service architecture using asp net and c sharp code?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Three tire architecture in net?

GUI Layer[for UI designing],Bussines Layer[to program,calculation] and DataLink Layer[to access database]


What are three structural elements of the IBM common cloud management platform reference architecture?

a) Consumer, Service provider, Application services


What is three tire architecture in net?

I HOPE you mean "Three Tier". "Three Tier" is not .Net specific, but is an enterprise application architecture designed to separate the different major parts of a large application from each other in order to isolate potential bugs. They typically are called the "Data" layer (your database), the "Logic Layer" or "Business Layer" (your "server code that contains the business logic) and the "Presentation Layer" (your application client, be it a thick "Windows application" or a website.). As an example, you could write a three tier application using Microsoft technology like this: Your database would be SQL Server. The Business logic, written in C#, on your server, would handle business rules and data processing. A Web Service would serve as the transport mechanism between the server and your client. Finally, your client would be a ASP.Net website written in VB.Net.


How many sharps are in a major?

Three sharps; F-sharp, C-sharp and G-sharp.


How many type of space in architecture?

there are mainly three types, in architecture conceptual, perceptual and physical.


Which layer of the hierarchical three-layer design model combines traffic from multiple IDFs?

which layer of the hierarchical three-layer design model combines traffic from multiples IDFs? core layer


Who is the patron saint for architecture?

There are no patron saints of architecture but there are three patrons of architects: Barbara, Bernward and Thomas the Apostle.


What are the top three schools of architecture and where are they located?

The top three schools of architecture are Cornell University, Syracuse University, and Rice University. These universities are located in the United States.


What key signature has g sharp f sharp and d sharp have?

The key with three sharps is A major, however A major uses C sharp - alongside with G sharp and F sharp - instead of D sharp.


What key signature does A major have?

A major has three sharps: F, C, and G.F sharp, C sharp, G sharp


How do you play c sharp?

to play c sharp you can have all keys open or the three on the bottom hand closed with the top three open


What task are performed by the transport layer?

1. Transport layer ensure data is sent & received successfully between two computers. If data is sent incorrectly this layer asks for re-transmission of data. 2. If the message is too large it breaks the message (from session layer) into smaller datagram and appends appropriate unit header information. 3. It ensures reliable service to the top three layers. 4. By providing session layer with a reliable message transfer service it hides all the detailed network information from the session layer.