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

.NET MAUI doesn't fullfill entire screen on iOS 18, but is fine on Windows/Android/IOS 16
Hello .NET MAUI doesn't fill entire screen on iOS 18 (see picture of real mobile behaviour) you can recognize MAUI rectange area (background color of Webkit webview controll is full filled on the screen, but all XAMLs like AbsoluteLayout StackLayouts...…
Developer technologies | .NET | .NET MAUI
I’m looking for a VFP9 template for a simple Data management system for a small hotel
I’m looking for a template for a simple Data management system for a small hotel, I'm open to DB suggestions. Thanks
Developer technologies | C#
where can i find Visual Studio 2022، 14.44.x i need it for an apps that doesn't work with latest versions
Unreal Engine 5.3 is designed to work with Visual Studio 2022, 14.44.x. Very recent versions contain changes to the Compiler and Preprocessor macros (__has_feature) that are not directly compatible with existing Engine code. Unreal Engine 5.3 is designed…
Developer technologies | Visual Studio | Setup
Getting AADSTS50146 after migrating from ADAL to MSAL (ROPC flow)
We're migrating our ASP.NET WebAPI to ASP.NET 8 WebAPI. We're trying to upgrade from using ADAL (ROPC flow) to using MSAL (ROPC flow) as a short term solution. The Allow public client flows option is on. This is our migrated code: //…
Developer technologies | ASP.NET | ASP.NET Core
Error 0x800B0100 - App Package Must Be Digitally Signed
My app is already published on Microsoft store, now I am trying to upload an update and keep encountering the error 0x800B0100. The error message states, "The app package must be digitally signed for signature validation." Steps to…
Developer technologies | Universal Windows Platform (UWP)
In Visual Studio 2022 setup (pro), which optional component fills the AppXPackage folder
Like many other users, I am running into the error messages about VS2022 not finding "...\MSBuild\Microsoft\VisualStudio\v17.0\AppxPackage\Microsoft.Build.Packaging.Pri.Tasks.dll" (This happens during interactive build in the VS IDE, not some…
Developer technologies | Visual Studio | Setup
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++
CircularBuffer WinForms, Cancel, best practice
My problem is to let the ring buffer run endlessly until the application is closed. How can I achieve this, what are the dimensions? Perhaps the filling should also be better integrated into the RingBuffer / CircularBuffer class? For Remove I use…
Developer technologies | C#
Como solucionar problemas en ventana GDI en c++
Porque despues de esconder y mostrar varias veces una ventana GDI en c++ empieza a dibujar cualquier cosa o se pone gris la zona que estaba oculta, a pesar de cumplir con todas las condiciones de eliminar y borrar objetos (DeleteObjet, Delete DC y…
Developer technologies | C++

Can I load CLR (.Net 4.72) and the CorCLR(.Net 8) in the same native process?
Given a native process in windows, can it load both the CLR and the coreCLR ? More Details on the scanrio: Given: 1- A native process ConsoleApp1.exe. 2- Managed C++ /CLR dll (.Net 4.72) , myLib1.dll 3- A COM object which is implemented in .Net 8.0 ,…
Developer technologies | .NET | Entity Framework Core
Multi threaded file search app using events and critical sections not working as expected
Hi everyone, I built this multi threaded file search using Events and Critical sections, also I have a single thread (Folderthread) to locate all the folders recursively, and Multiple threads (FileThread) to look for files in each of the folders…
Developer technologies | C++
WCF EndpointNotFoundException while dialing
System.ServiceModel.EndpointNotFoundException: Could not connect to the remote endpoint 1888 3199479 Server stack trace: at System.ServiceModel.Channels.SocketConnectionInitiator.Connect(Uri uri, TimeSpan timeout) at…
Developer technologies | Windows Presentation Foundation
how to a functional side arrow, i have been trying it out with css, any idea on how to fix that. Just a newbie in web development. tho
i have been trying it out with css but it doesnt seem to work
Developer technologies | C#
ORIENTATION BEHAVIOR
Consider the following simple test program, in NET MAUI 8.0: <?xml version="1.0" encoding="utf-8" ?> <ContentPage xmlns="http://schemas.microsoft.com/dotnet/2021/maui" …
Developer technologies | .NET | .NET MAUI
Access to MS Dev
I have, in effect, 2 Dev accounts both of them attached to the company I work for. One is bound to my UK identity and the other is attached to my global identity. I have recently discovered that I should have been using my global identity since the…
Developer technologies | Visual Studio | Setup
Flayout page navigation-passing parameter
Hi, im using net 9. I would like to know how i can pass parameters between pages using official maui flayout page navigation. Thanks in advance,
Developer technologies | .NET | .NET MAUI
How will we make games for the xbox?
I read where UWP will be deprecated which means I there's no way I can upload games/apps on my Xbox. Will there be a way to upload a game/app to the Xbox? https://www.thurrott.com/dev/258377/microsoft-officially-deprecates-uwp
Developer technologies | Universal Windows Platform (UWP)
Microsoft Partner Center | Other
can not get the android binding?
I am using .net android and I want to use the zxing-android-embeded.aar but there is something wrong: CS1503 can not convert Com.Journeyapps.Barcodescanner.Camera.CameraThread to Android.Runtime.IJavaObject protected virtual unsafe…
Developer technologies | .NET | .NET MAUI
windows 11
c is not compiling in my vs code even after installing mingw in my pc
Developer technologies | C++
