20486D - Developing ASP.NET Core MVC Web Applications

4.9
11 opinioni
  • Corso ben organizzato, molto pratico.
    |
  • Corso utile, docente preparato e disponibile come sempre.
    |
  • Sono rimasto veramente entusiasta del corso e dell'ambiente!!
    |

Corso

Online

1.720 € +IVA

Chiama il centro

Hai bisogno di un coach per la formazione?

Ti aiuterà a confrontare vari corsi e trovare l'offerta formativa più conveniente.

Descrizione

  • Tipologia

    Corso intensivo

  • Metodologia

    Online

  • Ore di lezione

    40h

  • Durata

    5 Giorni

  • Inizio

    Scegli data

After completing this course, students will be able to:
Describe the Microsoft Web Technologies stack and select an appropriate technology to use to develop any given application.
Design the architecture and implementation of a web application that will meet a set of functional requirements, user interface requirements, and address business models.
Create MVC Models and write code that implements business logic within Model methods, properties, and events.
Add Controllers to an MVC Application to manage user interaction, update models, and select and return Views.
Create Views in an MVC application that display and edit data and interact with Models and Controllers.
Run unit tests and debugging tools against a web application in Visual Studio and configure an application for troubleshooting.
Develop a web application that uses the ASP.NET routing engine to present friendly URLs and a logical navigation hierarchy to users.
Implement a consistent look and feel, including corporate branding, across an entire MVC web application.
Use partial page updates and caching to reduce the network bandwidth used by an application and accelerate responses to user requests.
Write JavaScript code that runs on the client side and utilizes the jQuery script library to optimize the responsiveness of an MVC web application.
Implement a complete membership system in an MVC web application.
Build an MVC application that resists malicious attacks and persists information about users and preferences.
Describe how to write a Microsoft Azure web service and call it from and MVC application.
Describe what a Web API is and why developers might add a Web API to an application.
Modify the way browser requests are handled by an MVC application.
Describe how to package and deploy an ASP.NET MVC web application from a development computer to a web server for staging or production.

Sedi e date

Luogo

Inizio del corso

Online

Inizio del corso

Scegli dataIscrizioni aperte

Profilo del corso

After completing this course, students will be able to:
• Describe the Microsoft Web Technologies stack and select an appropriate technology to use to develop any given application.
• Design the architecture and implementation of a web application that will meet a set of functional requirements, user interface requirements, and address business models.
• Configure the pipeline of ASP.NET Core web applications using middleware, and leverage dependency injection across MVC application.
• Add Controllers to an MVC Application to manage user interaction, update models, and select and return Views.
• Develop a web application that uses the ASP.NET Core routing engine to present friendly URLs and a logical navigation hierarchy to users.
• Create Views in an MVC application that display and edit data and interact with Models and Controllers.
• Create MVC Models and write code that implements business logic within Model methods, properties, and events.
• Connect an ASP.NET Core application to a database using Entity Framework Core.
• Implement a consistent look and feel across an entire MVC web application.
• Write JavaScript code that runs on the client-side and utilizes the jQuery script library to optimize the responsiveness of an MVC web application.
• Add client side packages and configure Task Runners.
• Run unit tests and debugging tools against a web application in Visual Studio 2017.
• Write an MVC application that authenticates and authorizes users to access content securely using Identity.
• Build an MVC application that resists malicious attacks.
• Use caching to accelerate responses to user requests.
• Use SignalR to enable two-way communication between client and server.
• Describe what a Web API is and why developers might add a Web API to an application.
• Describe how to package and deploy an ASP.NET Core MVC web application from a development computer to a web server.

Sviluppatore

Before attending this course, students must have:
• Experience with Visual Studio 2017.
• Experience with C# programming, and concepts such as Lambda expressions, LINQ, and anonymous types.
• Experience in using the .NET Framework.
• Experience with HTML, CSS and JavaScript.
• Experience with querying and manipulating data with ADO.NET.
• Knowledge of XML and JSON data structures.

