Content
Transfer the WebApi application to another PC, test it, without a development environment?
Hello, @AgaveJoe https://learn.microsoft.com/en-us/iis/application-frameworks/scenario-build-an-aspnet-website-on-iis/configuring-step-1-install-iis-and-asp-net-modules The target machine needs a host like IIS to host Web API. We have no idea how your…
Printing panel on webform in a4 format
hello, how can I print the panel on the webform in A4 format?
Create a New Asp.Net Application Dialog Issue
I am unable to create an ASP.NET application on Net Framework 4.8.1 because the Create New Asp.Net Application Dialog does not show any option. I am using Microsoft Visual Studio Community 2022 (64-bit). Version 17.7.4 with Windows 11 Pro


Setting XML Root XMLNS
Hi, Everybody! I need to create a Shipment XML root whose xmlns is the following fictitious XSD URL: http://api.company.com/schemas/api/company-api-vN.xsd. <?xml version="1.0"…
Strategies for Implementing Real-Time Notifications in a .NET Blazor App?
I am developing a .NET Blazor application and exploring different strategies to implement real-time notifications. Can anyone share insights, recommendations, or resources on this topic?
Best Practices for Securing API Keys in a .NET Blazor Application?
I am working on a .NET Blazor application that interacts with several external APIs. I am looking for best practices and recommendations on how to securely store and manage API keys within the application to prevent unauthorized access and potential…
How to Optimize Database Interactions in Entity Framework Core?
I am using Entity Framework Core for database interactions in my .NET application. I am seeking advice on optimizing database queries and transactions for better performance and efficiency. Any tips or best practices would be appreciated.
Best Practices for Managing Application State in Blazor WebAssembly?
I am developing a Blazor WebAssembly application and exploring different approaches to managing application state efficiently. Can anyone provide recommendations or best practices for state management in Blazor WebAssembly?
How to Integrate Real-Time Features in a .NET MAUI Application?
I am building a cross-platform application using .NET MAUI and looking to integrate real-time features such as notifications and data syncing. What are the recommended approaches and technologies for implementing real-time functionality in .NET MAUI?
Strategies for Implementing CI/CD Pipelines in .NET Projects?
I am looking to set up Continuous Integration and Continuous Deployment (CI/CD) pipelines for my .NET projects. What are the recommended tools, strategies, and best practices for implementing CI/CD in .NET development?
How to Securely Handle User Sessions and Cookies in ASP.NET Core?
I am developing a web application using ASP.NET Core and need to manage user sessions and cookies securely. Can anyone provide recommendations or best practices for securely handling user sessions and cookies in ASP.NET Core?
Recommendation for Blazor Server use for an application
I would like to know if Blazor Server would be recommended as the way to go for an application that does the following Needs to run on any device able to run .NET apps (i.e. Raspberry PI etc.) Needs to access IOT devices (JSON strings received or sent…
ASP.NET Core MVC: Unable to set focus on input element on view load
I am trying to set focus using javascript on the first unfocused input element of MVC view in a load window event listener. But element is focused only after page reloading. Attached browser - MS Edge I tried reloading the page programmatically using…
permanent footer row in datagridview
hi , is there a way by which our datagridview control could have a footer row below exactly after the 12 rows and if the rows in the datagridview increases , suppose by 2 . it should always be at last position but it always should be after 12 rows . the…
Unable to run MAUI Android app
Hi, Why I am suddenly getting this error when trying to run MAUI's Android app? /Users/jassim/Downloads/MyApp: Error JAVA0000: Error in…
Decimal price input is not a number
Good evening, I have started a new ASP.NET mvc project that works with EntityFramework. When I create a decimal Price (with Precision(18,2)) and generate a CRUD on it, the validation indicates that it is not a valid number with an input of 23,23. I…
How to secure API KEY in .net MAUI?
I am new to .Net MAUI but fairly experienced with ASP.NET CORE and Blazor. I'm developing a MAUI application that will allow a user to integrate with third-party services using API keys. My issue is, I'd like to store API Key securely and nobody can…
VS 2022 .net6 core C#. Application.StartupPath is different at run time.
Hi, I am trying to capture my project home directory: string exeFolder = Application.StartupPath; While i test app i am getting path with MyPath"bin\Debug\net6.0-windows". in result i cannot access my report folder with reports. Is there a…

Wavy underline of a text in the textbox using adorner.
//pathPen is used to draw line with square cap at start and end. Pen pathPen = new Pen(new SolidColorBrush(Colors.Red), 0.2); pathPen.EndLineCap = PenLineCap.Square; pathPen.StartLineCap = PenLineCap.Square; //pathGeometry is used to draw…

How to get the data from start date to end date
How can I find data from database between two dates. Problem-1. How can I find the data from the database between the two dates if I consider the parameters. Problem-1. If I use date as parameter then my datatable doesn't show data. Problem-2. I want to…
