#SharePointProblems | Koskila.net

Solutions are worthless unless shared! Antti K. Koskela's Personal Professional Blog

Posts from March 2019

Blog posts published in March 2019

Posts from March 2019 (8)

  • Cover image for Current User in ASP.NET Core
    NEW
    Published on
    Authors
    koskila

    Current User in ASP.NET Core

    This post describes how to get the currently logged-in user using ASP.NET Core. This is compared with how it's done in ASP.NET Framework. Background In ASP.NET Core (and .NET Core in general), a lot of things are done a bit differently than what you might be used to if you're coming from the .NET Framework world. That's what I've been learning building more and more stuff with it, instead of good old .NET Framework.
  • Cover image for How to disable the footer in Modern SharePoint?
    Published on
    Authors
    koskila

    How to disable the footer in Modern SharePoint?

    Modern SharePoint Online recently got a new, super useful and much-requested new feature: a site footer. This little buddy now makes it possible to create informative, stylish and useful footer areas for your intranet sites. But what if you already implemented such a solution based on, say SPFx extensions, and now you've got 2 footers? Well, you might want to disable one of those two.
  • Cover image for How to revert Modern view back to Classic for SharePoint libraries using PowerShell
    Published on
    Authors
    koskila

    How to revert Modern view back to Classic for SharePoint libraries using PowerShell

    If your customers are anything like ours, some of them love the new modern library view, some will adjust and some just hate it and want to get as far away from it as possible. While embracing the new stuff is usually smart, there's some value to sticking to what works as well. The Modern view is going to be the superior choice of the two (if it isn't already!
  • Cover image for SharePoint linguistic search features
    Published on
    Authors
    koskila

    SharePoint linguistic search features

    I've been posting about different localization/globalization / multilingual options of SharePoint for quite some time. It's a topic that's kind of close to my heart, being a non-English speaker with a really difficult native language - one, that Microsoft always gets wrong even though it's not for the lack of trying! Weirdly enough, while Microsoft messes up the Finnish translation and localization all the time, they do detect and recognize the language surprisingly well.
  • Cover image for How to remove Azure Functions without deleting the Functions App?
    Published on
    Authors
    koskila

    How to remove Azure Functions without deleting the Functions App?

    Have you ever run into a situation, where you just wanted to remove the currently standing function definitions from your app service without actually nuking the whole Functions app? I have! App Service configuration is usually easy to manage programmatically or by scripting, so even if you need to redo the deployment, it should be fairly straightforward.
  • Cover image for EntityFramework Core - Update-Database error “The EntityFramework package is not installed”
    Published on
    Authors
    koskila

    EntityFramework Core - Update-Database error “The EntityFramework package is not installed”

    Another weird, but simple issue I ran into when building a simple .NET Core application. The article should apply to pretty much any .NET Core version, but the version I was on was 2.2. I was just minding my own business, crafting bits of code into something remotely functional, when I ran into an issue. While trying to apply my changes to the database using .
  • Cover image for How to fix "AADSTS90008: The user or administrator has not consented to use the application"?
    Published on
    Authors
    koskila

    How to fix "AADSTS90008: The user or administrator has not consented to use the application"?

    A couple of days ago, I got a comment asking how to fix error AADSTS90008 when developing an application using Azure Active Directory The error in question was this: AADSTS90008: The user or administrator has not consented to use the application with ID ‘[guid]’. This happened because application is misconfigured: it must require access to Windows Azure Active Directory by specifying at least ‘Sign in and read user profile’ permission.
  • Cover image for How to format DateTimes in ASP.NET Core?
    Published on
    Authors
    koskila

    How to format DateTimes in ASP.NET Core?

    Have you ever struggled to make your ASP.NET MVC views format your properties of type DateTime correctly? I have. And I've been shot in the leg by weird hacks made by both myself (just 6 months earlier) and someone else. .NET Date/DateTime formatting is an endless bag of funsies in general . So I thought I'd finally document the different ways one can set up the formatting of DateTime fields in ASP.NET Core projects specifically. Or at least all the ways I've found so far!
Whitewater Magpie Ltd.
© 2026
Static Site Generation timestamp: 2026-02-03T09:01:56Z