SlideShare una empresa de Scribd logo
1 de 22
ASP.NET
Guido Ticona Hurtado
guidoti@gmail.com
Cliente
Controlador
Modelo Vista
.cs
SERVIDOR CLIENTE
Entity Framework
LINQ
Objetos
.cs .cshtml
ViewData
ViewBag
Model
POST
GET
HTML
Javascript
CSS
HTTP
AJAX
TempData
AJAX
 Javascript, DOM, CSS y
XMLHttpRequest
 Exhibición e interacción dinámica
usando el Document Object Model
 Intercambio y manipulación de datos
Modelo clásico Web
Servidor
Bases de datos
Navegador
Interfaz de usuario
Servidor Web
Solicitud
HTTP
Datos
HTML + CSS
Modelo Request
GET /inicio.html HTTP/1.1
Accept: */*
Accept-Language:...
Accept-Encoding:...
If-Modified-Since:...
If-None-Match:...
User-Agent: Mozilla/4.0...
Host: www.elfec.com
Connection: Keep-Alive
[blank line]
Modelo Response
GET /inicio.html HTTP/1.1
Accept: */*
Accept-Language:...
Accept-Encoding:...
If-Modified-Since:...
If-None-Match:...
User-Agent: Mozilla/4.0...
Host: www.elfec.com
Connection: Keep-Alive
[blank line]
Modelo AJAX
Servidor
Bases de datos
Navegador
Interfaz de usuario
Servidor Web / XML
Javascript Datos
HTML + CSS
Motor AJAX
Solicitud
HTTP
Datos
HTML/JSON/XML/Texto
Donde usar AJAX
 Comunicación rápida entre usuarios
 Interacción a través de formularios
 Filtrado, búsqueda
 Autocompletado de campos
 Etc
Ejemplo búsqueda
@using(Ajax.BeginForm(
new AjaxOptions{HttpMethod =“get”,
InsertionMode =
InsertionMode.Replace,
UpdateTargetId = “div”
}))
Request.IsAjaxRequest
Framework AJAX
 AJAXHelper (jquery unobtrusive)
 Jquery
 Mootools
 Prototype & script.aculo.us
 Dojo – Ext JS
 YUI
 ZK
 GWT
AjaxHelper
 Archivo jquery-unobtrusive-ajax.js
 Ajax.BeginForm
 Ajax.ActionLink
 AjaxOptions
AjaxOptions
 HttpMethod (GET,POST)
 InsertionMode
 Replace
 InsertBefore
 InsertAfter
 UpdateTargetId
 LoadingElementId
 Confirm
 OnBegin, OnComplete, OnFailure,
OnSuccess
JSON
Ejemplo JSON
{
“nombre": “Juan",
“apellido": “Perez",
“edad": 25,
“direccion": {
“calle": “Av Heroinas #343",
“ciudad": “Cbba",
“pais": “BO",
“casilla": 123
},
“telefonos": [
{
“tipo": “casa",
“numero": “4452458"
},
{
“tipo": “celular",
“numero": “70724854"
}
]
}
JQueryUI
 JQueryUIHelper
 Install-package jqueryuihelpers.mvc4
 Crear bundle jquery-ui.unobtrusive-
{version}.js
 @Html.JQueryUI()
JqueryUIHelper
 Widget
 Button
 AutoComplete
 DatePicker
 ProgressBar
 Slider
 Spinner
 Tabs
JqueryUIHelper
 Menu
 Dialog
 Draggable
 Resizable
Autocomplete
 Si es ajax, necesita 2 campos label y
value de tipo JSON
 Direccionar con Url.Action()
 AutoFocus
 AppendTo
 MinLength
 OnSelect
DatePicker
 MinDate
 ShowButtonPanel
 ChangeYear
 ChangeMonth
 NumberOfMonths
 Inline
Menu
 Se usa MenuItem para crear items
 new MenuItem(“Nombre”,Accion)
Tabs
 Se inicia con BeginTabs
 Se puede usar Tabs estaticos con
beginPanel
 Tabs Ajax con AjaxTab
