Link to home
Start Free TrialLog in
Avatar of Easwaran Paramasivam
Easwaran ParamasivamFlag for India

asked on

Advanced features in .NET that an architect MUST know

Hi Experts,

   I have 7 yrs of experience in .NET. I would like to become an architect in .NET. For that what are all the features that I must be familiar with in .NET. Please do share if any document/resource/link that you followed to become familiar with the same.

  Thanks in advance.
Avatar of Ted Bouskill
Ted Bouskill
Flag of Canada image

I'd recommend that you learn how to scale a farm out by running multiple servers using load balancing and either the session state service or the database state service instead of in memory sessions on a single server.

I think you should also be familiar with Kerberos and how it can be used to relay windows credentials from a web server to other servers.

Finally any architect should understand security considerations both for internal sites as well as internet sites.  MSDN has great articles on all those topics.
Avatar of Easwaran Paramasivam

ASKER

Thanks. Could you please share some links/resources?
ASKER CERTIFIED SOLUTION
Avatar of Ted Bouskill
Ted Bouskill
Flag of Canada image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
I would like to get much more information.
Thanks.