ASP.NET MVC 3

19
ASP.NET MVC José Lino Neto [email protected] http://joselino.net

Transcript of ASP.NET MVC 3

Page 1: ASP.NET MVC 3

ASP.NET MVC

José Lino Neto

[email protected]

http://joselino.net

Page 2: ASP.NET MVC 3

• Como funciona o ASP.NET MVC?

• E o que seria MVC?

• É o fim dos WebForms?

• O ASP.NET MVC é para vocês?

• Pode solucionar alguns problema de

desenvolvimento que estão enfrentando?

Page 3: ASP.NET MVC 3

Caching Modules

HandlersIntrinsics

Pages Controls

Globalization

Profile

Master Pages

MembershipRoles

Etc.

ASP.NET

Um framework web que engloba quase

tudo.

Page 4: ASP.NET MVC 3

Master Page

Control

Control

Não há reais regras de responsabilidades

Apresentção

Lógica da apresentação

Regras negócio

Acesso a Dados

Quem faz o que?

Como e quando?

Control

ControlPage

Control

Control

Control

Control

Page 5: ASP.NET MVC 3

Abstração de controles pode ser negativo.

Page 6: ASP.NET MVC 3

Lógica UI

Page 7: ASP.NET MVC 3

ASP.NETDynamic Data

ASP.NETWebForms

ASP.NETMVC

Apresentação

ExecuçãoASP.NET

Core

Page 8: ASP.NET MVC 3
Page 9: ASP.NET MVC 3

Controller(Input)

Model(Logic)

View(Presentation)

Separação dos conceitos

Page 10: ASP.NET MVC 3

Request

View

Controller

Response

Controller

Recebe Entradas dos

Usuários

(HTTP requests)

View

Representação

Visual dos

Modelos

Page 11: ASP.NET MVC 3

Não se perca em…

/Produtos.aspx?ProdutoID=123

Quando facilmente pode ter…

/Produto/Detalhes/123

Ou então o que melhor fizer sentido durante uma migração

Page 12: ASP.NET MVC 3
Page 13: ASP.NET MVC 3

Nova caixa de diálogo

Razor View Engine

Page 14: ASP.NET MVC 3
Page 15: ASP.NET MVC 3

Global Filters

Dynamic ViewModel

Novos tipos de ActionResult

HttpNotFound

PermanentRedirect

StatusCode

Json Binding

Future Improvements: JavaScript, Helper

Support for jQuery Validation

Page 16: ASP.NET MVC 3
Page 17: ASP.NET MVC 3

Download ASP.NET MVC 3 Preview 1

Binaries: http://bit.ly/ahs64M

Source: http://aspnet.codeplex.com/releases/view/50092

Blogs

http://weblogs.asp.net/scottgu/archive/2010/07/27/introducing-

asp-net-mvc-3-preview-1.aspx

http://bradwilson.typepad.com/blog/2010/07/service-location-

pt1-introduction.html

Podcasts / Videos

Scott Hanselman: http://bit.ly/9bJ0JP

Hanselminutes with Phil Haack: http://bit.ly/dxRTxG

www.asp.net and http://forums.asp.net

Page 18: ASP.NET MVC 3

Treinamentos e Formação em TI

• Hands On Lab - Professional – Official

– Open Training

• Boas práticas , dicas, experiência, etc

• ASP.NET 4, C# 4, LINQ, Windows

Azure, jQuery + Web

Standards, Silverlight, SQL...

• Windows Server 2008 R2, Sharepoint

2010, Exchange 2010, BPOS...www.pensou.net

Page 19: ASP.NET MVC 3

© 2010 Microsoft Corporation. All rights reserved. Microsoft, Windows, Windows Vista and other product names are or may be registered trademarks and/or trademarks in the U.S. and/or other countries.

The information herein is for informational purposes only and represents the current view of Microsoft Corporation as of the date of this presentation. Because Microsoft must respond to changing market

conditions, it should not be interpreted to be a commitment on the part of Microsoft, and Microsoft cannot guarantee the accuracy of any information provided after the date of this presentation.

MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.

www.devgoias.net