single page applications com asp.net 5

13
#VSSUMMIT André Baltieri Single Page Applications com ASP.NET vNext Microsoft MVP – ASP.NET/IIS http://andrebaltieri.net/

Upload: andre-baltieri

Post on 26-Jul-2015

211 views

Category:

Education


1 download

TRANSCRIPT

Page 1: Single Page Applications com ASP.NET 5

#VSSUMMIT

André Baltieri

Single Page Applications com ASP.NET vNext

Microsoft MVP – ASP.NET/IIS

http://andrebaltieri.net/

Page 2: Single Page Applications com ASP.NET 5

#VSSUMMIT

Sobre

• Microsoft mvp asp.net/iis• Criador do ASP.NET Cast• Trabalha com desenvolvimento web

desde 2003• http://andrebaltieri.net/

Page 3: Single Page Applications com ASP.NET 5

#VSSUMMIT

Como a web funciona

Page 4: Single Page Applications com ASP.NET 5

#VSSUMMIT

Response

Request

Client Server

ProcessamentoASP.NET, C#, HTML

HTML, CSS, JAVASCRIPTProcessamento

HTML, CSS, JS

Page 5: Single Page Applications com ASP.NET 5

#VSSUMMIT

Como o ASP.NET funciona

Page 6: Single Page Applications com ASP.NET 5

#VSSUMMIT

Response (HTML)

Request

Client Server

ProcessamentoGERA HTML

HTML, CSS, JAVASCRIPTProcessamento

HTML, CSS, JS

Page 7: Single Page Applications com ASP.NET 5

#VSSUMMIT

Como o WebAPI funciona

Page 8: Single Page Applications com ASP.NET 5

#VSSUMMIT

Response (JSON)

Request

Client Server

ProcessamentoGERA JSON

HTML, CSS, JAVASCRIPTProcessamento

HTML, CSS, JS

Page 9: Single Page Applications com ASP.NET 5

#VSSUMMIT

Vantagens do SPA

• Trafega apenas JSON• Utiliza o processamento do seu

device• Gera HTML no client• Maior manipulação do DOM

Page 10: Single Page Applications com ASP.NET 5

#VSSUMMIT

Como aplicar SPA

• Server– DDD, TDD, BDD– ASP.NET Web API– C#– Regras de

Negócio

– JSON

• Client– HTML, CSS, JS– AngularJS*

Page 11: Single Page Applications com ASP.NET 5

#VSSUMMIT

DEMO

• https://github.com/andrebaltieri/vssummit-2015

Page 12: Single Page Applications com ASP.NET 5

#VSSUMMIT

Obrigado!

• ASP.NET MVC• http://bit.ly/abt-2015-mvc

• Modern Web Apps• http://bit.ly/abt-2015-mwb

• Domain Driven Design• http://bit.ly/abt-2015-ddd2

Page 13: Single Page Applications com ASP.NET 5

#VSSUMMIT

Contato

• http://andrebaltieri.net/• [email protected]