Base solution for your next web application

Activities of "ideutsch"

Thanks, that worked.

Quick question: by default, there is a square animation effect that appears sometimes when the user clicks on elements. It seems to be some sort of material design feature. Is there an easy way to disable this animation?

Thanks.

Question

Hi, I notice in the documentation that you advise using async database calls in the app services. If we're in a situation where we don't expect performance bottlenecks, would it cause problems with the framework if we use the synchronous versions of these calls?

I think if you currently have a migration or seed class open in Visual Studio it will fail, and work if you have any other class currently open. So to replicate the error, open a seed/migration class, and attempt to run Update-Database.

This was right after creating a new database. I'll post more detailed information if it continues to be a problem.

I am having the same issue. Sometimes the "Update-Database" command will work, and sometimes I'll get the permissions table error. Weird.

Question

Hello. Is there a recommended way to go about editing the .less files in App/common/views? It seems like the .less files aren't automatically compiling to css in both release and debug modes. Is editing these less files not supported by the framework?

Showing 1 to 7 of 7 entries