@using (var t = Html.JQueryUI().BeginTabs())
{
t.Tab("Tab 1", "tab1");
t.AjaxTab("Ajax tab", Url.Action(“url"));
using (t.BeginPanel())
{
</p>
}
}
Diálogos
 Se inicia con Begin(new Dialog())
 AutoOpen
 Modal
 Button
 CloseOnEscape
 Draggable
 Position
 Resizable

Más contenido relacionado

La actualidad más candente

Aplicaciones web offline ITParral Prieto y Nassi
Aplicaciones web offline ITParral Prieto y NassiAplicaciones web offline ITParral Prieto y Nassi
Aplicaciones web offline ITParral Prieto y NassiGuillermo Nassi
 
13. Configuracion De Aplicaciones Web Asp.Net
13.  Configuracion De Aplicaciones Web Asp.Net13.  Configuracion De Aplicaciones Web Asp.Net
13. Configuracion De Aplicaciones Web Asp.Netguest3cf6ff
 
Html v5 - PySeWWW
Html v5 - PySeWWWHtml v5 - PySeWWW
Html v5 - PySeWWWFabio Fabre
 
Mejorando interfaz de SharePoint 2010 con Silverlight 4
Mejorando interfaz de SharePoint 2010 con Silverlight 4Mejorando interfaz de SharePoint 2010 con Silverlight 4
Mejorando interfaz de SharePoint 2010 con Silverlight 4SolidQ
 
318847501 paginas-web
318847501 paginas-web318847501 paginas-web
318847501 paginas-webAstrid Valdes
 

La actualidad más candente (6)

Aplicaciones web offline ITParral Prieto y Nassi
Aplicaciones web offline ITParral Prieto y NassiAplicaciones web offline ITParral Prieto y Nassi
Aplicaciones web offline ITParral Prieto y Nassi
 
13. Configuracion De Aplicaciones Web Asp.Net
13.  Configuracion De Aplicaciones Web Asp.Net13.  Configuracion De Aplicaciones Web Asp.Net
13. Configuracion De Aplicaciones Web Asp.Net
 
Html v5 - PySeWWW
Html v5 - PySeWWWHtml v5 - PySeWWW
Html v5 - PySeWWW
 
Mejorando interfaz de SharePoint 2010 con Silverlight 4
Mejorando interfaz de SharePoint 2010 con Silverlight 4Mejorando interfaz de SharePoint 2010 con Silverlight 4
Mejorando interfaz de SharePoint 2010 con Silverlight 4
 
Aplicaciones Web
Aplicaciones WebAplicaciones Web
Aplicaciones Web
 
318847501 paginas-web
318847501 paginas-web318847501 paginas-web
318847501 paginas-web
 

Destacado

13.android localizacion
13.android   localizacion13.android   localizacion
13.android localizacionguidotic
 
Height adjustable desk
Height adjustable deskHeight adjustable desk
Height adjustable desklunchNtouch
 
대신리포트_모닝미팅_130905
대신리포트_모닝미팅_130905대신리포트_모닝미팅_130905
대신리포트_모닝미팅_130905DaishinSecurities
 
대신리포트_모닝미팅130828
대신리포트_모닝미팅130828대신리포트_모닝미팅130828
대신리포트_모닝미팅130828DaishinSecurities
 
Eletrocardiógrafo Cardiofax M
Eletrocardiógrafo Cardiofax MEletrocardiógrafo Cardiofax M
Eletrocardiógrafo Cardiofax MJDMED
 
Brian_Bufforesume_2015 updatePDF0816
Brian_Bufforesume_2015 updatePDF0816Brian_Bufforesume_2015 updatePDF0816
Brian_Bufforesume_2015 updatePDF0816Brian Buffo
 
Mark Vanek Presentation. 2015
Mark Vanek  Presentation. 2015Mark Vanek  Presentation. 2015
Mark Vanek Presentation. 2015Mollie Ann Holt
 
AppBroker Software for ServiceNow
AppBroker Software for ServiceNowAppBroker Software for ServiceNow
AppBroker Software for ServiceNowFlexera
 
Windows 10 One Year Later: What’s Holding You Back?
Windows 10 One Year Later: What’s Holding You Back? Windows 10 One Year Later: What’s Holding You Back?
Windows 10 One Year Later: What’s Holding You Back? Flexera
 

Destacado (14)

13.android localizacion
13.android   localizacion13.android   localizacion
13.android localizacion
 
Height adjustable desk
Height adjustable deskHeight adjustable desk
Height adjustable desk
 
대신리포트_모닝미팅_130905
대신리포트_모닝미팅_130905대신리포트_모닝미팅_130905
대신리포트_모닝미팅_130905
 
대신리포트_모닝미팅130828
대신리포트_모닝미팅130828대신리포트_모닝미팅130828
대신리포트_모닝미팅130828
 
Eletrocardiógrafo Cardiofax M
Eletrocardiógrafo Cardiofax MEletrocardiógrafo Cardiofax M
Eletrocardiógrafo Cardiofax M
 
Project Title
Project TitleProject Title
Project Title
 
Pid Trainer
Pid TrainerPid Trainer
Pid Trainer
 
HANA SP10 ONLINE TRAINING
HANA SP10 ONLINE TRAINING HANA SP10 ONLINE TRAINING
HANA SP10 ONLINE TRAINING
 
Silverline Associates - Brochure
Silverline Associates - BrochureSilverline Associates - Brochure
Silverline Associates - Brochure
 
Word 1
Word 1Word 1
Word 1
 
Brian_Bufforesume_2015 updatePDF0816
Brian_Bufforesume_2015 updatePDF0816Brian_Bufforesume_2015 updatePDF0816
Brian_Bufforesume_2015 updatePDF0816
 
Mark Vanek Presentation. 2015
Mark Vanek  Presentation. 2015Mark Vanek  Presentation. 2015
Mark Vanek Presentation. 2015
 
AppBroker Software for ServiceNow
AppBroker Software for ServiceNowAppBroker Software for ServiceNow
AppBroker Software for ServiceNow
 
Windows 10 One Year Later: What’s Holding You Back?
Windows 10 One Year Later: What’s Holding You Back? Windows 10 One Year Later: What’s Holding You Back?
Windows 10 One Year Later: What’s Holding You Back?
 

Similar a ASP.NET Framework Guía

Dce2 introduccion asp.net primeras 20
Dce2 introduccion asp.net primeras 20Dce2 introduccion asp.net primeras 20
Dce2 introduccion asp.net primeras 20Marvin Romero
 
Microsoft Asp. Net [Asp.Net - Parte 2]
Microsoft Asp. Net [Asp.Net - Parte 2]Microsoft Asp. Net [Asp.Net - Parte 2]
Microsoft Asp. Net [Asp.Net - Parte 2]Antonio Torres
 
Semana 1 tecnologias web
Semana 1   tecnologias webSemana 1   tecnologias web
Semana 1 tecnologias webINFOVIC
 
2009 05-07-tutorial asp.net
2009 05-07-tutorial asp.net2009 05-07-tutorial asp.net
2009 05-07-tutorial asp.netSandy Contreras
 
Conceptos Introductorios Del Web 2
Conceptos Introductorios Del Web 2Conceptos Introductorios Del Web 2
Conceptos Introductorios Del Web 2Michelle Aguirre
 
Conceptos acerca de Ajax
Conceptos acerca  de AjaxConceptos acerca  de Ajax
Conceptos acerca de AjaxAlvaro Castillo
 
Introduccion Ajax V1.0
Introduccion Ajax V1.0Introduccion Ajax V1.0
Introduccion Ajax V1.0Arnulfo Gomez
 
Protocolo http
Protocolo httpProtocolo http
Protocolo httpmateomamis
 
Protocolo http
Protocolo httpProtocolo http
Protocolo httpmateomamis
 
Dce2 Introduccion Asp.Net
Dce2 Introduccion Asp.NetDce2 Introduccion Asp.Net
Dce2 Introduccion Asp.NetEsteban Soraire
 
01 Ext Js Introduccion
01 Ext Js   Introduccion01 Ext Js   Introduccion
01 Ext Js IntroduccionMayer Horna
 
Presentación html5
Presentación html5Presentación html5
Presentación html5aydimdagam
 
Intro a ASP.NET
Intro a ASP.NETIntro a ASP.NET
Intro a ASP.NETwilliamsm
 

Similar a ASP.NET Framework Guía (20)

Dce2 introduccion asp.net primeras 20
Dce2 introduccion asp.net primeras 20Dce2 introduccion asp.net primeras 20
Dce2 introduccion asp.net primeras 20
 
Microsoft Asp. Net [Asp.Net - Parte 2]
Microsoft Asp. Net [Asp.Net - Parte 2]Microsoft Asp. Net [Asp.Net - Parte 2]
Microsoft Asp. Net [Asp.Net - Parte 2]
 
Semana 1 tecnologias web
Semana 1   tecnologias webSemana 1   tecnologias web
Semana 1 tecnologias web
 
2009 05-07-tutorial asp.net
2009 05-07-tutorial asp.net2009 05-07-tutorial asp.net
2009 05-07-tutorial asp.net
 
Conceptos Introductorios Del Web 2
Conceptos Introductorios Del Web 2Conceptos Introductorios Del Web 2
Conceptos Introductorios Del Web 2
 
Conceptos acerca de Ajax
Conceptos acerca  de AjaxConceptos acerca  de Ajax
Conceptos acerca de Ajax
 
Introduccion Ajax V1.0
Introduccion Ajax V1.0Introduccion Ajax V1.0
Introduccion Ajax V1.0
 
Protocolos de internet
Protocolos de internetProtocolos de internet
Protocolos de internet
 
Real-time web
Real-time webReal-time web
Real-time web
 
Protocolo http
Protocolo httpProtocolo http
Protocolo http
 
Protocolo http
Protocolo httpProtocolo http
Protocolo http
 
Ajax
AjaxAjax
Ajax
 
Dce2 Introduccion Asp.Net
Dce2 Introduccion Asp.NetDce2 Introduccion Asp.Net
Dce2 Introduccion Asp.Net
 
01 Ext Js Introduccion
01 Ext Js   Introduccion01 Ext Js   Introduccion
01 Ext Js Introduccion
 
Presentación html5
Presentación html5Presentación html5
Presentación html5
 
ASR_Tema_3.pdf
ASR_Tema_3.pdfASR_Tema_3.pdf
ASR_Tema_3.pdf
 
Real time
Real timeReal time
Real time
 
ASP.NET
ASP.NETASP.NET
ASP.NET
 
2.12 http
2.12 http2.12 http
2.12 http
 
Intro a ASP.NET
Intro a ASP.NETIntro a ASP.NET
Intro a ASP.NET
 

Más de guidotic

1 Programación Web con .NET y C#
1 Programación Web con .NET y C#1 Programación Web con .NET y C#
1 Programación Web con .NET y C#guidotic
 
15 Programación Web con .NET y C#
15 Programación Web con .NET y C#15 Programación Web con .NET y C#
15 Programación Web con .NET y C#guidotic
 
14 Programación Web con .NET y C#
14 Programación Web con .NET y C#14 Programación Web con .NET y C#
14 Programación Web con .NET y C#guidotic
 
13 Programación Web con .NET y C#
13 Programación Web con .NET y C#13 Programación Web con .NET y C#
13 Programación Web con .NET y C#guidotic
 
12 Programación Web con .NET y C#
12 Programación Web con .NET y C#12 Programación Web con .NET y C#
12 Programación Web con .NET y C#guidotic
 
11 Programación Web con .NET y C#
11 Programación Web con .NET y C#11 Programación Web con .NET y C#
11 Programación Web con .NET y C#guidotic
 
10 Programación Web con .NET y C#
10 Programación Web con .NET y C#10 Programación Web con .NET y C#
10 Programación Web con .NET y C#guidotic
 
8 Programación Web con .NET y C#
8 Programación Web con .NET y C#8 Programación Web con .NET y C#
8 Programación Web con .NET y C#guidotic
 
7 Programación Web con .NET y C#
7 Programación Web con .NET y C#7 Programación Web con .NET y C#
7 Programación Web con .NET y C#guidotic
 
6 Programación Web con .NET y C#
6 Programación Web con .NET y C#6 Programación Web con .NET y C#
6 Programación Web con .NET y C#guidotic
 
5 Programación Web con .NET y C#
5 Programación Web con .NET y C#5 Programación Web con .NET y C#
5 Programación Web con .NET y C#guidotic
 
4 Programación Web con .NET y C#
4 Programación Web con .NET y C#4 Programación Web con .NET y C#
4 Programación Web con .NET y C#guidotic
 
5 Administración Android - Activity Manager
5 Administración Android  -  Activity Manager5 Administración Android  -  Activity Manager
5 Administración Android - Activity Managerguidotic
 
4 Administración Android - ADB 2
4 Administración Android - ADB 24 Administración Android - ADB 2
4 Administración Android - ADB 2guidotic
 
3 Administración Android - ADB
3 Administración Android  -  ADB3 Administración Android  -  ADB
3 Administración Android - ADBguidotic
 
2 Administración Android - Android
2 Administración Android  -  Android2 Administración Android  -  Android
2 Administración Android - Androidguidotic
 
1 Administración Android - Introducción
1 Administración Android -  Introducción1 Administración Android -  Introducción
1 Administración Android - Introducciónguidotic
 
16 Administración Android - EMM
16 Administración Android  -  EMM16 Administración Android  -  EMM
16 Administración Android - EMMguidotic
 
15 Administración Android - Localizacion
15 Administración Android  -  Localizacion15 Administración Android  -  Localizacion
15 Administración Android - Localizacionguidotic
 
14 Administración Android - Seguridad 2
14 Administración Android  -  Seguridad 214 Administración Android  -  Seguridad 2
14 Administración Android - Seguridad 2guidotic
 

Más de guidotic (20)

1 Programación Web con .NET y C#
1 Programación Web con .NET y C#1 Programación Web con .NET y C#
1 Programación Web con .NET y C#
 
15 Programación Web con .NET y C#
15 Programación Web con .NET y C#15 Programación Web con .NET y C#
15 Programación Web con .NET y C#
 
14 Programación Web con .NET y C#
14 Programación Web con .NET y C#14 Programación Web con .NET y C#
14 Programación Web con .NET y C#
 
13 Programación Web con .NET y C#
13 Programación Web con .NET y C#13 Programación Web con .NET y C#
13 Programación Web con .NET y C#
 
12 Programación Web con .NET y C#
12 Programación Web con .NET y C#12 Programación Web con .NET y C#
12 Programación Web con .NET y C#
 
11 Programación Web con .NET y C#
11 Programación Web con .NET y C#11 Programación Web con .NET y C#
11 Programación Web con .NET y C#
 
10 Programación Web con .NET y C#
10 Programación Web con .NET y C#10 Programación Web con .NET y C#
10 Programación Web con .NET y C#
 
8 Programación Web con .NET y C#
8 Programación Web con .NET y C#8 Programación Web con .NET y C#
8 Programación Web con .NET y C#
 
7 Programación Web con .NET y C#
7 Programación Web con .NET y C#7 Programación Web con .NET y C#
7 Programación Web con .NET y C#
 
6 Programación Web con .NET y C#
6 Programación Web con .NET y C#6 Programación Web con .NET y C#
6 Programación Web con .NET y C#
 
5 Programación Web con .NET y C#
5 Programación Web con .NET y C#5 Programación Web con .NET y C#
5 Programación Web con .NET y C#
 
4 Programación Web con .NET y C#
4 Programación Web con .NET y C#4 Programación Web con .NET y C#
4 Programación Web con .NET y C#
 
5 Administración Android - Activity Manager
5 Administración Android  -  Activity Manager5 Administración Android  -  Activity Manager
5 Administración Android - Activity Manager
 
4 Administración Android - ADB 2
4 Administración Android - ADB 24 Administración Android - ADB 2
4 Administración Android - ADB 2
 
3 Administración Android - ADB
3 Administración Android  -  ADB3 Administración Android  -  ADB
3 Administración Android - ADB
 
2 Administración Android - Android
2 Administración Android  -  Android2 Administración Android  -  Android
2 Administración Android - Android
 
1 Administración Android - Introducción
1 Administración Android -  Introducción1 Administración Android -  Introducción
1 Administración Android - Introducción
 
16 Administración Android - EMM
16 Administración Android  -  EMM16 Administración Android  -  EMM
16 Administración Android - EMM
 
15 Administración Android - Localizacion
15 Administración Android  -  Localizacion15 Administración Android  -  Localizacion
15 Administración Android - Localizacion
 
14 Administración Android - Seguridad 2
14 Administración Android  -  Seguridad 214 Administración Android  -  Seguridad 2
14 Administración Android - Seguridad 2
 

Último

NUVO PROGRAMAS DE ESCUELAS NUEVO-ACUERDO-CTE.pdf
NUVO PROGRAMAS DE ESCUELAS NUEVO-ACUERDO-CTE.pdfNUVO PROGRAMAS DE ESCUELAS NUEVO-ACUERDO-CTE.pdf
NUVO PROGRAMAS DE ESCUELAS NUEVO-ACUERDO-CTE.pdfisrael garcia
 
12 Clasificacion de las Computadoras.pdf
12 Clasificacion de las Computadoras.pdf12 Clasificacion de las Computadoras.pdf
12 Clasificacion de las Computadoras.pdfedwinmelgarschlink2
 
memoria de la empresa Pil Andina para d
memoria de la empresa Pil Andina para  dmemoria de la empresa Pil Andina para  d
memoria de la empresa Pil Andina para dRodrigoAveranga2
 
Guia para el registro en el sitio slideshare.pdf
Guia para el registro en el sitio slideshare.pdfGuia para el registro en el sitio slideshare.pdf
Guia para el registro en el sitio slideshare.pdflauradbernals
 
Las redes sociales en el mercado digital
Las redes sociales en el mercado digitalLas redes sociales en el mercado digital
Las redes sociales en el mercado digitalNayaniJulietaRamosRa
 
02. Mr. Spencer (T.L. Sawn).pdf.libro de un señor
02. Mr. Spencer (T.L. Sawn).pdf.libro de un señor02. Mr. Spencer (T.L. Sawn).pdf.libro de un señor
02. Mr. Spencer (T.L. Sawn).pdf.libro de un señorkkte210207
 

Último (6)

NUVO PROGRAMAS DE ESCUELAS NUEVO-ACUERDO-CTE.pdf
NUVO PROGRAMAS DE ESCUELAS NUEVO-ACUERDO-CTE.pdfNUVO PROGRAMAS DE ESCUELAS NUEVO-ACUERDO-CTE.pdf
NUVO PROGRAMAS DE ESCUELAS NUEVO-ACUERDO-CTE.pdf
 
12 Clasificacion de las Computadoras.pdf
12 Clasificacion de las Computadoras.pdf12 Clasificacion de las Computadoras.pdf
12 Clasificacion de las Computadoras.pdf
 
memoria de la empresa Pil Andina para d
memoria de la empresa Pil Andina para  dmemoria de la empresa Pil Andina para  d
memoria de la empresa Pil Andina para d
 
Guia para el registro en el sitio slideshare.pdf
Guia para el registro en el sitio slideshare.pdfGuia para el registro en el sitio slideshare.pdf
Guia para el registro en el sitio slideshare.pdf
 
Las redes sociales en el mercado digital
Las redes sociales en el mercado digitalLas redes sociales en el mercado digital
Las redes sociales en el mercado digital
 
02. Mr. Spencer (T.L. Sawn).pdf.libro de un señor
02. Mr. Spencer (T.L. Sawn).pdf.libro de un señor02. Mr. Spencer (T.L. Sawn).pdf.libro de un señor
02. Mr. Spencer (T.L. Sawn).pdf.libro de un señor
 

ASP.NET Framework Guía