Maybe something that can be useful if you want to programmatically add claims/roles to an signed in member in Umbraco version 9 and forward. Github: https://github.com/joelmandell/DealerParts/ It seems that this is what is asked for in the following forums posts:...
Maybe something that can be useful if you want to programmatically add claims/roles to an signed in member in Umbraco version 9 and forward.
Github: https://github.com/joelmandell/DealerParts/
It seems that this is what is asked for in the following forums posts:
https://our.umbraco.com/forum/using-umbraco-and-getting-started/108270-how-to-add-custom-claim-to-the-loggedin-member-in-umbraco-9
https://our.umbraco.com/forum/using-umbraco-and-getting-started/111444-using-claims-in-v11
#umbraco #dotnetcore
Just goofing around using Ionic with Vue in a project. Using kinda starter template in the beginning. Hang around and watch me learn it as I go. So what do you think about Ionic?
Just goofing around using Ionic with Vue in a project. Using kinda starter template in the beginning.
Hang around and watch me learn it as I go. So what do you think about Ionic?
Vue-apollo version 4 brought us composition-api that we can use with VueJS 3. It is a great library. But how do you use this composition-api function outside of a component? For example in a Vuex-store? Check this video out. I have posted a short answer for this question also...
Vue-apollo version 4 brought us composition-api that we can use with VueJS 3. It is a great library. But how do you use this composition-api function outside of a component? For example in a Vuex-store? Check this video out.
I have posted a short answer for this question also on stackoverflow: https://stackoverflow.com/questions/67892134/vue-3-apollo-composable-are-we-obliged-to-call-usemutation-and-usequery-insi/67957899#67957899
Just goofing around using Ionic with Vue in a project. Using kinda starter template in the beginning. Hang around and watch me learn it as I go. So what do you think about Ionic?
Just goofing around using Ionic with Vue in a project. Using kinda starter template in the beginning.
Hang around and watch me learn it as I go. So what do you think about Ionic?
So Microsoft decided to put an end to certifications. They are instead pushing a lot for Azure and Role Based Certifications. Replacement for MCSD App Builder: https://docs.microsoft.com/en-us/learn/certifications/azure-developer
So Microsoft decided to put an end to certifications. They are instead pushing a lot for Azure and Role Based Certifications.
Replacement for MCSD App Builder: https://docs.microsoft.com/en-us/learn/certifications/azure-developer
Github repo for the template: https://github.com/joelmandell/signalr Music in Intro video: –––––––––––––––––––––––––––––– The Journey by SilentCrafter https://soundcloud.com/user-907904720 Creative Commons — Attribution-ShareAlike 3.0 Unported — CC BY-SA 3.0 Free Download /...
Github repo for the template: https://github.com/joelmandell/signalr
Music in Intro video:
––––––––––––––––––––––––––––––
The Journey by SilentCrafter https://soundcloud.com/user-907904720
Creative Commons — Attribution-ShareAlike 3.0 Unported — CC BY-SA 3.0
Free Download / Stream: https://bit.ly/the-journey-silentcrafter
Music promoted by Audio Library https://youtu.be/CVOH7yVmEus
––––––––––––––––––––––––––––––
In this Video I will share what exams you have to take to get the MCSD App Builder certification. MCSA: https://www.microsoft.com/en-us/learning/exam-70-486.aspx + https://www.microsoft.com/en-us/learning/exam-70-480.aspx OR:...
In this Video I will share what exams you have to take to get the MCSD App Builder certification.
MCSA:
https://www.microsoft.com/en-us/learning/exam-70-486.aspx + https://www.microsoft.com/en-us/learning/exam-70-480.aspx
OR:
https://www.microsoft.com/en-us/learning/exam-70-486.aspx + https://www.microsoft.com/en-us/learning/exam-70-483.aspx
MCSA + https://www.microsoft.com/en-us/learning/exam-70-487.aspx = MCSD App Builder.
Implement and mock some things as well and we use arguments when doing mutations. Disclaimer: This was a livestream. I do get confused at times, sorry about that. Code for this episode: https://github.com/joelmandell/chaj-gql-api/tree/arguments-mutations
Implement and mock some things as well and we use arguments when doing mutations.
Disclaimer: This was a livestream. I do get confused at times, sorry about that.
Code for this episode: https://github.com/joelmandell/chaj-gql-api/tree/arguments-mutations
Short tutorial about how to define arguments when creating a GraphQL API using dotnet implementation written in C# (graphql-dotnet). DISCLAIMER: I do always post those videos as a livestream so expect it to have some minor bumpy roads were I get confused for some seconds....
Short tutorial about how to define arguments when creating a GraphQL API using dotnet implementation written in C# (graphql-dotnet).
DISCLAIMER: I do always post those videos as a livestream so expect it to have some minor bumpy roads were I get confused for some seconds. This is just how it is when developing in real life ;)
Code is here: https://github.com/joelmandell/chaj-gql-api/tree/arguments-query
Short video about how to implement mutations in GraphQL when using graphql-dotnet. Code for this episode is here: https://github.com/joelmandell/chaj-gql-api (Check branch named mutations).
Short video about how to implement mutations in GraphQL when using graphql-dotnet.
Code for this episode is here: https://github.com/joelmandell/chaj-gql-api (Check branch named mutations).
Documenting your GraphQL API and define your own ObjectGraphTypes (Creating your own GraphQL types). Using dotnet core 3.0 and nuget package graphql-dotnet and coding it in C#
Documenting your GraphQL API and define your own ObjectGraphTypes (Creating your own GraphQL types). Using dotnet core 3.0 and nuget package graphql-dotnet and coding it in C#