Vertaling van "ASP.NET MVC" in Engels
We konden deze vermelding niet vinden. Er worden benaderende resultaten weergegeven. Controleer je spelling of stel voor deze term aan het woordenboek toe te voegen.
Para este tutorial, implemente un proyecto web de ASP.NET MVC.
For this tutorial, you deploy an ASP.NET MVC web project.
La herramienta adecuada para construir cualquier diagrama o diagrama de flujo con ASP.NET MVC.
The right tool to build any diagram or flowchart with ASP.NET MVC.
Diseñando y desarrollando aplicaciones web en un modelo ASP.NET MVC
Designing and developing web applications in an ASP.NET MVC model
Recomendamos consultar la documentación en el siguiente orden para obtener información sobre ASP.NET MVC.
We suggest the following progression of documentation to help you learn about ASP.NET MVC.
Ofreciendo un completo ciclo de vida de desarrollo full-stack, construimos portales web y aplicaciones a la medida en ASP.NET MVC.
Offering full-stack and full-lifecycle development, we build web portals and tailored web applications in ASP.NET MVC.
ASP.NET MVC viene con soporte integrado para el manejo de excepciones usando una característica conocida como filtros de excepción.
ASP.NET MVC comes with built-in support for exception handling using a feature known as exception filters.
Si encuentra una vista con un nombre correspondiente a la convención, ASP.NET MVC la presentará; de lo contrario, recurrirá a la vista estándar.
If a view matching the naming convention is found, ASP.NET MVC will serve it up; otherwise it will fall back to the standard view.
Ha creado una nueva aplicación de demostración, que muestra cómo leer y escribir códigos de barras en ASP.NET MVC 5.
Created new demo application, which demonstrates how to read and write barcodes in ASP.NET MVC 5.
ASP.NET MVC 4 cuenta con dos características nuevas que nos permiten lograr esto mismo en diferentes niveles con mucho menos esfuerzo.
There are two new features in ASP.NET MVC 4 that allow you to accomplish this at different levels with a lot less effort.
La funcionalidad nueva de ASP.NET MVC 4 nos permite reemplazar las vistas para dispositivos móviles en forma global con el uso de una convención en vez de una configuración.
New functionality in ASP.NET MVC 4 lets you globally override views for mobile devices using convention rather than configuration.
Verá que hay ningún cambio evidente, en comparación con la plantilla de proyecto de aplicación estándar de ASP.NET MVC 4: tiene los mismos modelos, vistas y controles.
You'll see that nothing obvious has changed as compared with the standard ASP.NET MVC 4 application project template-you still have the same models, views and controllers.
Si queremos crear un sitio independiente dedicado exclusivamente a los exploradores móviles, ASP.NET MVC 4 creó una plantilla de proyecto que nos permite exactamente esto.
If you want to create a standalone site that specifically targets mobile browsers, ASP.NET MVC 4 has created a project template that lets you to do exactly that.
Cuando ASP.NET MVC 4 satisface una solicitud de un explorador móvil y determina qué vista debe mostrar, primero busca vistas con el nombre [view].mobile.cshtml.
When ASP.NET MVC 4 is servicing a request from a mobile browser and it's determining what view to serve, it first looks for views with the naming convention of [view].mobile.cshtml.