<?xml version="1.0" encoding="utf-8"?>
<rss xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="2.0">
  <channel>
    <title>CodeProject Latest Questions</title>
    <link>https://www.codeproject.com</link>
    <description>Latest Questions from CodeProject</description>
    <language>en-us</language>
    <image>
      <title>CodeProject</title>
      <url>https://codeproject.global.ssl.fastly.net/App_Themes/CodeProject/Img/logo100x30.gif</url>
      <link>https://www.codeproject.com</link>
      <width>100</width>
      <height>30</height>
      <description>CodeProject</description>
    </image>
    <copyright>Copyright © CodeProject, 1999-2024</copyright>
    <webMaster>Webmaster</webMaster>
    <lastBuildDate>Wed, 24 Jul 2024 01:56:00 GMT</lastBuildDate>
    <ttl>20</ttl>
    <generator>C# Hand-coded goodness</generator>
    <item>
      <title>How I create server with express and socket.io for add authentication?</title>
      <description>hello I need to create an application that implements a server that communicates with a client and makes me authenticate  What I have tried:  express don't work on my vscode so i don't do anything</description>
      <author>FreeLinuxProgrammer</author>
      <link>https://www.codeproject.com/Questions/5385674/How-I-create-server-with-express-and-socket-io-for</link>
      <pubDate>Wed, 24 Jul 2024 01:56:00 GMT</pubDate>
      <guid>https://www.codeproject.com/Questions/5385674/How-I-create-server-with-express-and-socket-io-for</guid>
      <subject>Web Development</subject>
    </item>
    <item>
      <title>Open form based on employee ID</title>
      <description>Im new at this.  I am building a database.  Form 1 is called Employees, with Employee AutoID and Employee ID Number, First name and so on.  Form 2 is called, Employee Emergency Contacts.  From the Employee Form I want to Open the Emergency...</description>
      <author>Vinny66</author>
      <link>https://www.codeproject.com/Questions/5385671/Open-form-based-on-employee-ID</link>
      <pubDate>Wed, 24 Jul 2024 00:18:00 GMT</pubDate>
      <guid>https://www.codeproject.com/Questions/5385671/Open-form-based-on-employee-ID</guid>
      <subject>Programming Languages</subject>
    </item>
    <item>
      <title>Issues with socket.io and express for project creation</title>
      <description>Hi everyone!  I’m just starting out with Express and Socket.io, and I’m eager to dive into some hands-on projects to get a better grasp of these technologies. I’ve been reading the documentation and tutorials, but I’m having a hard time finding a...</description>
      <author>Ovviamente NO</author>
      <link>https://www.codeproject.com/Questions/5385666/Issues-with-socket-io-and-express-for-project-crea</link>
      <pubDate>Tue, 23 Jul 2024 21:41:00 GMT</pubDate>
      <guid>https://www.codeproject.com/Questions/5385666/Issues-with-socket-io-and-express-for-project-crea</guid>
      <subject>Web Development</subject>
    </item>
    <item>
      <title>Itextsharp add cell image + text</title>
      <description>Hello everybody,  I need to create with c# and itextSharp a cell that has an image as a background and above that I need to write a number to it. But I don't get it.     ...  But when I see the result, the image is there and the text is not. ...</description>
      <author>Jordi Murria Barcos</author>
      <link>https://www.codeproject.com/Questions/5385656/Itextsharp-add-cell-image-plus-text</link>
      <pubDate>Tue, 23 Jul 2024 15:57:00 GMT</pubDate>
      <guid>https://www.codeproject.com/Questions/5385656/Itextsharp-add-cell-image-plus-text</guid>
      <subject>Itextsharp</subject>
    </item>
    <item>
      <title>How can I use iamges rather than icons in razor MVC sidebar</title>
      <description>I cannot find a working example of using images in a sidebar.cshtml instead of the stock icons supplied with the theme bootstrap template  What I have tried:  CSHTML   				 								@if (menu["icon"] != null)...</description>
      <author>M4dge</author>
      <link>https://www.codeproject.com/Questions/5385638/How-can-I-use-iamges-rather-than-icons-in-razor-MV</link>
      <pubDate>Tue, 23 Jul 2024 10:52:00 GMT</pubDate>
      <guid>https://www.codeproject.com/Questions/5385638/How-can-I-use-iamges-rather-than-icons-in-razor-MV</guid>
      <subject>CSHTML</subject>
    </item>
    <item>
      <title>What impact did java httpsurlconnection have on my computer?</title>
      <description>I was developing a feature to send encoded ID and password values via an HTTPS protocol link, aiming to retrieve the session values and other returned cookies upon successful login.  Despite numerous attempts with C# HttpWebRequest and even...</description>
      <author>J+JKim</author>
      <link>https://www.codeproject.com/Questions/5385630/What-impact-did-java-httpsurlconnection-have-on-my</link>
      <pubDate>Tue, 23 Jul 2024 04:17:00 GMT</pubDate>
      <guid>https://www.codeproject.com/Questions/5385630/What-impact-did-java-httpsurlconnection-have-on-my</guid>
      <subject>Programming Languages</subject>
    </item>
    <item>
      <title>Why can't  my program write to the desktop of my windows 11 computer?</title>
      <description>I tried to write to the desktop of my computer using the code below from a dialog box, but it could not create a file there? Why is that so? What was wrong? I do not wish to make my App run naturally with administrator priviledge. Browsers that...</description>
      <author>Gbenbam</author>
      <link>https://www.codeproject.com/Questions/5385623/Why-cant-my-program-write-to-the-desktop-of-my-win</link>
      <pubDate>Tue, 23 Jul 2024 00:02:00 GMT</pubDate>
      <guid>https://www.codeproject.com/Questions/5385623/Why-cant-my-program-write-to-the-desktop-of-my-win</guid>
      <subject>Desktop Programming</subject>
    </item>
    <item>
      <title>XSS related question , browser rendering</title>
      <description>I am beginner to xss and solving the lab XSS by Yamagata ( Stage 15)  The lab contains the search box where we have to enter the input .  The code related to it is :    document.write:  ...</description>
      <author>mee234234</author>
      <link>https://www.codeproject.com/Questions/5385568/XSS-related-question-browser-rendering</link>
      <pubDate>Mon, 22 Jul 2024 15:55:00 GMT</pubDate>
      <guid>https://www.codeproject.com/Questions/5385568/XSS-related-question-browser-rendering</guid>
      <subject>XSS</subject>
    </item>
    <item>
      <title>How to upload a compressed file (.gz) to the swift object storage using Python swift client?</title>
      <description>I wrote the Python code to upload the .gz file from my local machine to the OpenStack object store using the following documentation: https://docs.openstack.org/python-swiftc...t-api.html.  The file gets uploaded successfully. However, if I...</description>
      <author>Hanginium2412</author>
      <link>https://www.codeproject.com/Questions/5385007/How-can-I-upload-a-gz-file-to-openstack-swift-obje</link>
      <pubDate>Mon, 22 Jul 2024 13:30:00 GMT</pubDate>
      <guid>https://www.codeproject.com/Questions/5385007/How-can-I-upload-a-gz-file-to-openstack-swift-obje</guid>
      <subject>Programming Languages</subject>
    </item>
    <item>
      <title>How can I remove "index" from URL in ASP.NET MVC5</title>
      <description>Hi. I have a project in asp.net mvc5 and I have a "Products" Controller. I want to have these Urls: for product list :   "www.domain.com/Products" for PDP page or one product page : "www.domain.com/Products/myproductName" and also another PDP...</description>
      <author>Iman Shabanzade</author>
      <link>https://www.codeproject.com/Questions/5385587/How-can-I-remove-index-from-URL-in-ASP-NET-MVC5</link>
      <pubDate>Mon, 22 Jul 2024 05:04:00 GMT</pubDate>
      <guid>https://www.codeproject.com/Questions/5385587/How-can-I-remove-index-from-URL-in-ASP-NET-MVC5</guid>
      <subject>Web Development</subject>
    </item>
    <item>
      <title>How do I delete only if multiple conditions met (SQL server)</title>
      <description>Hello-  I have two temp tables. The first table called ##temp_first has all the id numbers I need to provide for a report. I want to excluded certain id numbers if a certain criteria is met. The problem I am having is its deleting id numbers that...</description>
      <author>Chris_List</author>
      <link>https://www.codeproject.com/Questions/5385583/How-do-I-delete-only-if-multiple-conditions-met-SQ</link>
      <pubDate>Mon, 22 Jul 2024 04:14:00 GMT</pubDate>
      <guid>https://www.codeproject.com/Questions/5385583/How-do-I-delete-only-if-multiple-conditions-met-SQ</guid>
      <subject>Programming Languages</subject>
    </item>
    <item>
      <title>Display in JSON format</title>
      <description>Hello, This is my model:    public class EncabezadoModel     {         public string NúmeroEPS { get; set; }                                       public string Nombres { get; set; }         public string Identificación { get; set; }        ...</description>
      <author>Luis M. Rojas</author>
      <link>https://www.codeproject.com/Questions/5385576/Display-in-JSON-format</link>
      <pubDate>Sun, 21 Jul 2024 20:09:00 GMT</pubDate>
      <guid>https://www.codeproject.com/Questions/5385576/Display-in-JSON-format</guid>
      <subject>Programming Languages</subject>
    </item>
    <item>
      <title>Firmware upgrade for netx90 device</title>
      <description>I want to upgrade firmware on Hilscher netX90 device which is connected to the host(TI Sitara) via QSPI. The TI Sitara runs VxWorks. The firmware upgrade for netX90 device cannot be done using Windows IDE/command prompt in our case. Here TI...</description>
      <author>Member 16309705</author>
      <link>https://www.codeproject.com/Questions/5385426/Firmware-upgrade-for-netx90-device</link>
      <pubDate>Sun, 21 Jul 2024 01:51:00 GMT</pubDate>
      <guid>https://www.codeproject.com/Questions/5385426/Firmware-upgrade-for-netx90-device</guid>
      <subject>Firmware</subject>
    </item>
    <item>
      <title>#include path question</title>
      <description>In my some VS2022 codes solution explorer,  [Header Files]  - Controller.h  - sshell.h  - ScrollWindow.h  - some more .h....  [Source Files]  - Controller.cpp  - main.cpp  - sshell.h  - some more .h...  And for the external directory, setted  ...</description>
      <author>Member 16143694</author>
      <link>https://www.codeproject.com/Questions/5385474/sharpinclude-path-question</link>
      <pubDate>Fri, 19 Jul 2024 06:25:00 GMT</pubDate>
      <guid>https://www.codeproject.com/Questions/5385474/sharpinclude-path-question</guid>
      <subject>Programming Languages</subject>
    </item>
    <item>
      <title>I need a queue with variable size items without massive heap frag</title>
      <description>I have a bit of embedded code. It sits and monitors for incoming serial data on a thread.  It then decodes that serial data into data structures that it puts in a queue for retrieval by another thread.  This is so serial data does not overwhelm...</description>
      <author>honey the codewitch</author>
      <link>https://www.codeproject.com/Questions/5385458/I-need-a-queue-with-variable-size-items-without-ma</link>
      <pubDate>Thu, 18 Jul 2024 19:27:00 GMT</pubDate>
      <guid>https://www.codeproject.com/Questions/5385458/I-need-a-queue-with-variable-size-items-without-ma</guid>
      <subject>Programming Languages</subject>
    </item>
    <item>
      <title>How do I send message from Google sheet to whatsapp directly</title>
      <description>how do i send message from google sheet to whatsapp directly? i am using this script but message not sent no error message display   function sendWhatsAppMessage() {   const sheet = SpreadsheetApp.getActiveSpreadsheet().getActiveSheet();   const...</description>
      <author>Member 10273293</author>
      <link>https://www.codeproject.com/Questions/5385330/How-do-I-send-message-from-Google-sheet-to-whatsap</link>
      <pubDate>Thu, 18 Jul 2024 16:41:00 GMT</pubDate>
      <guid>https://www.codeproject.com/Questions/5385330/How-do-I-send-message-from-Google-sheet-to-whatsap</guid>
      <subject>Script</subject>
    </item>
    <item>
      <title>C# visual studio winforms serial port receive issue</title>
      <description>The above code is not going in Data Receive to get data, am I missing anything.  using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.IO.Ports; using System.Linq;...</description>
      <author>Harsheen Kaur 2024</author>
      <link>https://www.codeproject.com/Questions/5385443/Csharp-visual-studio-winforms-serial-port-receive</link>
      <pubDate>Thu, 18 Jul 2024 12:14:00 GMT</pubDate>
      <guid>https://www.codeproject.com/Questions/5385443/Csharp-visual-studio-winforms-serial-port-receive</guid>
      <subject>Programming Languages</subject>
    </item>
    <item>
      <title>How do I package and install a released compiled version version of my .NET framework?   Do I just need to pass along the compiled .exe?</title>
      <description>This might be a simple question. I searched online and there was a lot of information that seemed to be just a distraction. How Do I Package and install a Released compiled version version of my .Net Framework?   Do I just need to pass along the...</description>
      <author>Xarzu</author>
      <link>https://www.codeproject.com/Questions/5385393/How-do-I-package-and-install-a-released-compiled-v</link>
      <pubDate>Thu, 18 Jul 2024 07:24:00 GMT</pubDate>
      <guid>https://www.codeproject.com/Questions/5385393/How-do-I-package-and-install-a-released-compiled-v</guid>
      <subject>Programming Languages</subject>
    </item>
    <item>
      <title>Having a problem creating table in excel with OLEDB in C#</title>
      <description>I'm extending written by an contract developer (who is no longer accessible) to create and write tables of data to Excel worksheets successfully but with one hitch - when the table name has an ending digit, the worksheet names are prepended with...</description>
      <author>tlillys</author>
      <link>https://www.codeproject.com/Questions/5385397/Having-a-problem-creating-table-in-excel-with-OLED</link>
      <pubDate>Wed, 17 Jul 2024 21:49:00 GMT</pubDate>
      <guid>https://www.codeproject.com/Questions/5385397/Having-a-problem-creating-table-in-excel-with-OLED</guid>
      <subject>Programming Languages</subject>
    </item>
    <item>
      <title>Fail to load external data file "onnx model"in onnx runtime in devexpress application?</title>
      <description>I have put onnx model in my wwwroot/js folder but it is not being detected and i am getting this error.    error = Error: failed to load external data file: js/sevensegment.onnx at gn...</description>
      <author>Arsalan Jibran 2024</author>
      <link>https://www.codeproject.com/Questions/5385379/Fail-to-load-external-data-file-onnx-model-in-onnx</link>
      <pubDate>Wed, 17 Jul 2024 09:38:00 GMT</pubDate>
      <guid>https://www.codeproject.com/Questions/5385379/Fail-to-load-external-data-file-onnx-model-in-onnx</guid>
      <subject>Web Development</subject>
    </item>
  </channel>
</rss>