Showing posts with label C#. Show all posts
Showing posts with label C#. Show all posts
Thursday, June 25, 2009
Difference between string and String in C#
There is such difference in string and String. These can be apply for the same purpose. The only difference between these is String can be used as identifier but string can not.
Tuesday, May 5, 2009
ASP.NET and Web Services
* C# can be a main language to code in ASP.NET other VB.NET or C++ as well.
* Web service can be constructed with .ASMX extension and can be done with note pad, word pad or visual studion 2008.
* Visual studio will be easier.
* can be access the web service with SOAP or HTTP GET or HTTP POST.
* Web service will be written like as simple Object oriented programing in C#.
* we can write the functionality as contract to access from client. that contract will be called using SOAP or HTTP method to access.
* this contract is written in Standard lagnuage called WSDL. and Web services will be accesed through that WSDL of that particular services.
* Web service can be constructed with .ASMX extension and can be done with note pad, word pad or visual studion 2008.
* Visual studio will be easier.
* can be access the web service with SOAP or HTTP GET or HTTP POST.
* Web service will be written like as simple Object oriented programing in C#.
* we can write the functionality as contract to access from client. that contract will be called using SOAP or HTTP method to access.
* this contract is written in Standard lagnuage called WSDL. and Web services will be accesed through that WSDL of that particular services.
Labels:
ASP.NET and Web Services,
C#,
Create Service,
Internet
Subscribe to:
Posts (Atom)