Construyendo tu ecosistema de desarrollo web

Post on 19-Jul-2015

82 views 4 download

Transcript of Construyendo tu ecosistema de desarrollo web

Construyendo tu ecosistema de desarrollo Web

Alfredo Fernándezafernandez@plainconcepts.com

@afernandez_l

Asp.Net MVC

Moderno y ágil?

Productividad

Open source

Lo mas importante

routing

http://localhost/Events/Index

http://localhost/Events/Detail/5

http://localhost/Events/Index?page=1&sort=name

controller

QueryString

Model

view

Views/Home/Index

http://localhost/Home/Index

view

model binding

Default binderCustom binder

Las demos

http://plainconcepts.com/myEvents/

Y mucho más!

Asp.Net MVC Webapi

routing

Get> http://localhost/Event

Get> http://localhost/Event/3

Post> http://localhost/Event

Put> http://localhost/Event

Delete> http://localhost/Event/5Y mas verbos: http://www.w3.org/Protocols/rfc2616/rfc2616-sec9.html

controller

Representaciones

Selfhost

Y mucho más!

Single page application (SPA)

Single page application (SPA)

En el futuro

Hoy

Requirejs

Requirejs

Requirejs

Knockoutjs

Knockoutjs

Knockoutjs

Knockoutjs

Knockoutjs

<span data-bind="text: name" />

Knockoutjs

sammyjs

sammyjs

amplifyjs

amplifyjs

amplifyjs

También os podría interesar

https://github.com/SignalR/SignalR

También os podría interesar

Preguntas???

Gracias!

afernandez@plainconcepts.com

@afernandez_l