Domande e risposte

Aggiungi la tua domanda

I nostri consulenti e altri utenti potranno risponderti

Chi vuoi che ti risponda?

Inserisci i tuoi dati per ricevere una risposta

Pubblicheremo solo il tuo nome e la domanda

Opinioni

4.9
eccellente
  • Corso ben organizzato, molto pratico.
    |
  • Corso utile, docente preparato e disponibile come sempre.
    |
  • Sono rimasto veramente entusiasta del corso e dell'ambiente!!
    |
100%
5.0
eccellente

Valutazione del corso

Lo consiglia

Valutazione del Centro

Davide Garino

5.0
17/11/2022
Sul corso: Corso ben organizzato, molto pratico.
Consiglieresti questo corso?:

Claudio C.

4.0
04/11/2019
Sul corso: Corso utile, docente preparato e disponibile come sempre.
Consiglieresti questo corso?:

Gianluca Ascenzi

5.0
11/03/2019
Sul corso: Sono rimasto veramente entusiasta del corso e dell'ambiente!!
Consiglieresti questo corso?:

P. R.

5.0
19/01/2019
Il meglio: Tutto bene
Da migliorare: Niente da dire
Consiglieresti questo corso?:

Antonino D'Amico

5.0
28/10/2018
Il meglio: La docenza. Il docente è stato molto bravo. Mi sono trovato molto bene.
Da migliorare: Niente
Consiglieresti questo corso?:
Leggi tutto
*Tutte le opinioni raccolte da Emagister & iAgora sono state verificate

Successi del Centro

2023
2022
2021
2020
2019
2018

Tutti i corsi devono essere aggiornati

La media delle valutazioni dev'essere superiore a 3,7

Più di 50 opinioni degli ultimi 12 mesi

6 anni del centro in Emagister.

Materie

  • Server
  • Framework
  • CSS
  • Hosting
  • E-business
  • Javascript
  • Testing
  • Windows
  • Visual Studio
    3

    3 alunni hanno indicato di aver acquisito questa competenza

  • Jquery
  • Visual studio 2008
    1

    1 alunni hanno indicato di aver acquisito questa competenza

  • Api
  • Logica
  • Visual Studio 2010
    1

    1 alunni hanno indicato di aver acquisito questa competenza

  • Web master
    1

    1 alunni hanno indicato di aver acquisito questa competenza

  • Web Applications
    2

    2 alunni hanno indicato di aver acquisito questa competenza

  • ASP.NET MVC 4
    3

    3 alunni hanno indicato di aver acquisito questa competenza

  • Microsoft Web Technologies
    2

    2 alunni hanno indicato di aver acquisito questa competenza

  • SQL Azure Database
  • MVC Models
    3

    3 alunni hanno indicato di aver acquisito questa competenza

Professori

Corpo  Docente PCS

Corpo Docente PCS

Docente Senior (min. 5 anni)

Programma

Contenuti:

Module 1: Exploring ASP.NET Core MVC

  • Overview of Microsoft Web Technologies
  • Overview of ASP.NET 4.x
  • Introduction to ASP.NET Core MVC

Lab : Exploring ASP.NET Core MVC

  • Exploring a Razor Pages Application
  • Exploring a Web API Application
  • Exploring an MVC Application

Module 2: Designing ASP.NET Core MVC Web Applications

  • Planning in the Project Design Phase
  • Designing Models, Controllers and Views

Lab : Designing ASP.NET Core MVC Web Applications

  • Planning Model Classes
  • Planning Controllers
  • Planning Views
  • Architecting and MVC Web Application

Module 3: Configure Middlewares and Services in ASP.NET Core

  • Configuring Middlewares
  • Configuring Services

Lab : Configuring Middleware and Services in ASP.NET Core

  • Working with Static Files
  • Creating custom middleware
  • Using dependency injection
  • Injecting a service to a controller

