contents - asp.net
- ] ch-000- contents
- ] contents
- ] introduction
- ] what is .net
- ] what is asp.net
- ] what is mvc
- ] what is asp.net mvc
- ] versions-MVC
- ] asp.net-MVC-v-005
- ] asp.net-MVC-v-004
- ] asp.net-MVC-v-003
- ] asp.net-MVC-v-002
- ] asp.net-MVC-v-001
- ] features
- ]
- ]
- ] ch-100
- ] MVA intro to mvc
[tech-dev-www] asp.net
- ] intro - ms foundation (classes, programming models, tools) for web dev
- ] versions -
- ] features -
[tech-dev-www] asp.net - forms
- ] intro
- ] versions
- ] features
- ] app lifecycle
- ] page lifecycle
- ] session state
- ] cookies
- ] qstring
- ] forms
- ]
- ] http handlers
- ] http modules
- ] cache performance
[tech-dev-www] asp.net - pages
- ] intro
- ] versions
- ] features
- ]
[tech-dev-www] asp.net - mvc
- ] intro
- ] versions
- ] features
- ]
- ] reviews LOCAL
- have S ] asp.net, ] -mvc, ] -forms, ]
- have E lj - asp.net
- ] LOCAL -
- ] have fair # of articles, ? = completedness, ? = structure
- ] org is a bit of a mess (S.tech-dv-www/... , E.LJ)
- ] new org , S, E.pln/tech-dv-www/aps.net, S, E.tech-dv-www/pln+doc/asp.net, asp-mvc, asp-*,
- ] review BM
- ]
- GLOBAL.ASAX
- write 'event handler' code the can hook into 'application lifecycle' events like 'init', session_Start, Session_End
- using Import namespace statement to ....
- HTTP MODULES - for every request
- WHAT = assembly that is CALLED on EVERY REQUEST to your app,
- WHY = for logging, security,
- ] examine incoming requests, an HTTP module can perform custom authentication or other security checks before the requested page,
- ] Can subscribe to application lifecycle events (init, app start, app end, session start , session end)
- HTTP HANDLERS for every request with file extension(.xyz)
- WHAT = ( process (endpoint) that executes in response to a request for a particular file type), default for web application is .aspx, also have asmx for ___ and
- WHY USE = .rss feed, image server - serve different size images for PGs based upon{screen size},
- i] CD - BK/tech-dev-www/
- i] ADD crockford notes from video -
- ] ADD brind article webmatrix && security
- i] webmatrix - conery's webmatrix
- ] series
- ] code
- ] ?2013-07-20? asp.net 4.5 ( preview by ?hanselman? @ )
- ] gac
- ] nuget package manager(pm)
- ] asp net dialog
- ] amazing css3
- ] new scaffolding
- ] roundtripping build older projects
- ] scripts and library
- ] 20/30 % more performance
- ] KB shortcuts -- ctrl + , = -- ctrl + q = search
- ]