Binding error
Hello. This app was working fine, it was populating the font, and the numbers coming from my View Model, but for some reason it broke, I notice that Visual Studio sometimes acts stupid (especially on UWP development) could somebody help me resolve this…
How to send livestream video using UWP app to Azure Web app (.NET core MVC) ?
which is the best way to send live stream video from UWP app to Web MVC application ? I am doing my Final year project. My 1st task is to send the livestream vedio from raspberry pi using UWP app and display that stream in Web .NET core MVC application…
![](https://techprofile.blob.core.windows.net/images/cZU7UTKREk27Lln7-61CrQ.png?8DCA72)
VS 2019 Diagnostic tool - Documentation ?
C# UWP VS 2019 I have a memory leak somewhere. I have a Reset sub that resets, clears, and resizes to 0 everything, which does not seem to be doing a complete job. I am also enumerating through the Main Xaml canvas control to remove but children…
![](https://techprofile.blob.core.windows.net/images/5da524cc22d64bf480edd8d86c64a8f5.png)
Release of Bring your own storage to App Service
It's been a long time that the ability to bring additional storage accounts to Linux web apps is available in preview (announced September 2018). Do you have any idea when this feature will be officially released ? We have several projects where this…
![](https://techprofile.blob.core.windows.net/images/895380a23bd146e3922c1127b81f7022.png)
Azure Active Directory Security and Office 365 Interaction Chart
I am doing my annual security audit (a few days late) and were wondering if anyone has put together a chart showing the interaction between the various elements of Azure Active Directory as it relates to Office 365. There are so many layers when we…
Urgent question: How to let scrollviewer scroll by itself
Urgent question: How to let scrollviewer scroll by itself in UWP?
Different between binding and x:bind
What is the Different between binding and x:bind in UWP. I do not know how to choose in my app. please reply me soon. thanks
Problem communicating to process outside the IIS thorugh Named Shared Memory in App Service environment
This Question is regarding the sandbox environment in Azure app Service environment's shared memory communication. We have " IBM.Data.DB2.Core.dll" to connect to DB2. We have implemented the functional level tracing to investigate in case of…
Enable Application insights in AppService
I would like to enable Application insights in appservices.. I have a web api and my configuration is: In the appservice of the SPA app. I have the configuration: I don't know if my settings are correct.
![](https://techprofile.blob.core.windows.net/images/596f8caa650b4e37ad8c0e7f87fa37e0.png)
Place Image on Frame's Border
Hi, How can I place an image on the Frame border centered just like the Bill gates and USA flag here in the attached image? Thanks, Jassim
dictation button problems
Hello I am getting a weird error, when I press the button again, to stop the recorder. I was following the Microsoft sample code. This is the error I am getting: The text associated with this error code could not be found This is the code that I…
How to get the info from a URI (ms-settings: xxxxxxx)
In Windows 10, you can see the Setting items when you open System Settings. I want to get the friendly name from a specified URI. For example: Get "Battery Saver" from the URI "ms-settings:batterysaver-settings" …
ApplicationData.Current.LocalSettings and DateTimeOffset.MinValue
ApplicationDataContainer localSettings = ApplicationData.Current?.LocalSettings; localSettings.Values["foo"] = DateTimeOffset.MinValue; DateTimeOffset dto = (DateTimeOffset)localSettings.Values["foo"]; The last line of the…
How can i handle or find where is exactly crash in UI ?
How can i handle or find where is exactly crash in UI - Unhandled exception... I want to know crash log with proper line number or method name
Create App Service Managed Certificate with FrontDoor CNAME
I have a linux Web App backend attached to a FrontDoor instance with a custom domain, but I'm unable to create a managed certificate on the web app due to the error: "Hostname not eligible for App Service Managed Certificates creation." How…
Custom PHP extensions no longer load
Recently, more precisely on Nov 19, 2019, I had a problem where when scaling my application the new instances that scaled no longer found the extensions I use on my system. Some of my users connected to a given instance could load the system correctly,…
![](https://techprofile.blob.core.windows.net/images/6b666b5cbf3044cda4a6b89681ac0356.png)
why i can connect to only bing.com and fb google no ?
i have created vm azure for 1H but when i want to connet to google i got this message you can't reach this page i made secuirity level to low but the same probleme is there any solution guys thanks
![](https://techprofile.blob.core.windows.net/images/6b666b5cbf3044cda4a6b89681ac0356.png)
Access Token Lifetimes
Hi, I want to increase the Access token lifetime to one day.I used the poilcy like below New-AzureADPolicy -Definition…
Can we use Windows Hello in .Net MVC, VS 2015
I have MVC Application, in which i need Windows Hello login Code, So that i can Implement the same way in my Application
![](https://techprofile.blob.core.windows.net/images/kzZjqmhBWECLtVuDbSY1hQ.png?8DA492)
Service Fabric -Stateless ASP.Net Core - Support for ASP.Net Core 3.0 gRPC
I had created a Service Fabric project called "Stateless ASP.Net Core" with ASP.Net Core 3.0 WebAPI. I replaced WebAPI code with ASP.Net Core 3.0 gRPC middlewear based on MSDN documentation. MSDN Documentation link : …