ASPX MVC course

REGISTER: Sign me up

free course

ASPX MVC course

Lessons on ASPX MVC course

Saiba mais.

Start now for free!

This course is available to subscribers! Get to know the plans.

Digital or printed certificate available for individual purchase upon completion

workload

18h

premium access

7 days

created on

04/12/2017

Complete course
with certificate!

On completion of this course, you can purchase a separate digital certificate for download at a cost of $ 3,74

Increase your chances of being hired by qualifying your skills with certificates.

Why choose Learncafe?

Here at Learncafe you can access your course whenever you want. Courses are available 24 hours a day, every day of the week.

Além de ser uma plataforma fácil de usar, em qualquer aparelho com acesso à internet, você ainda poderá adquirir um certificado digital para download ao concluir o seu curso, ao custo de $ 3,74

Syllabus:

Aula #1 - Installing aspnet mvc - Part 1
Aula #2 - What aspnet mvc version is my mvc application using - Part 2
Aula #3 - Creating your first aspnet mvc application - Part 3
Aula #4 - Part 4 Controllers in an mvc application
Aula #5 - Part 5 Views in an mvc application
Aula #6 - Part 6 ViewData and ViewBag in mvc
Aula #7 - Part 7 Models in an mvc application
Aula #8 - Part 8 Data access in mvc using entity framework
Aula #9 - Part 9 Generate hyperlinks using actionlink html helper
Aula #10 - Part 10 Working with multiple tables in mvc
Aula #11 - Part 11 Using business objects as model in mvc
Aula #12 - Part 12 Creating a view to insert data using mvc
Aula #13 - Part 13 FormCollection in mvc
Aula #14 - Part 14 Mapping asp.net request data to controller action simple parameter types
Aula #15 - Part 15 Updatemodel function in mvc
Aula #16 - Part 16 Difference between updatemodel and tryupdatemodel
Aula #17 - Part 17 Editing a model in mvc
Aula #18 - Part 18 Updating data in mvc
Aula #19 - Part 19 Unintended updates in mvc
Aula #20 - Part 20 Preventing unintended updates in mvc
Aula #21 - Part 21 Including and excluding properties from model binding using bind attribute
Aula #22 - Part 22 Including and excluding properties from model binding using interfaces
Aula #23 - Part 23 Why deleting database records using get request is bad
Aula #24 - Part 24 Deleting database records using post request in mvc
Aula #25 - Part 25 Insert update delete in mvc using entity framework
Aula #26 - Part 26 Customizing the autogenerated index view
Aula #27 - Part 27 Customizing the autogenerated create view
Aula #28 - Part 28 Customizing the autogenerated edit view
Aula #29 - Part 29 Using data transfer object as the model in mvc
Aula #30 - Part 30 View engines in asp net mvc
Aula #31 - Part 31 Using custom view engines with asp net mvc
Aula #32 - Part 32 How does a controller find a view in mvc
Aula #33 - Part 33 Html helpers in mvc
Aula #34 - Part 34 Generating a dropdownlist control in mvc using HTML helpers
Aula #35 - Part 35 How to set an item selected when an asp net mvc dropdownlist is loaded
Aula #36 - Part 36 Difference between Html TextBox and Html TextBoxFor
Aula #37 - Part 37 Generating a radiobuttonlist control in mvc using HTML helpers
Aula #38 - Part 38 CheckBoxList in asp net mvc
Aula #39 - Part 39 ListBox in asp net mvc
Aula #40 - Part 40 Using displayname, displayformat, scaffoldcolumn attributes in asp net mvc application
Aula #41 - Part 41 Using datatype and displaycolumn attributes in asp net mvc application
Aula #42 - Part 42 Opening a page in new browser window in asp net mvc application
Aula #43 - Part 43 Hiddeninput and readonly attributes in mvc
Aula #44 - Part 44 Display and edit templated helpers in asp net mvc
Aula #45 - Part 45 Customize display and edit templates in asp net mvc
Aula #46 - Part 46 Accessing model metadata from custom templated helpers
Aula #47 - Part 47 Displaying images in asp net mvc
Aula #48 - Part 48 Custom html helpers in mvc
Aula #49 - Part 49 Html encoding in asp net mvc
Aula #50 - Part 50 Detect errors in views at compile time
Aula #51 - Part 50 Detect errors in views at compile time
Aula #52 - Part 51 Advantages of using strongly typed views
Aula #53 - Part 52 Partial views in mvc
Aula #54 - Part 53 Difference between html.partial and html.renderpartial
Aula #55 - Part 54 T4 templates in asp net mvc
Aula #56 - Part 55 What is cross site scripting attack
Aula #57 - Part 56 How to prevent cross site scripting attack
Aula #58 - Part 57 Razor views in mvc
Aula #59 - Part 58 Razor views in mvc continued
Aula #60 - Part 59 Layout view in mvc
Aula #61 - Part 60 ViewStart in asp net mvc
Aula #62 - Part 61 Named sections in layout files in mvc
Aula #63 - Part 62 Implementing search functionality in asp net mvc
Aula #64 - Part 63 Implement paging in asp net mvc
Aula #65 - Part 64 Implement sorting in asp net mvc
Aula #66 - Part 65 Deleting multiple rows in mvc
Aula #67 - Part 66 Check uncheck all checkboxes with another single checkbox using jquery
Aula #68 - Part 67 Action selectors in mvc
Aula #69 - Part 68 What is the use of NonAction attribute in mvc
Aula #70 - Part 69 Action filters in mvc
Aula #71 - Part 70 Authorize and AllowAnonymous action filters in mvc
Aula #72 - Part 71 childactiononly attribute in mvc
Aula #73 - Part 72 HandleError attribute in mvc
Aula #74 - Part 73 OutputCache attribute in mvc
Aula #75 - Part 74 CacheProfiles in mvc
Aula #76 - Part 75 RequireHttps attribute in mvc
Aula #77 - Part 76 ValidateInput attribute in mvc
Aula #78 - Part 77 Custom action filters in asp net mvc
Aula #79 - Part 78 Different types of ActionResult in asp net mvc
Aula #80 - Part 79 Areas in asp net mvc
Aula #81 - Part 80 StringLength attribute in asp net mvc
Aula #82 - Part 81 Range attribute in asp net mvc
Aula #83 - Part 82 Creating custom validation attribute in asp net mvc
Aula #84 - Part 83 RegularExpression attribute in asp net mvc
Aula #85 - Part 84 Compare attribute in asp net mvc
Aula #86 - Part 85 Enable client side validation in asp net mvc
Aula #87 - Part 86 ValidationSummary in asp net mvc
Aula #88 - Part 87 What is Unobtrusive JavaScript
Aula #89 - Part 88 Unobtrusive validation in asp net mvc
Aula #90 - Part 89 Remote validation in asp net mvc
Aula #91 - Part 90 Remote validation in mvc when javascript is disabled
Aula #92 - Part 91 Create a custom remote attribute and override IsValid) method
Aula #93 - Part 92 Ajax with asp net mvc
Aula #94 - Part 93 What is Ajax and why should we use it
Aula #95 - Part 94 Providing visual feedback using LoadingElementId AjaxOption
Aula #96 - Part 95 OnBegin, OnComplete, OnSuccess and OnFailure properties of AjaxOptions class
Aula #97 - Part 96 LoadingElementDuration property of AjaxOptions class
Aula #98 - Part 97 Implement autocomplete textbox functionality in mvc
Aula #99 - Part 98 What is JavaScript minification
Aula #100 - Part 99 What is CDN Content Delivery Network
Aula #101 - Part 100 What if CDN is down
+ Show more

Get to know
the personin charge:

Learncafe in English

Learning is never too much. We create this profile so you can access various free courses. From the available material, you can acquire new knowledge on topics such as: education, health, among other areas. All works and materials have the rights reserved to their respective authors.

view profile see courses
0 people signed up for this course.

General evaluation of the course:


Modules & lessons

Module 1: asp.net mvc tutorial for beginners

view all

Choose a plan:

Free Plan Grátis
  • 18 CLASS HOURS
  • 30 free access days*
  • Grace period of 120 days**
  • Certificate of completion***
  • Immediate access
Inscrever Agora
* O prazo de acesso ao conteúdo do curso é válido durante a vigência da mensalidade ou compra avulsa.
** O prazo de carência refere-se ao tempo total de espera para que um usuário possa iniciar um outro curso na plataforma.
*** O certificado de conclusão do curso é oferecido separadamente para compra avulsa em dois formatos: digital para download e impresso via Correios.

Start studying in just a few clicks:

The knowledge you've been looking for to improve your
career is just a few clicks away!

Sign up now

Sign up for Learncafe

+200.000 study hours
+300.000 videos available
+30.000 fixation exercises
+9.000 available courses
Ei, espera! Que tal você concorrer a 20 mil?