Yep, I’ve had up to TWO questions over the past two months about the domain name for this blog. One questions was rude and not worthy to publish, but the second was this… Why the name europewho.com? Random picture of donuts Ok, here is the explanation. It’s from a joke, a very British and English … Continue reading what’s the website name about?
Author: EuropeWho
in austria on a skiing holiday, what’s up with the banks?
Ok, not really any of the subjects I'd speak about, but hey! I live in Germany usually, but with the family in Tyrol in Austria. And I don’t ski… so I’m the ‘designated’ driver sorta situation. It’s a mountain! I have a bank account with Sparkasse in Germany. I can go into a store or … Continue reading in austria on a skiing holiday, what’s up with the banks?
create new teams from existing sharepoint online sites using powershell
Well, ok there is a really simple solution to this issue. The issue is that you have an existing SPO site BUT no Teams team associated (or created for it). The SPO site has to be a team site and it has to be a "modern" team site NOT a "modern" communication site. Have a … Continue reading create new teams from existing sharepoint online sites using powershell
some microsoft teams apis cost money on graph
Ok, just looking through the latest work that I've been doing, and found NOTHING... BUT a colleague of mine asked a question: How do customers get charged for using MS Graph APIs with MS Teams? Well, that's a great question. Because some features within the MS Graph API cost money. The MS Graph API is … Continue reading some microsoft teams apis cost money on graph
sharepoint spfx app not working in teams clients
I had a customer with an issue when they started to introduce SharePoint Framework (SPFX) into their Teams environment. But only for the clients for Teams that were not the web client. When the Teams client attempts to connect to the SharePoint environment, there is an error coming back from this URL: https://xxxx.sharepoint.com/_api/Microsoft.SharePoint.Internal.ClientSideComponent.Token.AcquireOBOToken The error … Continue reading sharepoint spfx app not working in teams clients
about getting on that horse
Yes, it’s a life story about me. Well, not a life story, just a little snippet. So, about 8 years ago, I was in Seattle… On a business trip. And as you know business trips involve going to a baseball game. It was fantastic and the photos of it were amazing. Safeco Field - Seattle … Continue reading about getting on that horse
azure dr verses teams dr
A very good colleague of mine let me know about an issue that he had fixed. It was about direct routing in Teams. The Teams environment couldn't receive inbound calls using Teams DR via an SBC. Outbound calls were AOK. They had configured an Azure DR at the same time BUT they had set the … Continue reading azure dr verses teams dr
object orientated programming (OOP)
Well... yes. This might take longer than I have really. And you don't really want to read a ten volume encyclopedia? What is it? I thought I knew. In the halcion days of my development career, I used this programming model, without even knowing it. Ok, well it's a way of organising and designing software … Continue reading object orientated programming (OOP)
it’s hard getting back on the horse
Yeah, that’s the coding horse of course. I’ve only spent 4 or 5 months out of real coding, and I’ve forgotten most of it. Well to quantify that, most of the plumbing when using .NET. Well ok, for example, I have a project that uses ASP.NET MVC and ER to create a website, that takes … Continue reading it’s hard getting back on the horse
virtual & override methods
So, I am looking at classes with different behaviours.And just trying to get back "on the bike" with the various keywords in the Visual C#.NET editor.Creating a new class and adding a procedure to it.... The master class (HAR HAR) has the function indicated with the virtual keyword. Indicating it could be "taken over" or … Continue reading virtual & override methods