Search results

  1. B

    WebHttpBehavior

    WebHttpBehavior is one of the key pieces of the WCF 3.5 programming model. The job of the WebHttpBehavior is to modify the WCF dispatching layer to use RESTful-based context to route messages to the CLR methods of the service object, and to modify the serialization layer to use the correct...
  2. B

    WebHttpBinding

    The WebHttpBinding class is a new OOTB binding in WCF 3.5, designed to be the binding for RESTful WCF endpoints. The binding is pretty simple, and is very much like the CustomBinding used in my WCF 3.0 example earlier in the chapter (Example 2-1). WebHttpBinding contains a binding element that...
  3. B

    RSS/Atom

    Feeds are a popular beast on the Web today; they are usually associated with what are called feed readers, and with a particular kind of web application known as a web log (or just blog for short). Blogs (and other types of data exposed as feeds) syndicate (broadcast) their data, and feed...
  4. B

    Xml

    XML is probably the most popular format for representation of resources. It’s a wellknown format, and there are libraries for processing XML on every mainstream platform. The formal media type for XML is application/xml (it used to be text/xml, but that media type has been deprecated). When...
  5. B

    What is Instant Link SEO ?

    What is Instant Link SEO ?
  6. B

    What is The ASIN function ?

    The ASIN function returns the inverse sine. The specification for the ASIN function is: FUNCTION ASIN (n NUMBER) RETURN NUMBER; where the number n must be between −1 and 1, and the value returned by ASIN is between −pi/2 and pi/2.
  7. B

    What is The ACOS function ?

    The ACOS function returns the inverse cosine. The specification for the ACOS function is: FUNCTION ACOS (n NUMBER) RETURN NUMBER; where the number n must be between −1 and 1, and the value returned by ACOS is between 0 and pi.
  8. B

    PL/SQL Version 2.0

    PL/SQL Version 2.0 was first released with the Oracle Server and expanded significantly the ability of PL/SQL to support large−scale, complex, distributed application development efforts. With Version 2.0, you can modularize your programs into procedures, functions, and −− most importantly −−...
  9. B

    Improved Application Portability with PL/SQL

    The concern about portability might seem odd to those of us familiar with Oracle Corporation's marketing and technical strategies. One of the hallmarks of the Oracle solution from the early 1980s was its portability. At the time that PL/SQL came along, the C−based RDBMS ran on many different...
  10. B

    What is The UNIQUE_SESSION_NAME function ?

    The UNIQUE_SESSION_NAME function returns a name that is unique among the sessions currently connected to the database. You can use this function to obtain a name for a pipe that you know will not be in use by any other sessions. The specification is: FUNCTION DBMS_PIPE.UNIQUE_SESSION_NAME...
  11. B

    The REMOVE_PIPE function

    The REMOVE_PIPE function removes a pipe from shared memory. This function must be called to remove a pipe created explicitly with CREATE_PIPE. If your pipe is created implicitly, then it will be removed with a call to PURGE or whenever the pipe is emptied. The specification is: FUNCTION...
  12. B

    IS Penguin 4.0 Major Update For Website ?

    IS Penguin 4.0 Major Update For Website ?
Back
Top