Module 4: Developing Controllers

  • Writing Controllers and Actions
  • Configuring Routes
  • Writing Action Filters

Lab : Developing Controllers

  • Adding controllers and actions to an MVC application
  • Configuring routes by using the routing table
  • Configuring routes using attributes
  • Adding an action filer

Module 5: Developing Views

  • Creating Views with Razor Syntax
  • Using HTML Helpers and Tag Helpers
  • Reusing Code in Views

Lab : Developing Views

  • Adding Views to an MVC Application
  • Adding a partial view
  • Adding a view component

Module 6: Developing Models

  • Creating MVC Models
  • Working with Forms
  • Validate MVC Application

Lab : Developing Models

  • Adding a model
  • Working with Forms
  • Add Validation

Module 7: Using Entity Framework Core in ASP.NET Core

  • Introduction to Entity Framework Core
  • Working with Entity Framework Core
  • Use Entity Framework Core to connect to Microsoft SQL Server

Lab : Using Entity Framework Core in ASP.NET Core

  • Adding Entity Framework Core
  • Use Entity Framework Core to retrieve and store data
  • Use Entity Framework Core to connect to Microsoft SQL Server

Module 8: Using Layouts, CSS and JavaScript in ASP.NET Core MVC

  • Using Layouts
  • Using CSS and JavaScript
  • Using jQuery

Lab : Using Layouts, CSS and JavaScript in ASP.NET Core

  • Applying a layout and link views to it
  • Using CSS
  • Using JavaScript
  • Using jQuery

Module 9: Client-Side Development

  • Applying Styles
  • Using Task Runners
  • Responsive design

Lab : Client-Side Development

  • Use gulp to run tasks
  • Styling using Sass
  • Using Bootstrap

Module 10: Testing and Troubleshooting

  • Testing MVC Applications
  • Implementing an Exception Handling Strategy
  • Logging MVC Applications

Lab : Testing and troubleshooting

  • Testing a Model
  • Testing a controller using a fake repository
  • Implementing a repository in MVC project
  • Add exception handling
  • Add logging

Module 11: Managing Security

  • Authentication in ASP.NET Core
  • Authorization in ASP.NET Core
  • Defending from Attacks

Lab : Managing Security

  • Use Identity
  • Add Authorization
  • Avoid the Cross-Site Request Forgery Attack

Module 12: Performance and Communication

  • Implementing a Caching Strategy
  • Managing State
  • Two-way communication

Lab : Performance and Communication

  • Implementing a Caching Strategy
  • Managing state
  • Two-Way communication

After completing this module, students will be able to:

  • Implement caching in a Microsoft ASP.NET Core application.
  • Use state management technologies to improve the client experience, by providing a consistent experience for the user.
  • Implement two-way communication by using SignalR, allowing the server to notify the client when important events occur.

Module 13: Implementing Web APIs

  • Introducing Web APIs
  • Developing a Web API
  • Calling a Web API

Lab : Implementing Web APIs

  • Adding Actions and Call Them Using Microsoft Edge
  • Calling a Web API using server-side code
  • Calling a Web API using jQuery

Module 14: Hosting and Deployment

  • On-premise hosting and deployment
  • Deployment to Microsoft Azure
  • Microsoft Azure Fundamentals

Lab : Hosting and Deployment

  • Deploying a Web Application to Microsoft Azure
  • Upload an Image to Azure Blob Storage

Ulteriori informazioni

Materiale didattico in formato digitale.

Costo materiale didattico: incluso nel prezzo del corso.

Natura del corso: Operativo (previsti lab su PC).

Chiama il centro

Hai bisogno di un coach per la formazione?

Ti aiuterà a confrontare vari corsi e trovare l'offerta formativa più conveniente.

20486D - Developing ASP.NET Core MVC Web Applications

1.720 € +IVA