-
Updated
Nov 14, 2020 - JavaScript
starter-template
Here are 938 public repositories matching this topic...
-
Updated
Oct 16, 2020 - CSS
Encryption at Rest
One of the major topics in an enterprise application is encryption at rest. With SQL server 2016+ it is possible to do encryption at rest. .Net Core wasn't compatible until recently, which I think now supports only TDE (Transparent Data Encryption).
I don't know enough to implement enough, but here's an article I found.
https://docs.microsoft.com/en-us/aspnet/core/security/data-protection/c
-
Updated
Nov 13, 2020 - TypeScript
-
Updated
Sep 18, 2020 - TypeScript
-
Updated
Jul 23, 2020 - Python
-
Updated
Mar 7, 2017 - JavaScript
-
Updated
Oct 12, 2018 - HTML
-
Updated
Sep 7, 2020 - Vue
-
Updated
Oct 27, 2020 - Vue
-
Updated
Nov 13, 2020 - JavaScript
-
Updated
Sep 4, 2020 - JavaScript
-
Updated
Jul 15, 2020 - HTML
-
Updated
Jul 21, 2018 - HCL
-
Updated
Mar 28, 2020 - Swift
-
Updated
May 26, 2017 - Kotlin
-
Updated
Mar 21, 2019 - Kotlin
-
Updated
Nov 14, 2020 - TypeScript
-
Updated
Nov 8, 2020 - JavaScript
-
Updated
Sep 5, 2020 - TypeScript
-
Updated
Feb 11, 2019 - TypeScript
-
Updated
Oct 28, 2020 - PHP
-
Updated
Sep 5, 2020 - JavaScript
-
Updated
Jul 29, 2020 - TypeScript
-
Updated
Aug 27, 2020 - HTML
-
Updated
Nov 24, 2016 - JavaScript
-
Updated
Oct 14, 2020 - CSS
Improve this page
Add a description, image, and links to the starter-template topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the starter-template topic, visit your repo's landing page and select "manage topics."
On the brand logo link replace the / href with .
<?php echo Yii::getAlias('@backendUrl') ?>
<a href="<?php echo Yii::getAlias('@backendUrl') ?>" class="brand-link text-center <?php echo $keyStorage->get('adminlte.brand-text-small') ? 'text-sm' : null ?>">
in some cases for single domain some links not work correctly.
Thanks a lot