Creating web services in SQL server
For creating web service in SQL server you need to understand http end points. So what is http end points ? It provide an interface using TCP or http for SOAP.
For creating web service in SQL server you need to understand http end points. So what is http end points ? It provide an interface using TCP or http for SOAP.
On this blog I would like to ask why HR managers needed in an organization ? Are they needed for Recruitment ? Are they needed for payroll management ? Are
To be posted soon !!
WCF is based on SOA architecture. Its main objective is to achieve features of SOA and coming as close as possible to it. It is basically a framework for creating and distributing the connected applications. WCF provides the set if classes which provides developer a facility to create a SOA applications.
1) Geometry Data Types a. Point - POINT ( 10 15 ) - A point b. Multipoint – MULTIPOINT (10 10, 50 50) – A multipoint with two points c. LineString – LINESTRING (10 10,20 20,31 35) - A line string with three points d. Polygon – POLYGON (( 10 10, 10 20, 20 20, 20 15, 10 10)) – A polygon e. GeomCollection – GEOMETRYCOLLECTION ((POINT (10 15), LINESTRING (10 10,20 20)) A collection of
Powered by Sachin Jain