Content
How I can do raw query in jquery datatable to acces to the files from sqlserver file table?
Hi, I have an asp.net core 5 application that displays the entire sqlserver file table content. My question is : How can open the file in colunm Name? I would like to modify the code below (extract from jquery-datatable-in-aspnet-core …
ASP.NET CORE server side processing to acces to the files stored in FILE TABLE ?
Hi, first I want to create an ASP.NET core application linked to the FILE TABLE to open the files directly in my interface After several attempts I was able to implement in my interface the links of my files to be able to consult them. In the FILE…
JsonConvert System.ArgumentNullException : 'Value cannot be null. Arg_ParamName_Name'
Hi, I tried to do the tree view structure. The code behind is public string TreeViewJSON { get; set; } public void OnGet() { List<TreeViewNode> nodes = new List<TreeViewNode>(); …
API ASPNet COre Views the file in SQL FILE TABLE
Hi, I am following up on the post I made api-to-connect-a-filetable-in-blazor-wasm.html I've reproduced an application following this example : src I only see the files that I have upload. I don't see all the files in the FILETABLE. So…
EF one-to-many to assure the link with the main table.
Hi, I would like to do a link between main table Developer & a table ActionList. The ActionList take place in edit mode of my app to the address : "/developer/edit/{developerId:int}" I try to use EF one-to-many to do the link…
Azure SQL Edge on Mac M1 using Docker
Hello I know there are multiple threads with a similar issue, however, nothing helped me so far. Issue: unable to access the SQL Server : azure-sql-edge on Docker in Mac M1 ARM64. SQL Server is working as expected I believe. YAML: password added as a…


how display directories and files to open the files in server side in datatable?
Hi, I've an application aspNet core 5 razor page to display several datatable associated to the view in sql. the view is : The data is located in File Table where is the files and directories. Right now my application returns…
View File Table SqlServer in ASPNET.CORE
Hello, My application aims to display the contents of the File Table on my web interface. This post follows another post : api-aspnet-core-views-the-file-in-sql-file-table.html I've implemented all things to acces to the File Table and I've…
How do I make a Xamarin UWP Bottom Tabbar and Change the Color on the fly?
After much digging, I found a custom renderer that creates a bottom Tabbar on Xamarin Forms Uwp, but since it's based on a style I had to add to the UWP app.Xaml, I have no idea how to change the tabbar background and text colors. Any Ideas? Or do you…


Authentication ticket value is null in the AuthorizationCodeReceived event
I have been able to login to the identity provider, and get the access_token. My problem is with mapping the OpenID connect groups to roles. I am changing an MVC 4 website. The article post at (…


Why js,css,lib didn't load from wwwroot?
I made a simple ASP MVC (Net Core 3.1) , I leave it as standard, and deploy it under a subfolder of the Apache (/var/www/html/myapps/app/v1) I started the kestrel without any errors, I access the page (ie. https://example.com/myapps/app/v1), it shows…
Export Entire User Input Form to PDF in C#
I have a form that captures general user information like FirstName, LastName etc. When user is done entering all information and clicks on the button Button1; I need to export the entire form to PDF. Is there a way to do it? First Name: …


API to connect a FileTable in Blazor Wasm
Hi, I've created a Filetable via SqL server 2019 to have an architecture of the file (quantities 100 000 files). I would now like to display my database file on a razor page to open the files directly from my interface. Is this possible? Do you have…
Databindings are not working
I have made a small Project where I have a wcf service and an wpf app to look up weather data in between certain dates. At first, everything was fine, but when I used Databindings, the Datagrid stayed emty. Can someone help me? //WCF interface: public…


About the IIS site request queue length?
OS: Windows Server 2016 Standard IIS: Version 10.0.14393.0 Web Sites: WebIISQueueTest .NetFramework4.5 Asp.net mvc Question 1: By which performance counter does the site's request queue length be monitored? Question 2: The request queue…


The request was aborted: Could not create SSL/TLS secure channel Error
We are having this error when run to Web API. We already upgraded .NET Framework to 4.8v on Windows Server 2012 R2. Check TLs 1.2 is enabled.


Access directories and subdirectories in ASPNET CORE MVC
Hi, I want to access all the files and subdirectories of a file table (Sql). I can access the root directory "WebApiUploads_Dir" and return all the files on my interface. However, I don't see all the subdirectories and I would like to…
Can you use OnPaint and Invalidate() in C# Xamarin Android
I am trying to OnPaint() in c# Xamarin Android. Is this possible in VS 2019 Community?? Or do i need to upgrade to professional


C# random behaviour in a CRUD edit page.
Hi, My application has a strange behaviour for a function I put with the help of @AgaveJoe . Definition link to generate a variable ECO [WebApiSqlite][1] Normally the ECO variable is generated when I validate the checkboxValue1 and then I validate the…
How to fill link the column in FormEdit and Edit action?
Hi, My app : blazor wasm aps.net core5. First of all I tried, I will try to explain the configuration of my application is : DataGridView with several column of which ECR & ECO The column ECR is fill when the user click on AddEcr.…