Content
SQL Bulk Copy performance is too low while downloading data from URI
I am downloading the data from third party API Application. The main concern of the data will be increasing in day to day activity in this application. past few days i am facing issue such as, for downloading data is to taking too much time (nearly more…
Json bringing back unwanted properties
WebAPI Core (.Net 6) I have a Model class which contains multiple properties. The properties can have empty values. Only the ones i need should be produced. public class ClientFocus { public string? Item {get; set;} public string?…
B2C application unable to retrieve roles assigned to a user
Hello, In my B2C app, I have a user that has been assigned multiple administrative roles. I've created a policy for the administrator role but am unable to retrieve any roles for this user. I'm using dotnet 7.0. I have two problems:. Assigning the Admin…
Net Maui carouselview time span problem
All working fine but check and please correct the first image show and quickly passing second image must be same as the others time span .. how we can solve it? Thanks public Carousel() private void Carousel_Loaded(object sender, EventArgs e) { …

Azure Synapse Analytics - AccessDeniedException -> 6002 & 403 Errors from Firewall rules
When I added firewall rules I get those errors. From Pipeline "errorCode": "6002", "message": "Exception: Failed to create Livy session for executing notebook. Error: Received exception with…
How to fix Xamarin Binding Library warning BG8401: Skipping due to a duplicate nested type name
Hi, I have trouble with the class that I need to use on the application where the field that I need to use is not generated due to this warning BG8401. I've been working on this Here Navigate SDK and able to see that the api.xml is created correctly but…
How to create Relay command in Master Page ViewModel
MASTER PAGE(XAML) <?xml version="1.0" encoding="utf-8" ?> <ContentPage xmlns="http://schemas.microsoft.com/dotnet/2021/maui" xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml" …
provider: SQL Network Interfaces, error: 26 - Error Locating Server/Instance Specified
I get the error message when I try to connect to the SQL Server 2005 Database from VisualStudio 2022 and .Net 6 Project (winform). my project is winform with .net 6 .when i want to connect to remote server that is sql 2005 ,i get error : 26 - Error…
Discontinue a trial Teams product
i need help getting to Microsoft to discontinue my accidental subscription to the Teams trial.
Blazor Server - How to get the latest uploaded file?
Hi there, In my Blazor Server application, I am uploading an Excel like this; public async Task<int> UploadStocksFile(IFormFile file) { var untrustedFileName = file.FileName; var totalRows = 0; var duplicates = 0; …

How to fix "WriteCodeFragment" error when build .net core
When I run .net core api project "6.0" on mac I got this error " usr/local/share/dotnet/sdk/7.0.302/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.GenerateAssemblyInfo.targets(5,5): Error MSB4018: The "WriteCodeFragment" task…
Blazor Reconnection Issue After Locking Smartphone
I'm experiencing a problem with my Blazor Server application and I need your help. When I access my website on a smartphone and lock the device for some time, upon unlocking it, seems that the Blazor connection gets lost at that moment and tries to…
form responses showed in website
How do I make a website that uploads automatically the answers of a form?

When Microsoft will release Entity Framework 6.x (.NET Full framework) having Microsoft.Data.SQLClient support?
We are migrating our .NET Full framework 4.8 based Data Access Layer projects from System.Data.SQLClient to Micosoft.Data.SQLClient. While it is very straightforward for AD0.NET based projects, we do have some projects where we are also using EF 6.0. As…
VB.NET Entity Framework Using multiple databases
I'm trying to setup Entity Framework 6 in my VB.Net desktop application. I can get it working fine using Production database, but, this is a program where you can login to either production or the test database. When I created the model, I set it up to…
System.Net.Http.UnsupportedMediaTypeException: 'No MediaTypeFormatter is available to read an object of type 'IEnumerable`1' from content with media type 'text/html'.'
I am getting Unsupported Media Type Exception whenever I am doing a get request on MVC side on [http://localhost:52541/Employee/Index] . Please check my code and help me to solve the issue EmployeeController.cs from MVC using System; using…
.net maui change Android and iOS overview icon
In .net maui Android when the "Overview" button in clicked an Icon is shown. How do I change that icon ? On iOS how to change the ".NET" to something else ?:
How to fix bug of iOS of KeyboardOverlapRenderer
AppDelegate.cs KeyboardOverlapRenderer.Init(); After opening the website with webview function, when inputting with the text keyboard, it is difficult to enter the content as it rises above the content. AppDelegate.cs: public override bool…
No forms appearing in custom template VS 2022 Mac or PC
I have been looking over the material for the new templating engine, https://learn.microsoft.com/en-us/dotnet/core/tutorials/cli-templates-create-item-template and https://github.com/dotnet/templating/tree/main, and have created a .template.json file…