WPF multi display and DPI
I have developed a countdown app to display a timer on a comfort monitor, full screen, for speakers at conferences. Normally, the resolution of the work laptop screen running the program and second monitor have resolutions 1920 x 1080, the app works…
offline install buildtools 2017 in docker
I created a standalone installer using a key buildtools.exe --layout... When installing, the installer tries to download…
datagridview get column header position
I have a DataGridView and some textboxes that I use for filtering the various columns. I want to position the textboxes so that they lay above the column that they filter. I can do this by using the datagridview.getCellDisplayRectangle to get the 1st…
Basic Availabilty
Dear Experts, Can you please help with the fact that does SQL 2019 Standard edition basic availability group support more than one databases i.e. one database per availability group. This way if there are 3 databases - 3 availability group's can be…
Sum of 10 entries
Want to make a scoreboard of a game , and want also a total of all I have about 10 entries and want to add then up to a total . How do i make this work ?
Reformating malformed csv
This site is so wanky I have no clue if is in the right place or even if I'll be able to find it again ... New and improved is not always better, and this new Q&A forum is a perfect example of that! Hi all, hoping I can get some help. I would…
What is passed when working with generated system "sender" object?
I have a simple process: event response method "do something based on specific response" method validate do something I'm trying to pass the sender object created by the event through "do something" to Validate: private void…
Change MVC 4 site from Federated Identity to OpenID Connect
I am working with an existing MVC 4 website hosted internally that currently uses Federated Identity with a custom login page. My task is to change the website to use OpenID Connect to connect to an external provider to authenticate the user and return a…
Power BI isn't connected azure sql premium read only instance, even though I checked "Enable SQL Server Failover support"
So from the doc's I've read, they don't allow you to set properties on the connection string for readonly instance, so you have to check this box. I think it used to work ok, but now I see my database throwing DTU warnings. Is there something else I need…
Azure SQL or Azure Managed Instance for Database normalization
Hi All. For Database Normalization 3NF I wanted to know in Azure which one is recommended to use Azure SQL Database or Managed Instance. I just wanted to know the pro and cons for each one.
I want to find a specific value on the Azure portal.
////////////////////////////////////////////// subscription=<subscription-id> client=<application-id> key=<authentication-key> tenant=<tenant-id> managementURI=https://management.core.windows.net/ …
Xbox hard drive
I can hear it running but the light wont turn on and it wont connect i cant play games
Documentation for ServerErrors and UserErrors in EventHubs
Hi, Can you provide explanations on metrics "User Errors" and "Server Errors" of event hub namespaces please? I searched a lot and cannot find anything more than : ServerError : Identifies the exception as a server error and…
How to find Schedule Performance Index (SPI) and Cost Performance Index (CPI) in Ms Project
I have an extensive experience in website development. I started with ASP Classic and almost spend 7 years in code development in ASP.NET. After quite some time, I plan to switch and with this intention I have recently passed my PMP Certification exam in…
DDA Audit - Determine what devices are connected to what VM's
Pretty straight forward but I cannot find the appropriate PowerShell Command to do this. How do I determine what devices have been assigned to the VM via Discrete Device Assignment (DDA)? For example, I may have 10 GPU's and I know exactly where 3…
WIndows 10 20H2 Onedrive Cloud Only
I've done extensive searching and am dumbfounded. I want the OneDrive builtin version with Windows 10 20H2 to do cloud only files. At some point in the history of Onedrive you were able to get a 'cloud' icon which indicates the file is not stored…
Custom Identity Storage Provider
Building my own custom storage provider for identity core. Could someone please tell me the necessary storages to implement? So far, I have implemented UserStore methods. Is it necessary to also implement RoleStore in order to use SignInManager?…
Which type of CPU for SQL Virtual Machine
We've got a client recently moved to Azure using Azure SQL Virtual Machine, 2019 with SQL standard. They're rather happy with setup except for 1 application which isn't playing well. Users are complaining about delays and sometimes timeout's when pulling…
Changed security information from my account and cant access the portal
To whom it may concern, I've recently modified the security email from my account and received an email saying it would take 30 days to have that information updated. When I tried to logic to my Azure Portal I couldn't because of this and it…
Creating a color plot representing z = f(x,y) with C#
I am wanting to creating a program using c# that can take plot z where z = f(x,y) on a color plot or heat map representing a temperature field. I was wondering if there is anything like matplotlib for c#/visual studio? and where can I find information on…