Link to home
Start Free TrialLog in
Avatar of curiouswebster
curiouswebsterFlag for United States of America

asked on

Need a quick start in SiteCore

Need a quick start in SiteCore

I have a new job as a .NET Software Engineer and expect to need to integrate .NET Framework code and ASP.NET code with SiteCore. So, I want to be a quick study with SiteCore, since I have not yet worked with that CRM.

Can you provide me URL's to some key videos and/or documents where I can start the process of getting acclimated?

Thanks
ASKER CERTIFIED SOLUTION
Avatar of David Favor
David Favor
Flag of United States of America 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
Avatar of curiouswebster

ASKER

Thanks. Question...

Does this call to login suggest that "your server" must have installed a Sitecore folder? Would there be DLL's provided by Sitecore that would reside in this folder?

var xhr = new XMLHttpRequest();
xhr.open("POST", "https://<your server>/sitecore/api/ssc/auth/login");
thanks