Base solution for your next web application

Activities of "douglasbustos"

<cite>hikalkan: </cite> In this case, you have 2 options:

1 - Do not use repositories, use your own abstractions to communicate to remote server via REST or another way. 2 - Use repositories as before but implement them to work with a remote source.

You can also use OData for remote calls.

We need the same. Please share the solution.

I need something similar for license manager.

I am trying that, but doesnt work. Please help me.

Hi. I downloaded the netcore version and followed the steps to execute it and it presents the error of the attached image. Your help please.

[https://drive.google.com/open?id=0B2uV2nlpiGaJM2JHU0xGZmZYa1k])

Thanks, my mistake. Forget running the seed procces properly. Very usefull the log file.

Hi. I need some help please. I need a solution for my application. Part of code Javascript (for prevent back button) dosn't work in production mode, but en DEBUG mode work fine. Logically that leave unsecure the source code of web application.

I try with minifier [https://aspnetzero.com/Documents/Development-Guide-Core#bundling-minifying-and-compiling]) but that only work in production mode not in debug mode, then my code for prevent back button dons't work again. The message in error is dont found "app" module in minified file.

Please please help me.

Attach my app.js, and my index.js that contain the code for prevent back button.

The sequence: 1.- Application deployment in DEBUG=FALSE, work all except the code for prevent back button (desktop and mobile browser). Source code is save (obviuslly)

2.- Change mu deployment DEBUG=TRUE, work all include my code for prevent back button. Source code now is visible and at risk.

3.- Try to minify the .js files. apparently successfully . And change the line in AppBundleConfig.cs .IncludeDirectory("~/App", ".min.js", true)

4.- Deploy the new version in DEBUG=FALSE or TRUE, and dont work any. He the error:

Error: $injector:modulerr Module Error

Module 'app' is not available! You either misspelled the module name or forgot to load it. If registering a module ensure that you specify the dependencies as the second argument.

Please please help me.

Some manual or document explain in detail.

Yes I saw it. But it is not very detailed. For example, it does not explain why it fails to publish in DEBUG mode.

It seems that the solution is simpler, here I share it.

<a class="postlink" href="https://github.com/facultymatt/angular-unsavedChanges">https://github.com/facultymatt/angular-unsavedChanges</a>

Hi. It would be very useful if they published a step-by-step guide to publish two projects (angular, webhost) on the same port.

Showing 1 to 10 of 15 entries