Breadleaf commerce angular demo store - broadleaf-commerce

I'm watching the Technical Walkthrough - Part 1 from 28th of June 2016. In this demo, Chris Kittrell mentions that an anular demo store will be available in the near future. Does anyone know more about this? Would be very interested in having that. Thanks !

A Broadleaf Angular demo store was in our roadmap at the time, but we ended up focusing our efforts on a React demo instead, which is available here: https://github.com/BroadleafCommerce/ReactStarter. For now, we don't have plans to complete an Angular demo in the immediate future.

Related

Azure Logic Apps - Liquid Connector - version/flavor of liquid template engine?

Does anyone know what flavor of liquid template engine Azure is using in the Liquid connector for logic apps? We were under the impression that it was DotLiquid but that doesn't appear to be the case.
Is there source code available for the liquid connector?
It is DotLiquid with Csharp naming convention.
More information about Liquid Transformation in Logic Apps:
https://learn.microsoft.com/en-us/azure/logic-apps/logic-apps-enterprise-integration-liquid-transformhttps:
https://blogs.msdn.microsoft.com/logicapps/2017/12/06/introducing-the-liquid-connector-transform-json-to-json-json-to-text-xml-to-json-and-xml-to-text/
Also there is a tool to test the Liquid templates without deploying.
https://skastberg.wordpress.com/2019/01/20/test-your-liquid-transformations-without-deployment/
After contacting Microsoft Support, they were able to provide us with the specific version. We received this response on Mon, Mar 11, 2019, 9:35:50 PM UTC.
Hello Eric,
I am happy to inform you that we got an answer to your question,
We use DotLiquid version 2.0.254 as of now and this can be updated without any notice to > customers.
https://blogs.msdn.microsoft.com/logicapps/2017/12/06/introducing-the-liquid-connector-> transform-json-to-json-json-to-text-xml-to-json-and-xml-to-text/https://nam06.safelinks.protection.outlook.com/?url=https%3A%2F%2Fblogs.msdn.microsoft.com%2Flogicapps%2F2017%2F12%2F06%2Fintroducing-the-liquid-connector-transform-json-to-json-json-to-text-xml-to-json-and-xml-to-text%2F&data=02%7C01%7C%7Cc5042ed238ce483800e508d6a63881ca%7C72f988bf86f141af91ab2d7cd011db47%7C1%7C0%7C636879158958697081&sdata=mkV5rnTMbHIAHk6vEQ3rc%2BOhjZ%2BjCgnoQNi468DMPz4%3D&reserved=0
Thank you for your patience, and I hope this answers your questions.
Imelda Irby
Senior Escalation Engineer | Microsoft | Integration Team
Yes presently we are using dotLiquid. The source code of dotLiquid is hosted on GitHub:
https://github.com/dotliquid/dotliquid
If you make specific fixes or additions to dotliquid which you would like picked up by Logic Apps, do contact us (such as through a support ticket describing the bug you fixed).

Unable to get my App Approved from Microsoft App Store

Can anyone provide me the steps or the testing criteria which Microsoft App approval team is using?
I have tried 3 times to get my app approved from them but it is failing due to some design related issue. They have not reproted any functionality related or technical bugs though.
So can you please provide some type of guidelines other than the Official guideline provided by Microsoft?
I have already gone through the guidelines provided by Microsoft for the SharePoint Addin.
https://learn.microsoft.com/en-us/office/dev/store/validation-policies
Is there anything else I need to consider?
If I want how can I contact with Microsoft tester to get appropriate details of error or let them understand that they reported as a bug is actually not a bug?
At last I am able to get it approved you can visit that app here:
https://appsource.microsoft.com/en-us/product/office/WA104381785

Azure AD B2C Authentication with Xamarin.Forms Not working

For almost a week now I have been trying to implement Authentication in a Xamarin.Forms(Android, iOS and Windows) Project to no avail. All the instructions and guides are either out of date, not clear or not functioning.
This Article from Xamarin was last updated in August 2016 while the MSAL has changed making this article obsolete. in this article they make use of PlatformParameters which has been replaced by UIParent.
This Example from Azure AD B2C documentation page from after implementing has UIRequiredException as calling AcquireTokenSilentAsync is not functioning since as at that time there is no user present.
This is getting really frustrating and would appreciate assistance or some step by step to implement this. All am trying to do is enable Authentication and Authorization for my Xamarin.Forms App and API Endpoint. Any pointer to good working code would be appreciated.
It would be helpful if there is an official updated guide or Video tutorial to help with this.
had exactly the same issue with using this project for a demo.
Use this version:
https://azure.microsoft.com/en-us/resources/samples/active-directory-b2c-xamarin-native/
It is the updated version with MSAL 2.4 preview. Its working on all samples/droid/ios/uwp
Here is a much fresher sample on how to get this done (as of June 20,2017 )
https://github.com/Azure-Samples/active-directory-b2c-xamarin-native
We have had issues with the same example. https://github.com/Azure-Samples/active-directory-b2c-xamarin-native
I have pretty much given up and I am looking at other solutions now.

Resources for Griffon?

I want to start learning Griffon for desktop applications, but i found there are not enough resources for Griffon framework. Apart from its homepage.
Can anyone say me the blogs, tutorials, etc. where I can find enough information!
What about these resources?
Griffon Guide http://dist.codehaus.org/griffon/guide/index.html
Griffon Refcard http://refcardz.dzone.com/refcardz/getting-started-griffon
Screencasts http://griffoncast.com/ http://tv.jetbrains.net/videocontent/griffon-mvc-groups-and-event-system
Twitter http://twitter.com/theaviary
Griffon posts # http://jroller.com/aalmiray/tags/griffon
Sample apps # github https://github.com/aalmiray/griffon_sample_apps
Manning will publish "Griffon in Action"... January 2012.
http://www.amazon.com/Griffon-Action-Andres-Almiray/dp/1935182234/

Help with getting to grips with node.js

I work full time in a PHP and JavaScript team but we are looking at a new technology to adopt. We want to dive into node.js however we all want to get the same book but we have no idea which would be the best.
Any recommendations ?
Also links would be good.
Regards
Oliver
There are no real - like in actual wood - books out yet, Yahoo! Press has one in the works though, title will be "Up and Running With Node.js".
Right now there's a community driven e-Book from the makers of the express.js framework, its source code is also available on GitHub.
If you like videos, then should check out a couple of talks by Node's creator Ryan Dahl:
Introducion to Node.js - YUI Theater (May 2010)
GoogleTeckTalk - JavaScript on the Server (July 2010)
Techniques for a single stack world - JSConf.eu (Sep 2010)
You can find even more links on our tag wiki.
PS: Best thing IMO is to start a little side project and use that to explore Node.js.

Resources