task

CREATE SUMMARY - MVC introduction series

[previously]

  1. [PLAN]
    1. x] REVIEW video series ] videos 1 ... 8
    2. x] CREATE video summary articles ] articles 1 ... 8
    3. i] build a demo app - illustrating the concepts covered in the
  2. [2015-07-06] NEW task IN
    1. ] CREATE-article# 4580 Lesson# 1 
    2. ] # 5359 - ] summary video series - intro to MVC, ] guide to MVC
  3. [2015-07-07]
    1. i] # # - CREATE-article# 4581 Lesson# 2
  4. [2015-07-08]
    1. x] # # - UPDATE-article# 4581 Lesson# 2, x] # # - Lesson#2 - quiz  i] # # - CREATE-article# 4582 Lesson# 3 
  5. [2015-07-09] NEW chapter in BOOK
    1. ] # 1001 -
  6. [00:00] UPDATE article
    1. ] # # - contents video series === introduction video series - links to each video(?), links to each summary article
  7. [00:00] NEW task IN
    1. ] # #  lesson# 3  13:15 - 35:00
    2. ] # # lesson# 3  35:- 57:00 - 17:00 complete / course 32% complete
  8. [00:00] NEW task IN
    1. x] # # - lesson# 3 quiz / course 41%
  9. > [19:45] NEW task
    1. i] # # - CREATE-article# 4584 - lesson# 4 - controllers -
  10. [2015-07-10] UPDATE task
    1. x] # # - UPDATE article# 4584 - lesson# 4 - controllers -
    2. x] # # - CREATE article# 4586 - lesson# 5 - views -
  11. [2015-07-11] UPDATE task
    1. x] # # - UPDATE article# 4586 - lesson# 5 - views -
  12. [2015-07-12] UPDATE task
    1. x] # # - UPDATE article# 4587 - lesson# 6 - bootstrap
    2. x] # # - CREATE article# 4588 - lesson# 7 - authentication -
  13. [2015-07-13]
    1. x] # # - CREATE article# 4589 - lesson# 8 - next steps

[currently]

  1. [00:00] UPDATE project
    1. ] # 5050 - guide mvc.* -  

[next]

  1. ] REFERENCE
    1. ] developing asp.net mvc4 web applications - ##### - covers some more advanced topics, like using repository pattery
    2. ] resources section at asp.net MVC has some good stuff
    3. ] project- # 5050 - my demo app - guide asp.net-mvc.*
  2. ] ADD -  VS tips
    1. ] VS tip "prop TAB TAB" - insert template
    2. ] VS tip CTRL+. -
    3. ] VS tip ALT + f12 - to view preview of code in another file
  3. *] prerequisites
    1. ] TOOLS visual studio -
    2. ] KNOW web dev 101 -
    3. ] KNOW programming - fundamentals 101 - classes
    4. ] KNOW programming - OOP
    5. ] LANGUAGE c# -  
    6. ] razor - @HTML.{helpers}
  4. ] TO DO # checkout tutorial articles
    1. ] > ViewModels by rachelappel
    2. ] bootstrap james chambers
    3. ] build 2014 talk on angularjs / webapi
  5. [09:30] > [00:00] UPDATE task IN
    1. i] # 3989 - UPDATE-article# # - interview-questions - ADD ] my ans q1- q12, ] review ans q1 - 12
  6. > [00:30] NEW task IN
    1. i] # # - CREATE-article# 4585 - SUMMARY-SERIES-migrating web pages app to asp.net MVC-part-1

 

[REFERENCE]

  1. ] SRC code for the projects implemented in this video series, LOC= github.com/jongalloway/MVA-introduction-to-ASPNET-MVC
  2. ] SLIDES - for the series
  3. ] # 5359 - overview series ] reference ] to do, ] done
  4. ] https://github.com/aspnet
  5. ] http://vswebessentials.com/changelog
  6. ] advanced examples - in the ASP.NET MVC 4 example app -
  7. ] l# 4 status = 46% complete, quiz = 4/5, status = 55%
  8. ] blog http://rachelappel.com - tutorial on view models
  9. ] find example - redirect to Action(),
  10. ] l# 5 status = 60% complete, quiz = 2/5, 5/5 status = 69% post quiz
  11. ] chris harrison - http://blog.geektrainer.com
  12. ] l# 6 status = 79% complete, pre quiz quiz = 4/5, status = 83% post quiz
  13. ] status course = 64 points, me= 46 pts, #1627 in Canada, #114,###,
  14. ] l# 7 status = 87% complete, pre quiz quiz = 4/5, status = 96% post quiz
  15. ] status course = 64 points, me= 63 pts, #1509 in Canada, #106,659
  16. ] http://blogs.msdn.com/b/webdev/ 
  17. ] status course = 64 points, me= 64 pts, #1497 in Canada, #105,884
  18. ]

 

# 6

] REFERENCE - http://jameschambers.com - has a very good 30 day project example, 1 post on bootstrap

] BOOTSTRAP sites - themes - ] HAVE ARTICLE on this ]  you can buy pre built themes from many sites, including http://wrapbootstrap.com  like or find free ones as well http://bootswatch.com 

 ] @mention - build 2014 talk with angular js, demos using angularjs to build front end, web api to build back end, with David Katuee, also some singularR

 

# plan - guide asp.net-MVC.*

> ] http://www.asp.net/mvc/overview/getting-started/introduction/adding-a-view  SRC = asp.net, by Rick Anderson

> ] migrating a web pages app to MVC - from Database helper to Entitity Framework

] intro mvc summary SRC = MVA

 

i] # 5050 - prj guide mvc.* - an mvc app about mvc - ] learn, ] SUM VID tutorials, ] REFERENCES

  1. [] DESIGN my app  (guide mvc.*)

 

[other]

] http://stackoverflow.com/questions/15702606/how-to-loop-through-list-in-a-view-returned-by-controller

] http://www.tutorialspoint.com/csharp/csharp_arrays.htm

] http://chsakell.com/2013/05/02/4-basic-ways-to-pass-data-from-controller-to-view-in-asp-net-mvc/ 


] http://www.codeproject.com/Articles/871375/Understanding-ASP-NET-MVC-using-real-world-example
] http://www.codeproject.com/Articles/207797/Learn-MVC-Model-View-Controller-step-by-step-in

 

[message ]

] FIRST thanks, i learned, i appreciated

] 8+hours reviewing watching the intro to mvc, made some notes

] REALIZE an intro series is tough, ] audience is coming from several different backgrounds, ] several different skill sets

 

[ideas]

!] break it down into ( ] intro for asp.net web forms devs, ] intro for web/php/mysql devs] intro for noobs )

] break it down into simple, iterative projects

- project 1 new project - simple first project

- project 2 new project - connecting a db

- project 3 new project -

- more projects = ] testing ] maintenance, ]

[]

 

 

 

 

 

 

 

 

Details Photos Edit more

Details

ID: 5359

NAME: REVIEW-video-series-introduction-to-MVC

DESCRIPTION: ] MVC Intro - by Jon Galloway and Christopher Harrison

START DATE TIME: 2015-07-07 16:01:02

EST DURATION: 01:00:00

END DATE TIME: 2015-07-07 17:01:02

STATUS: To-Do

PRIORITY: -5

OWNER ID: 75

Content Photos Edit more

photos

photos for this task

actions

Agenda Email task SMS task Priorities