Base solution for your next web application
Ends in:
01 DAYS
01 HRS
01 MIN
01 SEC

Activities of "dev_frontrush"

Yes, after running nswag, the service-proxies file is generated and many services and other dto's are present in the file. However, there is one in particular that is not being generated in the file. The signature of the API method has all of the properties of the DTO as parameters, as opposed to one parameter being the DTO. Upon searching the service-proxies.ts file, I find that the dto is not present at all. This is the issue I am looking to resolve.

To possibly phrase my question in a different way, I am looking for best practice on how to cache a large list of items returned from a base query. I mentioned Redis because when I changed from InMemory cache to use the Redis server, the performance suffered quite a bit. I then realized it was storing the cached list as a really long string representing the serialized objects. I have seen that you can save objects as a List vs. a String, but do not see any examples of implementation in your documentation, which I had already read.

The Asp.Net Core and jQuery version? What about future support of say React or VUE?

Something you may also/should want to look at is your indexing within Sql Server. Using EF code first is great but if you have not done any additional performance reviews specifically on the db with indexing, you don't have a lot of index additions in your db context generator already, you will be very surprised (and happily so) when you do.

Code first doesn't mean you don't need someone on the db performance tuning and is something that is constantly overlooked "hey, we use code first, we don't need a dba anymore" eghghgh!!!! mistake

Answer

[email protected]

Would definitely like to see the front and back end in totality. Thanks!

Answer

Do you get weird visual results with filters? Got it to work but the state is never applied and doesn't look like the material styles are either.

Are there any plans on the roadmap to use scss as the default over less?

Answer

Did you use Razor or javascript?

Answer

Hey bobingham,

Have you setup the Kendo Angular grid using a service that uses the DataSourceRequest and DataSourceResult? An example would be awesome!

Thanks

Answer

Followed this: https://support.aspnetzero.com/QA/Questions/6711

Kendo is not recognized. Leads me to believe there are multiple references to jQuery. None of the controls will load using razor or just Kendo UI for jQuery. Is there a sample somewhere that has the integration. We can get it going with the Angular solution but the Kendo Angular controls are lacking all of the functionality of the jQuery ones, even the Angular ones were not that straight forward to get going. Just tried with 6.9.1, still no dice. Seems like it should be a little more, ah, easy to just add a control library.

Showing 11 to 20 of 23 entries