What are some of the must know concepts in ASP.NET?
Posted
by CodeToGlory
on Stack Overflow
See other posts from Stack Overflow
or by CodeToGlory
Published on 2010-05-11T01:05:26Z
Indexed on
2010/05/11
1:14 UTC
Read the original article
Hit count: 183
ASP.NET
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?
© Stack Overflow or respective owner