In simple words Serialization is the process of saving the state of a object of any Type into to a physical medium or stream.
using this process any object can be saved as :
-Binary file
-soap object
-xml file or xml stream
XML Serialization:
for the beginners who have less knowledge about the xml are advised to
visit one of the most beneficial resources xml tutorials
for details about the core concepts visit:Serialization Articles
to more elaborate the purpose of this post consider a scenario:
for example you want to create an application with facility of shipping rate calculation,
for this purpose you may use UPS online tools or USPS rate API.
for both of the ways you will have to create the Request in specified format
where information is to be represented in XML .
at this point xml serialization can help minimizing the effort required
for the practical Implementation this is a very good article
Xml serialization
Monday, June 23, 2008
Friday, June 13, 2008
Getting started with ebay developer Program
This is my first post , so please your positive comments will be encouraging for me.
ebay.com is the most known website for buying and selling, they also offer the integration
of other application for listing products to sell on the ebay .
They have also provided good resources for the developers,as startup i will recemond to visit this link:
Ebay Development starter kit
download the kit and make the sample application using the template.
please donot forget to read the Docs/eBaySellingStarterKitDocumentation
in the visual studio project.
then get your self registered at the Ebay developer program
once you get registered generate the keyset:
eBayAppID
eBayCertID
ebayAuthToken
these are required for starting developing test application
till this step there is no hurdle .
Getting The Auth Token
there are some prerequisites for that
if you donot follow you can ran into situation like this
please do register before at SandBox test user Registration
before you proceed because you need an ebay id to generate the auth token.
there you can put the it and get the auth token
and get your sample project work.
i also found a very good article which helps alot : Writing ebay Application
i hope this post will be helpful for the people want start doing their work with developing ebay application.
ebay.com is the most known website for buying and selling, they also offer the integration
of other application for listing products to sell on the ebay .
They have also provided good resources for the developers,as startup i will recemond to visit this link:
Ebay Development starter kit
download the kit and make the sample application using the template.
please donot forget to read the Docs/eBaySellingStarterKitDocumentation
in the visual studio project.
then get your self registered at the Ebay developer program
once you get registered generate the keyset:
eBayAppID
eBayCertID
ebayAuthToken
these are required for starting developing test application
till this step there is no hurdle .
Getting The Auth Token
there are some prerequisites for that
if you donot follow you can ran into situation like this
please do register before at SandBox test user Registration
before you proceed because you need an ebay id to generate the auth token.
there you can put the it and get the auth token
and get your sample project work.
i also found a very good article which helps alot : Writing ebay Application
i hope this post will be helpful for the people want start doing their work with developing ebay application.
Subscribe to:
Posts (Atom)