Fireside code - Andy Leo
Fireside code - Andy Leo
  • Видео 15
  • Просмотров 31 071

Видео

Lập trình web C# Asp.net MVC - Thêm xóa sửa đọc dữ liệu với Entity Framework
Просмотров 4,8 тыс.Год назад
Lập trình web C# Asp.net MVC - Tạo ứng dụng web cơ bản thêm, xóa, sửa, đọc dữ liệu với Entity Framework
C# winforms SQL Server - Login form with MD5 hash password, remember user using Entity Framework
Просмотров 3,3 тыс.Год назад
C# Programming - Login form with MD5 hash password, remember user using entity framework
C# Windows Forms programming - Login Form using MD5 Hash algorithm
Просмотров 1,1 тыс.Год назад
How to create an C# windows forms Login Form using MD5 Hash algorithm.
C# winforms SQL Server - CRUD (Insert, update, delete, retrieve, search) data using Entity Framework
Просмотров 3,3 тыс.Год назад
add, update, delete data, search data by key, crud data. C# Windows Form SQL Server Insert, retrieve, search data using Entity Framework. C# winforms SQL Server - CRUD (Insert, update, delete, retrieve, search) data from Database (Part 2)
Fix error: Sql Server Authentication Login failed for user 'sa' Microsoft SQL Server 2022
Просмотров 6 тыс.Год назад
Forgot password for user 'sa' SQL Server, or user sa is Disabled.
How to fix Error: The project target framework does not contain Entity Framework runtime assemblies
Просмотров 4,1 тыс.Год назад
How to fix error: The project's target framework does not contain Entity Framework runtime assemblies on Visual studio 2022, c# windows forms
PHP programming - C# Windows Form Application Call PHP Web Service (using SOAP, nusoap)
Просмотров 1,7 тыс.3 года назад
In the part 1 (ruclips.net/video/Fdok5Qr0dac/видео.html), guide to build a PHP web service application using SOAP (nusoap library). In this video, guide to build a c# windows form application to call to PHP web service using Newtonsoft to get json and decode, display on the windows form.
PHP programming - Create PHP Web Service using Soap (nusoap) (part 2)
Просмотров 1,5 тыс.3 года назад
The video guide to build a PHP web service application using SOAP (nusoap library), the client build in PHP call to service, a parameter send to the service and get users contains the parameter. The Service receive a string parameter, then query mysql database, convert to json string. the client using nusoap to get json and decode, display on the browser.
PHP programming - Create PHP Web Service using Soap (nusoap) (part 1)
Просмотров 4 тыс.3 года назад
PHP programming - Create PHP Web Service using Soap (nusoap) (part 1)

Комментарии

  • @ayanahmed8180
    @ayanahmed8180 10 месяцев назад

    bro md5 is always generating a new string how can i compare them?

    • @firesidecode
      @firesidecode 10 месяцев назад

      No, md5 is NOT generating a new string with the same input string, so you can compare them.

  • @VanHungNguyen-cz8ym
    @VanHungNguyen-cz8ym Год назад

  • @vietnamxua360
    @vietnamxua360 Год назад

    thanks you!