4,123 questions with Developer technologies | .NET | Other tags
KB5063878 and Microsoft.Ink exception
After 8 years without any issues, we just got many reports that an exception is now triggered when our tool starts, related to .NET's Code Access Security. Is there a way to avoid this without resuscitating and modifying this old…
Developer technologies | .NET | Other
Signing a .svc file
Hello, I am working with a .svc file. The file looks like this: <%@ ServiceHost language="c#" Debug="true" Service="XYZ" %> I would like to know: Is it possible to digitally sign a .svc file using SignTool or any…
Developer technologies | .NET | Other
Developer Sub
Hello, I've been a paying dev customer for ~25 years, ensuring my employers maintain an active ms professional dev subscription (******@yahoo.com) for me. Former contiguous past employers CMI, LONE STAR PET and BMA (TPABenefits) have subscribed for the…
Developer technologies | .NET | Other
C# Sorting algorithms implementation
Hey guys... this post will contain several sorting algorthm implementations in C#. Follow for more content like this :)
Developer technologies | .NET | Other
Developer technologies | C#
How can I build a calorie calculator app with .NET 8?
I’m learning .NET 8 and want to make a small app as practice. The idea is a Link removed I’m not sure how to start this project: Should I make a desktop app, web app, or mobile app in .NET 8? How do I create a simple form where a user chooses a drink,…
Developer technologies | .NET | Other
How to fix Azure recomendation "Windows servers should be configured to use secure communication protocols"
Hi I want to fix recomendation "Windows servers should be configured to use secure communication protocols" on Azure but the provided link in Defender for Cloud could not help me. This the link ->…
Developer technologies | .NET | Other
I Want To Make...
I'm not sure if this is the right tag for this request, but I want to make a screenreader accessible app that will allow anyone to make high quality voice models, voice covers, songs, and the like. How do I get started making something that can…
Developer technologies | .NET | Other
I want to acces onenote on sharepoint in graphapi, but get error
Hi, I follow this link https://learn.microsoft.com/en-us/graph/api/resources/onenote-api-overview?view=graph-rest-1.0 to access sharepoint site notebook. But I get the following { "error": { "code": "20143", …
Developer technologies | .NET | Other
Best way to store Encryption Key and IV(Initialization Vector) with AES
As a result of the Veracode security scan, the Encryption Key and IV were found to be hard-coded in the code. For encryption, we are also using the old TripleDES algorithm. In this case, we must remove the hard-coded key and IV and also update to the AES…
Developer technologies | .NET | Other
Developer technologies | ASP.NET | Other
Can I get the content of a Dictionary using the NrbfDecoder?
Hi, I'm following the guide to migrate away from BinaryFormatter. Part of my requirements is that a new version of the application that no longer uses BinaryFormatter will still be able to read payloads generated by the BinaryFormatter. I am trying to…
Developer technologies | .NET | Other
How To download from ftp site using http client
I cannot find a SIMPLE EXAMPLE anywhere that shows how to use (recommended) HTTPCLIENT to replace the now OBSOLETE WebCclient, WebRequest etc. I cannot find a SIMPLE EXAMPLE anywhere that shows how to use (recommended) HTTPCLIENT to replace the now…
Developer technologies | .NET | Other
WebAuthn redirection in MstscLib
hi All! in WPF/.net4.8.1 application we are using MstscLib.dll + WindowsFormsHost to work with rdp connection inside our window. for now we are wounder if WebAuthn redirection inside the rdp session will work correctly and if so what settings should be…
Developer technologies | .NET | Other
Get help to set up a .NET development environment on Windows 7 SP1.
Dear Goodnight. I have a computer with the following configuration: Windows 7 SP1 operating system. The Windows version is home premium x64. AMD Phenom Processor (TM) II X2 550 Processor 3.10 GHz, with 4GB RAM and 500GB HD. I want to create…
Windows for business | Windows Client for IT Pros | User experience | Other
Developer technologies | .NET | Other
Captcha Resolve Using C#
Hello Respected Guys, I need a library or any C# solution to resolve image based captcha. Sample image look like blow I need to resolve this captcha image using c#. Please Suggest me for above problem
Developer technologies | .NET | Other
Developer technologies | C#
Issue with "Mandatory" package update status in Microsoft Store
Hi, I am experiencing an issue with the Microsoft Store incorrectly reporting "Mandatory" package update status in some of my UWP applications. Following the official documentation, I implemented an update flow in my application that provides…
Developer technologies | Universal Windows Platform (UWP)
Developer technologies | .NET | Other
Developer technologies | C#
In my Maui project, sometime the scroll event stop/stuck as using mouce or touchpad.
In my Maui project, sometimes the scroll event stops or gets stuck when using a mouse or touchpad. The user cannot scroll the page, modals, or anything else. Instead, it scrolls using the scrollbar. Why is this happening? Can anybody assist me? I don't…
Developer technologies | .NET | .NET MAUI
Developer technologies | .NET | Other
.NET MAUI Migration from Xamarin.forms
Hi, as a result of migrating from xamarin to .NET MAUI, using the migration tool “Upgrade Assistant” provided by microsoft, I have resolved the various errors related to solution compilation. The code compiles correctly and even manages to emulate on…
Developer technologies | .NET | Xamarin
Developer technologies | .NET | .NET MAUI
Developer technologies | .NET | Other
How to Enable Fullscreen for Console Applications in Windows 10 and Windows 11
It has been observed that Windows 10 and Windows 11 have different behaviors regarding fullscreen for console applications. Currently, a console application does not enter fullscreen mode as it did on Windows 10 with the code i used. CodeBlock: class…
Windows for business | Windows Client for IT Pros | User experience | Other
Developer technologies | .NET | Other
Developer technologies | C#
System.ArrayTypeMismatchException when using System.Text.Json with .NET Framework 4.7 in MSTest
Hi, I'm currently using .NET Framework 4.7 along with MSTest (all packages are up to date). I'm trying to deserialize a JSON string using System.Text.Json as shown below: using System.Text.Json; private static JsonSerializerOptions GetOptions() { …
Developer technologies | .NET | Other
.NET 9 Aspire project: SQL Server login failed and database becomes unhealthy on restart
Hi, I have a project running on .NET 9 using .NET Aspire. When I start the project for the first time, everything works fine. But if I stop and start it again, I see the following error in the Aspire logs related to the database: Login failed for user…