Year: 2021

  • Variables that can be used in Pre / Post build event in Visual Studio

    Variables that can be used in Pre / Post build event in Visual Studio

    Summary What values ​​can I use for Pre / Post build event in Visual Studio?The answer is here: Pre-build event-Post-build event command line dialog – Visual Studio (Windows) | Microsoft Docs In this post, using the following repository as sample code: ADN-DevTech/Maya-Net-Wizards: Maya .Net Wizards for Visual Studio Prerequisites Visual Studio 2019 Steps Enter the…

  • Hide the date archive page of WordPress in a web search engine (e.g. Google, Duck Duck Go)

    Hide the date archive page of WordPress in a web search engine (e.g. Google, Duck Duck Go)

    Summary Q. Why is the date archive page of my website in search result page of google?A. That’s because the date archive page doesn’t output the noindex meta tag. All in One SEO doesn’t output noindex in the date archive page as default settings. Prerequisites WordPress v5.8.1 All in One SEO v4.1.4.4 Not Pro Edition…

  • Using an emission map on Unity

    Using an emission map on Unity

    Using an emission map on Unity

  • Using HttpClient on Azure Functions

    Summary HttpClient use a socket-line resource of your server. So, you don’t make many HttpClient instance. If you can share instance for HttpClient. It’s the same also Azure Functions. Prerequisites .NET Core v3.1 Azure Functions v3 Microsoft.NET.Sdk.Functions v3.0.3 Microsoft.Azure.Functions.Extensions v1.1.0 Microsoft.Extension.Http v3.1.20 Visual Studio for Mac v8.10 Azure Functions Core Tools v3.0.3873 C# v8 macOS…

  • How to check MRTK version – Part 2

    How to check MRTK version – Part 2

    Summary MRTK v2.7 provide feature that displayed version. MRTK 2.7 release notes – Mixed Reality Toolkit | Microsoft Docs Previously, this blog posted how to check the MRTK version that described a value in the file. How to check MRTK version – 3D Real-Time Composition Prerequisites MRTK v2.7 Mixed Reality Toolkit Foundation Unity v2020.3.20f1 Windows…

  • Using 3D app launcher on HoloLens

    Using 3D app launcher on HoloLens

    Summary The Microsoft Mixed Reality Toolkit (MRTK) support a feature to set 3D app launcher in v2.6. MRTK 2.6 release notes – Mixed Reality Toolkit | Microsoft Docs An example is here: 2D launcher (default) 3D launcher Prerequisites MRTK v2.7 Mixed Reality Toolkit Foundation Unity v2020.3.20f1 Windows 21H1 Require Windows SDK 10.0.17125 or later HoloLens…

  • Process ID of Azure Functions

    Process ID of Azure Functions

    Summary The log of Application Insights contains information that seems to like a process ID of an Azure Functions instance, but that’s an Azure Functions process ID, isn’t it? Prerequisites Azure Functions v3 Steps Click Advanced Tools in Azure Portal. Click Process Explorer in Kudu page. A w3mp.exe is your hosting Azure Functions’s process id.…

  • No longer supported Azure Functions Proxies on Azure Functions v4.x

    Summary Currently, the mainstream of Azure Functions is v3. The next major version is v4 and its status is public preview. Related news is as follows: Azure Functions runtime 4.0 is now in public preview | Azure updates | Microsoft Azure Announcing Azure Functions 4.0 public preview with .NET 6 support – Microsoft Tech Community…

  • Build an example Maya plugin with .NET – .NET Framework 4.5.1 or 4.5.2

    Build an example Maya plugin with .NET – .NET Framework 4.5.1 or 4.5.2

    Getting started with Maya API by .NET (C#). It provide Maya SDK (DevKit). Using an example Maya Plugins source code.

  • Using the Build Window with MRTK

    Using the Build Window with MRTK

    How can I build the HoloLens app more easily?