/Mr.Ares77
/Mr.Ares77
CC#
Created by /Mr.Ares77 on 1/15/2025 in #help
How to update mysql server data?
Thanks
45 replies
CC#
Created by /Mr.Ares77 on 1/15/2025 in #help
How to update mysql server data?
can you review my code?
45 replies
CC#
Created by /Mr.Ares77 on 1/15/2025 in #help
How to update mysql server data?
chatgpt is 💩
45 replies
CC#
Created by /Mr.Ares77 on 1/15/2025 in #help
How to update mysql server data?
I had built todo list server using Express and now migrate ASP.NET.
45 replies
CC#
Created by /Mr.Ares77 on 1/15/2025 in #help
How to update mysql server data?
😢
45 replies
CC#
Created by /Mr.Ares77 on 1/15/2025 in #help
How to update mysql server data?
I dont know how to use this code. its from chatgpt.😅
45 replies
CC#
Created by /Mr.Ares77 on 1/15/2025 in #help
How to update mysql server data?
Thanks, 👍 😭
45 replies
CC#
Created by /Mr.Ares77 on 1/15/2025 in #help
How to update mysql server data?
oh, 😭
45 replies
CC#
Created by /Mr.Ares77 on 1/15/2025 in #help
How to update mysql server data?
Sorry and thanks your help.
45 replies
CC#
Created by /Mr.Ares77 on 1/15/2025 in #help
How to update mysql server data?
45 replies
CC#
Created by /Mr.Ares77 on 1/15/2025 in #help
How to update mysql server data?
If you don't mind, could you take a look at this code?
45 replies
CC#
Created by /Mr.Ares77 on 1/15/2025 in #help
How to update mysql server data?
@Angius Sorry for the inconvenience. But I have got also Internal Server Error.
45 replies
CC#
Created by /Mr.Ares77 on 1/15/2025 in #help
How to update mysql server data?
Thanks your help.
45 replies
CC#
Created by /Mr.Ares77 on 1/15/2025 in #help
How to update mysql server data?
So can you review my code?
45 replies
CC#
Created by /Mr.Ares77 on 1/15/2025 in #help
How to update mysql server data?
Im beginner of C#. This is my first server.😅
45 replies
CC#
Created by /Mr.Ares77 on 1/15/2025 in #help
How to update mysql server data?
No description
45 replies
CC#
Created by /Mr.Ares77 on 1/14/2025 in #help
Migration error
Thanks
10 replies
CC#
Created by /Mr.Ares77 on 1/14/2025 in #help
Migration error
haha, lol
10 replies
CC#
Created by /Mr.Ares77 on 1/14/2025 in #help
Migration error
How can I use the mysql in v9?
10 replies
CC#
Created by /Mr.Ares77 on 1/14/2025 in #help
Migration error
<Project Sdk="Microsoft.NET.Sdk.Web">

<PropertyGroup>
<TargetFramework>net9.0</TargetFramework>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
<RootNamespace>hiring_backend</RootNamespace>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="BCrypt.Net-Next" Version="4.0.3" />
<PackageReference Include="Microsoft.AspNetCore.OpenApi" Version="9.0.0" />
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="9.0.1" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="9.0.1">
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
<PackageReference Include="Microsoft.IdentityModel.Tokens" Version="8.3.0" />
<PackageReference Include="MySql.EntityFrameworkCore" Version="8.0.8" />
<PackageReference Include="Pomelo.EntityFrameworkCore.MySql" Version="8.0.1" />
<PackageReference Include="Swashbuckle.AspNetCore" Version="7.2.0" />
<PackageReference Include="System.IdentityModel.Tokens.Jwt" Version="8.3.0" />
</ItemGroup>

</Project>
<Project Sdk="Microsoft.NET.Sdk.Web">

<PropertyGroup>
<TargetFramework>net9.0</TargetFramework>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
<RootNamespace>hiring_backend</RootNamespace>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="BCrypt.Net-Next" Version="4.0.3" />
<PackageReference Include="Microsoft.AspNetCore.OpenApi" Version="9.0.0" />
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="9.0.1" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="9.0.1">
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
<PackageReference Include="Microsoft.IdentityModel.Tokens" Version="8.3.0" />
<PackageReference Include="MySql.EntityFrameworkCore" Version="8.0.8" />
<PackageReference Include="Pomelo.EntityFrameworkCore.MySql" Version="8.0.1" />
<PackageReference Include="Swashbuckle.AspNetCore" Version="7.2.0" />
<PackageReference Include="System.IdentityModel.Tokens.Jwt" Version="8.3.0" />
</ItemGroup>

</Project>
10 replies