cannot get the android binding ?
I want to create android binding of android '.aar' lib of 'zxing-android-embeded.aar' and I put it in the android binding . I can get the dll in debug mode but I can not get the dll in release mode there is two error:Size do not implement…
Developer technologies | .NET | .NET MAUI
Usage of TLS 1.3 protocol using SCHANNEL in C++ language for TCP/IP
We are trying to build one sample application using only TLS 1.3(No fallback to older TLS versions) protocol with below registries added, [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Protocols\TLS 1.3\Client]…
Developer technologies | C++
Issue with UndoRecord.StartCustomRecord in VSTO add-in: Undo stack breaks after bullet/numbering
I am using UndoRecord.StartCustomRecord in Microsoft.Office.Interop.Word to create custom undo records in my VSTO add-in. However, I’ve encountered some unexpected behavior that makes the Word undo stack unusable. (I put the same question on…
Developer technologies | C#
how to compile resources under one catigory
i am wanting to relocate certain topics - filenames along with related topics and compile the data to see a more streamlined approach to the leveraged data
Developer technologies | Universal Windows Platform (UWP)
How to modernize a legacy c# web forms application(net 4.5) that uses ado.net & mssql server. Planning to reuse the existing database schema, functions, stored procedures and modernize the UI from existing aspx files.
I need to modernize a legacy c# web forms based web application targeted for .net 4.5. It uses ado.net to connect to mssql server. I am planning to reuse the existing database schema, functions, stored procedures and the UI from existing aspx files.…
Developer technologies | ASP.NET | ASP.NET Core
How to combine data from two tables using LINQ query
I want to merge between two tables.I want - when going to view the data between two dates first show me the balance before these two dates then show the data. A new column will also display balance information. I have given an image for easy…
Developer technologies | ASP.NET | ASP.NET Core
How to print all data of RDLC report together Asp.net Core
I want to print the data in my table order together as Employee. An Employee ordered different products from several customers. What I want is - My RDLC report will show their product details on a separate page for each customer. how is that possible It…
Developer technologies | ASP.NET | ASP.NET Core
How to apply CSRF defense for an Axios requests on a ASP .NET CORE application
I am working on applying CSRF defense on my application, I have applied the defense on Ajax requests but when it comes to Axios it doesn't seem to be working as expected. previously i was working on CSRF Defense for Ajax requests globally on my…
Developer technologies | ASP.NET | ASP.NET Core
How to create an onboard screen for my live .NET MAUI application?
I need to create a tutorial for the first time users. Basically, it should explain all the features within the application. there should be 3 buttons Next,Previous,Skip. How to create (Green highlighted popup) this in my application. Until they complete…
Developer technologies | .NET | .NET MAUI
Why does ios:Page.UseSafeArea="false" behave differently in .NET MAUI Native Embedding compared to a normal MAUI page?
In the .NET MAUI Native Embedding sample, when using a NavigationPage and setting ios:Page.UseSafeArea="false", the CollectionView renders starting from the very top of the screen (under the navigation bar). However, in a normal .NET MAUI page…
Developer technologies | .NET | .NET MAUI

.NET MAUI app crashes on start when testing TestFlight build
I have a .NET MAUI app that works perfectly fine locally in debug and release mode for iOS (iPhone and iPad) and works fine on Android locally and in production on Google Play. I run it from Visual Studio 2022 paired to my MacBook pro 2021 on real and…
Developer technologies | .NET | .NET MAUI
GPU process exited unexpectedly: exit_code=34 ONLY MAUI Windows WebView2
Hello IT gurus I have a MAUI application (more platform versions) with web browser's handlers (Microsoft.Web.WebView2, Webkit.WebView, WKWebView...) all versions run OK. But sometimes (quite ofter on my computer) ONLY on Windows platform (WebView2) I…
Developer technologies | .NET | .NET MAUI
Create an ASPNET MVC 5 Web App with email confirmation and password reset Documentation missing
The following documentation is missing: https://learn.microsoft.com/en-us/aspnet/mvc/overview/security/create-an-aspnet-mvc-5-web-app-with-email-confirmation-and-password-reset.md I have acesses this documentation last month but now it is gone. it is…
Developer technologies | ASP.NET | ASP.NET API

How to initialize GridView inside a modal popup using AjaxControlkit
When I click a button, AjaxControlkit launches a nice modal popup, and I have a GridView included which is inside an asp:Panel. Initially, it is empty, so you don't see anything - no header, no borders, no nothing. Is there a way to get the GridView…
Developer technologies | ASP.NET | ASP.NET API
Error "400 Bad Request - Request Header Or Cookie Too Large" in ASP.NET MVC Application with AzureAD Authentication
Hello, We are experiencing an issue with our ASP.NET MVC application that involves multiple iframes. Each iframe embeds the same application, which may be hosted on different domains. Authentication within each iframe is performed using AzureAD. When the…
Developer technologies | ASP.NET | ASP.NET Core
Microsoft Security | Microsoft Entra | Microsoft Entra ID
How to resolve error 0x80073701 during Features Installation on Microsoft Windows Server 2019 Datacenter OS
Hello, I am encountering Error 0x80073701 while attempting to install certain features on Azure VM running Microsoft Windows Server 2019 Datacenter OS. This error appears when I try to install everything together or with each feature separately. Is…
Windows development | Internet Information Services
Windows for business | Windows Server | User experience | Other
Developer technologies | ASP.NET | Other
Whenever i try to run my game program i get this error
See the end of this message for details on invokingjust-in-time (JIT) debugging instead of this dialog box.************** Exception Text **************System.OutOfMemoryException: Insufficient memory to continue the execution of the program.at…
Developer technologies | ASP.NET | ASP.NET Core
FIX ASP.net controller
public class TodosController : Controller { public AppDbContext DbContext { get; set; } public TodosController() { DbContext = new AppDbContext(); } public IActionResult Index() { TodosIndexViewModel model = new…
Developer technologies | ASP.NET | ASP.NET API
Workaround for WebAuthenticator crash affecting Android on .NET MAUI
When using WebAuthenticator for .NET MAUI and the browser first launches, the app crashes in the background. When the app is relaunched, the browser can be opened again and the WebAuthenticator process succeeds without a problem. This affects Android and…
Developer technologies | .NET | .NET MAUI
Structuring a .NET Core 9 Blazor + API Architecture for Microservices Readiness, DRY/SOLID Compliance, and Secure Account Management Best Practices
Hello everyone, I’m working on a content management application (wiki-style) developed in .NET Core 9, designed to be microservices-ready and modular enough to evolve without heavy refactoring. The app will run on Azure without containers. 🏗️ Current…
Developer technologies | .NET | Blazor

