csharp

  1. ASP.NET, C# (Csharp) Job Market Analysis for the year 2024

    ASP.NET, C# (Csharp) Job Market Analysis for the year 2024

    In this video we are analyzing market trends for ASP.NET & C# developers and how ASP.NET Developer can align and upgrade their skills with Azure, Azure DevOp...
  2. What is C#? What is the difference between C# and .NET?

    What is C#? What is the difference between C# and .NET?

    Are you a C# developer or .NET developer?1. Full .NET Interview Course (with PDF Book)C# / ASP.NET Core / MVC / API - Top 500 Interview QuestionsCoupon code ...
  3. J

    LINQ syntax help

    Hi all, I'm trying to retrieve some specific data from an XML file I have attached. The data is in <LinkCollection> I have a semi populated class object that contains an ID that directly relates to the LinkItem ID. Matching these values I then want to populate the rest of the class with the...
  4. J

    User Control - Multiple of same

    Afternoon all, I have a little project that represents a petrol station. I have a user control that represents a petrol-pump. These can be added and removed dependant on how many are required. In my user control I have a combo-box that holds the fuel choices {Diesel, Premium, Unleaded} for...
  5. P

    Quick Guide to Parametrising SQL

    Quick Guide to Parametrising SQL Jump to the bit on using parameters Often when interacting databases we need to provide information to the database that can only be obtained at runtime (this could be from user input, other programmatic means or similar). Two potential approaches to this...
Back
Top