bLanco
bLanco
CC#
Created by bLanco on 7/27/2024 in #help
C# Spotify Api
Thanks for the advices ❤️
13 replies
CC#
Created by bLanco on 7/27/2024 in #help
C# Spotify Api
I removed it
13 replies
CC#
Created by bLanco on 7/27/2024 in #help
C# Spotify Api
Okay I'll do it, thanks!
13 replies
CC#
Created by bLanco on 7/27/2024 in #help
C# Spotify Api
python code worked but C# didnt xd
13 replies
CC#
Created by bLanco on 7/27/2024 in #help
C# Spotify Api
i sent the code to chat gpt and told her to convert into python
13 replies
CC#
Created by bLanco on 7/27/2024 in #help
C# Spotify Api
actually it's working now and im not kidding
13 replies
CC#
Created by bLanco on 4/19/2023 in #help
❔ I can't create migration
thanks for the advice ❤️
13 replies
CC#
Created by bLanco on 4/19/2023 in #help
❔ I can't create migration
hmm
13 replies
CC#
Created by bLanco on 4/19/2023 in #help
❔ I can't create migration
Severity Code Description Project File Line Suppression State Error CS5001 Program does not contain a static 'Main' method suitable for an entry point CodeFirst C:\Users\Can\Desktop\CodeFirst\CodeFirst\CSC 1 Active
13 replies
CC#
Created by bLanco on 4/19/2023 in #help
❔ I can't create migration
using Microsoft.EntityFrameworkCore;

public class ExampleDBContext : DbContext
{
public DbSet<Product> Products { get; set; }
protected override void OnConfiguring(DbContextOptionsBuilder optionsBuilder)
{
optionsBuilder.UseSqlServer("Server=localhost,1433;Database=DenemeDB;User Id=Umut;Password=mypass
");
}
}

public class Product
{
public int Id { get; set; }


}
using Microsoft.EntityFrameworkCore;

public class ExampleDBContext : DbContext
{
public DbSet<Product> Products { get; set; }
protected override void OnConfiguring(DbContextOptionsBuilder optionsBuilder)
{
optionsBuilder.UseSqlServer("Server=localhost,1433;Database=DenemeDB;User Id=Umut;Password=mypass
");
}
}

public class Product
{
public int Id { get; set; }


}
So where is the bug, I can't see anything wrong?
13 replies
CC#
Created by bLanco on 4/19/2023 in #help
❔ I can't create migration
Can anyone help me please?
13 replies
CC#
Created by bLanco on 4/17/2023 in #help
❔ Why it's not joining?
nothing happens in VS2022
10 replies
CC#
Created by bLanco on 4/17/2023 in #help
❔ Why it's not joining?
even i type !join
10 replies
CC#
Created by bLanco on 4/17/2023 in #help
❔ Why it's not joining?
lol
10 replies
CC#
Created by bLanco on 4/17/2023 in #help
❔ Why it's not joining?
no i didn't, let me check!
10 replies
CC#
Created by bLanco on 4/17/2023 in #help
❔ Why it's not joining?
Did i missed something in codes?
10 replies
CC#
Created by bLanco on 4/17/2023 in #help
❔ Why, I already imported it
okay thanks <3, prob i can solve it now
10 replies
CC#
Created by bLanco on 4/17/2023 in #help
❔ Why, I already imported it
I downloaded the nuget package and i google'd it and they said "use command.SetPrefix()" then i used it but it doesn't working
10 replies
CC#
Created by bLanco on 4/17/2023 in #help
❔ Why, I already imported it
How can I solve it?
10 replies