Showing posts with label Video. Show all posts
Showing posts with label Video. Show all posts

Friday, September 5, 2014

Wednesday, June 19, 2013

GEOSpace - Mat cau - Khoi lap phuong

http://youtu.be/-REvQp_2yLA

GEOSpace - Mat cau - Khoi lap phuong

Wednesday, January 30, 2013

Simple demo product buying FaceFramework

[youtube=http://youtu.be/OiVH6A_rILM&w=380&h=200]

Simple demo product buying FaceFramework netbean 7.1

Ma nguon

Tuesday, January 29, 2013

Wednesday, January 9, 2013

Wednesday, December 26, 2012

Sunday, December 9, 2012

Create first jsp and servlet

http://youtu.be/eOuT4IepggU

Create first jsp and servlet netbean 7.2

Wednesday, December 5, 2012

Xử lý ngoại lệ trong dịch vụ web



Service with name “Accounting” have some API as:



  1. Create_Account(string id, string pin,string fullname,datetime createdate)

  2. View_Detail(string id)

  3. Delete_Account(string id) only call by authenticated user with admin permission


----------------------------------------------------------------------------------------------------------------------------

  1. Create webservice

    1. Define all necessary API for it

    2. Using SoapHeader to config using condition of these above API

    3. Using SoapException to raise and handle error on server also at the client

    4. Create webservice client

      1. ASP.Net website as client






i.      AddWebReferrences

ii.      Create object proxy

iii.      Call service API with SoapHeader

iv.      Handle exceptions

  1. Window form as client same as above


http://youtu.be/BEwhsBMHDaM

Xử lý ngoại lệ trong dịch vụ web

VIdeo Exception handling in webservice with asp.net VS 2008 ACCPi10

[youtube=http://youtu.be/7ALn-kPEMf0]

Exception handling in webservice with asp.net VS 2008

Friday, November 23, 2012

Hướng dẫn tạo và sử dụng webservice với asp.net

http://youtu.be/gkRv24Ma4YA

Hướng dẫn tạo và sử dụng webservice với asp.net
VS 2008

Translate