10 comments found.
Can you share the script of the database?
Please follow documentation. After migration database will create to your database server so no need any database script here.
Hi when creating tables in oracle it is wrapping table names in quotes. I can’t say select * from Menu, I have to use select * from “Menu” for instance. Any way to fix this?
May be this is because for oracle versioning. anyway i suggest you to use LINQ query. LINQ has uniform syntax for all the databases with .Net core also i also used LINQ for all database query here.
I figured it out and will post the solution here for anyone else using Oracle. For each class that is associated with a table, you can customize the table name with an annotation.
Right before the declaration of the class I would add an annotation [Table(“MYCLASS”)].
Similarly, for each attribute you will want to do the same to name the columns in all uppercase for Oracle’s sake (so you don’t have to use double quotes when querying)
public int Id { get; set; } becomes
[Column(“ID”)]
public int Id { get; set; }
yes, that make sense. Actually this product focused on five database (Sql Sever, Mysql, Oracle, Sqlite & PostgreSql) that’s why i used generalized code here anyway thanks for your comment.
understood completely. Just wanted to post it for anyone else that may have the same problem. Thank you!
Thank you too.
Does this have any test code?
this project is live here http://coreadmin.sangibproject.com/ you can test all the existing features here.
OK, but does it have any built in test code? as in TDD?
no build in test code here
Hi Sangib, how to run AdminClient Application only through IIS 10? is there a tutorial for this and can be shared? Thank you
If you want to run that through visual studio then you will find a video tutorial on my product Item Details also here (https://www.youtube.com/watch?v=0RY73XmTYwU) and if you want to publish that on IIS 10 then you need to follow any .NET core app publish process, you can find many of them on youtube also on google. thanks
Hi, Dose it support .NET 5 ?
no,it is based on .net core 3.1 and for .NET 5 you need to convert it.
hi Ghythan, this project is now upgraded to .NET 5
Hi, I sent an email to your gmail account. Please take a look when you have a moment. Thanks.
hi,i replied your email. please have a look.
How easy, if i am going to consume your API’s in Angular. Does same way as you do in the UI part or for that i have to put another configurations
no single configuration need for any other client as the api project is completely separate and no dependency on client.
demo please
Live demo link available at item details. please see the Item Details again.
Great Work, Congratulations GLWS 
Thank you
hi man i need the dashboard panel for adexchange can you help me? can i get your contact?
you can contact me through my email(sangibruse@gmail.com).