EPIServer CMS Development - episerver

Hi I just started looking on EPiServer CMS and like to know is there any EPIServer certification practice tests available?
I have only checked EPiServer CMS portion, please let me know whether the EPiServer certification exams contains questions from both CMS and Commerce
or
CMS and Commerce certification exams are separate?
Best Regards

You'll get started here, http://www.episerver.com/Training/episerver-certification/
To take pratice tests go to http://episerver.enlight.net/
Username: practiceuser
Password: practiceuser2
More information on the tests here, http://www.episerver.com/Training/episerver-certification/exam-information/
The username and password can sometimes be disabled if someone misspelled the password to many times.

I just passed the Episerver a few of weeks ago. The CMS and Commerce certification exams are separate exam. I didn't use any EPIServer certification practice tests. However, there are a few of resources you might have a look at in below:
* EPiServer World: http://world.episerver.com
* User Guides for EPiServer CMS https://world.episerver.com/documentation/Items/user-guides/
* Users Guide for Editors (PDF)
* Users Guide for Administrators (PDF)
* System Requirements: http://world.episerver.com/documentation/Items/System-Requirements/System-Requirements---EPiServer/
* Developer’s Guide for EPiServer CMS: https://world.episerver.com/documentation/developer-guides/CMS/
* Episerver License: https://license.episerver.com/

Related

How do I Add End User Self Registration to IdentityServer?

I think I finally understand OAuth/OIDC/IdentityServer/IdMgr/IUA/ASP.NET Identity well enough to recognize the answer to my question.
Can anyone point me at a full-featured end-user self-registration example/add-on for IdentityServer 3 or 4?
I'm aware of the admin UI products. I'm looking for an end-user, not administrator, self-registration and contact info admin UI similar to Individual User Accounts in MVC projects.
I'd also like the functionality, including UI, to reside on the STS and integrate with the STS OIDC authorization functionality.
A user registration add-on for IdentityServer 3 or 4 would make my day.
Or, is it true that comprehensive turn-key end-user self-registration for IdentityServer does not exist?
I have reviewed and ran the IdSvr3 AspNetIdentity integration samples. If end-user self-registration is there I don't see it.
I have seen a few examples that showed how to add an end-user self-registration page to identity server but they seemed more like a hack than comprehensive user self-registration/contact info admin feature, ALA MVC Individual User Accounts.
Using IdentityServer4 hosted in a .NET Core web app as the STS is an option I've explored. I didn't find any complete examples there either.
The simple answer, is, buy their AdminUI solution. https://www.identityserver.com/products/#AdminUI
If you don't want to buy it, the answer is you have to dive into the complexity and build it all yourself.
The Skoruba admin IdentityServer4 ad-on has end-user self registration.
Nahid Farrokhi's web API and MVC articles, see links below, explain how to configure IdSvr4 and .NET Framework 4.5.2 MVC and web API to work together.
https://nahidfa.com/posts/identityserver4-and-asp-.net-web-api/
https://nahidfa.com/posts/identityserver4-and-asp-.net-mvc/

Multi-file upload for salesforce.com community (portal) users (VF preferred)

I am looking for a solution to allow portal community users to upload multiple files simultaneously to an account. The community portal does not support App Exchange solutions designed for regular internal salesforce accounts.
I am wondering if somebody can help me write a VisualForce page that I would embed in the page layout.
This two link will help you achieve your goal.
uploading-an-attachment-using-visualforce-and-a-custom-controller
upload-file-as-attachment-to-record

Salesforce licenses

I'm struggling to get the best choice for me in terms of kind of license I need. I just want to connect my website using chatter through OAuth2 as well as I have been developing a canvas app. Everything has been done with my developer account in Salesforce but I have been wondering if I need to purchase any kind of salesforce license to use it. Even I have been wondering if I need a new license to upload my canvas app to salesforce appexchange.
I will be really grateful if someone could tell me something about it because I don't really know what I should do due to salesforce licenses are expensive.
Thank you so much
Diego
First thing I would suggest you to do is create a Partnerforce account here if you are planning to sell your app on appexchange. After that, log a case on partnerforce asking them how to go about it. They are helpful people and should be able answer your questions well.
To list the app on Salesforce you will have to follow certain steps:
1) Firstly join the DeveloperForce free.
2) Signup for Salesforce Partnership
3) Now through APO Create a Test Org and select Partner Developer Org
4) Through AppExchange you can easily publish your First app after packaging it.
5) You will also have to go through Security Review before publishing the app. After the security review you can easily be able to view your package on AppExchange.
To get live on AppExchange just these steps are to be followed or you can also take the help of any experienced or existing Salesforce partner to get complete information abput listing your app on AppExchange. They can guide and help you throughout the procedure and to pass the Security review as well of Salesforce. A well known Salesforce partner is Janbask, who provide Salesforce implementation service and can provide you assistance and consultation as well. As they are Salesforce partner so know how to complete the process.
Apart from this you can try any Salesforce learning or training institute, if you are in your learning stage who can provide you complete detail and solution of your problem. You can easily Integrate Salesforce and be able to view your app on AppExchange.

How to create a User based Website supported by a Database

I have experience developing in MS Access and some Java programming with Adobe Flash Builder.
I would like to create a website where a user can sign in and share and post things similar to Facebook, i.e a social network. I would like to know what is the best program for developing a website (for someone who does not come from an html background) and what is the best database to support this type of website i.e ( Oracle, Mysql ... )
If you have any advice or input please let me know. All advice is effective for me.
A user based website should be implemented both at the front end and the back-end of the application. Components such as username, login, and other information should be obtained upon sign in in order to implement a user-based website. The back end of the site should be on a production server that consists of both php and a sql server system of some sort.

How can I implement or develop my own twitter authentication provider?

I want to allow my users to log in with their Twitter accounts.
What do I need to implement this? I want to know all the processes that DNN follows for user authentication.
I'm using DotNetNuke 6.2, Visual studio 2008, SqlServer 2008
Any answer will be welcome, including links to pages to learn about it, online tutorials, etc. Excuse my English but I speak spanish!
Best place to learn how to create new authentication provider is to review existing authentication providers. You can download source code from dotnetnuke.codeplex.com.
Here is a link from Joe Brinkman's post which is 2-3 year old but still usefull since nothing has changed much in terms of implementing authentication provider.
Let me know if you need more help.

Resources