webservice y reporting

7

Click here to load reader

Upload: hvillarreal

Post on 07-Jul-2015

393 views

Category:

Technology


1 download

TRANSCRIPT

Page 1: WebService y Reporting

Ing. Eric Huiza PereyraIng. Eric Huiza Pereyra

.Net Senior Developer.Net Senior DeveloperQUADREMQUADREM

www.quadrem.comwww.quadrem.com

Page 2: WebService y Reporting

Web Services. Programación Asíncrona. SQL Reporting Services.

Page 3: WebService y Reporting

XML (eXtensible Markup Language).◦ Documento bien formado.◦ Documento Válido.

XSD. WSDL. SOAP. HTTP, HTTPS.

Page 4: WebService y Reporting

Web Service Proxy. Métodos de consumo.◦ HTTP GET.◦ HTTP POST.◦ SOAP.

Hosting.◦ IIS.◦ Windows Service.◦ Ejecutable.

Page 5: WebService y Reporting

Computación paralela. Hilos de ejecución.◦ Hilos en background.◦ Timers.

Pool de hilos.◦ Procesadores Duales.◦ Múltiples procesadores.

Page 6: WebService y Reporting

Patrón asíncrono.◦ Delegados.◦ Métodos Begin y End.◦ AsyncCallback.◦ Method Invoker.◦ Devolución del control al hilo principal.

Page 7: WebService y Reporting

Plataforma de reportes basado en servidor. Arquitectura de sistemas distribuidos. Recuperación de reportes a través de Web

Services. Generación de reportes estándar (PDF, HTML,

XML, MS Excel, MS Word, CSV, Texto).