Base solution for your next web application

Activities of "[email protected]"

I'm using AspNetZero 12.4.0, I've also tried this with the latest release and I get the same results. When I create an entity "GrowthRates" in the GrowthRatesController there are two errors. The first is with var hasFileProp = True;, this should be var hasFileProp = true;. The second is with var projectType = Angular;, this looks like it should be a string or enum and it is not. and therefore must be manually changed.

Question

I was hoping someone would be able to offer some assistance with having base classes in AspNetZero. AspNetZero Version: latest Tech Stack: Asp .Net Core w\ MVC & jQuery

I need to have a base class “Animal” which will contain properties that are relevant to ALL species of animals. An example would be that I have a “PIGS” entity which must inherit from “AnimalBase”.

I’m not too sure how to accomplish this in AspNetZero. I would greatly appreciate a “dumbed-down” response. I have a learning disability which doesn’t make things impossible just takes me longer to catch on.

Thanks

Hey Team,

The project template I'm working with is as follows:

  • ANZ 12.0.0*
  • Template - MVC Core & jQuery*
  • Database - MSSQL*
  • ORM - EF Core

I think I've completely misconstrued the "file" datatype option using Power Tools. I was expecting to be able to upload a file or image and that datatype be of varbinary(max) or something similar. When looking at the entity there is just a virtual property set to a Guid, Int or whatever option I select as the PK. Ultimately, what I'm needing is to figure out a way that I can have 4 images associated with a single animal. So, in other words, the user will select their animal and upload 1 - 4 images which will be stored in the database and associated with that animal. I hope I'm making sense in all this. Again, thank in advance for your help.

Hey Team,

The project template I'm working with is as follows:

  • ANZ 12.0.0
  • Template - MVC Core & jQuery
  • Database - MSSQL
  • ORM - EF Core

Per the attached image I'm trying to add an option to the "Actions" dropdown. This action should take the user to "/Mwx/Controller/Action" where it will pass an "id" parameter. I've tried to add an item to the Index.js file in the datatables section under "rowActions", however, that does not work. I've even tried to remove the "rowActions" itself and the action items still show up. I'm not the best at all with JS or jQuery so I'm quickly learning. Any help would be appreciated. Thank you in advance.

Showing 1 to 4 of 4 entries