I am giving a small presentation to a group of Java developers and looking for some core areas to target. Ideally I would like to only talk about the core concepts in ASP.NET.
I am coming up with
- Authentication
- Session State
- ASP.NET MVC
- LINQ (more .net)
Any more that I should be considering?
One of the most important things to learn is the ASP.net lifecycle. It makes debugging much more worthwhile…
For ASP.net WebForms –
MSDN Documentation
Useful cheat sheet
It is important to keep the life cycle in mind when developing web based applications.