```plantuml @startuml skinparam backgroundColor #EEEBDC skinparam ParticipantPadding 50 Title: Application overview actor user order 10 participant "Front end - Angular" order 20 participant "Back end - .Net Core API" order 30 database db order 40 user-->"Front end - Angular": Login to site ||20|| "Front end - Angular"-[#red]->"Back end - .Net Core API": Request message ||40||
After updating to Visual Studio 2017 15.6 been getting error when trying to deploy to both emulator and device even though the project build successfully. The project is set to Android 6.0 – API 23. Error tab: No errors. Output (Debug): Build Failed: Xamarin.Android does not support running the previous version. Please ensure your solution builds
Here is small library for switching between html controls using other key than tab. The default key in the library is Enter key. Here is the link to Github EnterToTab repo. Here is direct link to the demo page.
Cursor is very small in remote desktop manager when using high resolution monitor. In windows 10 the steps below solved the problem for me: Right-click on remote desktop manager icon and choose properties. Choose “Compatibiltiy” tab. Check “Override high DPI scaling behavior scaling performed by: System” Click “Ok” Here is the image of it:
I had a problem with Samsung Galaxy Xcover 3 when i trying to take a full screen picture via app but the camera preview were squashed from the sides or stretched vertically and the result picture was too. Cause: Preview size (width/height) is greater than the max support preview size protected void onMeasure(int widthMeasureSpec,
Windows does not allow importing SSL Certificate public and private key as separate files therefore we have to merge them into a single file for example PFX file. Here are the steps to do it: Download OpenSSL command line for windows from here. I choosed the latest version (openssl-1.0.2l-x64_86-win64.zip) Extract the zip file into a
Cause: The error is caused by either database is not selected in Job Step or the database have been renamed. Solution “Edit Job Step” and select a database as shown below: