-
Hello,I am writing this article to show you how to create and assign user role. Create a new asp.net web application project with MVC template along with individual authentication. You have noticed that AspNetRoles, AspNetUsers etc tables are already available in our project . So, we can make use of these tables to fulfill our need . Find and open the Startup.cs file from the solution explorer .You can add here function to create...
-
-
-
-
-
-
-
Love these skills? Find your Match.
-
-
Who doesn't enjoy the big term, DevOps? It sounds promising and sounds interesting as well when someone says, they work as a DevOps engineer! But like they say, Similarly, in the case of DevOps, every process, which DevOps exposes has to be handled with a great care or the results are catastrophic. In this post, I am going to talk about the swissknife of continuous delivery, in the terms of database migrations and maintenance. It has been quite a while, since I have joined DevOps practices and...
-
-
-
-
-
-
Love these skills? Find your Match.
-
-
Le développement des applications mobile pour smartphones et tablettes représente un grand challenge technique pour une équipe de développement lié à l’existence de plusieurs choix de solutions :Il est à noter que ce challenge est encore plus grand avec la diversité du parc mobile et on assiste à une fragmentation technologique des équipements mobiles en fonction de :Dans le présent article, je vais me consacrer seulement au développement des applications natives et en particulier sur socle multiplateforme.
-
-
-
-
-
-
-
-
-
-
-
-
-
Love these skills? Find your Match.
-
-
Debian 8 (Jessie) doesn't contain RoundCube in it's repositories. Why, I don't know :) .
In ISPConfig3, Perfect Server, Debian 8, you get SquirrelMail, but I don't like how it looks.
With some trouble setting it up, I managed to configure RoundCube on Debian 8 and make it wokring with ISPConfig3. Used many sources to make it work and decided to create this manual that you’re reading.I presume that you have configured your server with Perfect Server Debian 8 (Apache, BIND, Dovecot, ISPConfig 3) configuraton...
-
-
-
-
-
-
-
Love these skills? Find your Match.
-
-
How to initiate git through sshlogin using shh~~~git
$ ssh
[email protected]
~~~creating a folder
~~~git
$ mkdir folder_name
~~~changing to that newly created folder~~~git
$ cd folder_name
~~~initiating as a master branch~~~git
$ git init --bare
~~~changing the windows pack~~~git
$ git config pack.window 0
~~~##step 5 : clone to local machine usingcloning the newly created folder to local~~~git
$ git clone
[email protected]:/home/folder_name
~~~adding the all files which are created
-
-
-
-
-
-
-
-
-
Love these skills? Find your Match.
-
-
This article will show how to calculate the distance beween two addresses using Google Maps API. Blog.I was looking to an easy way to calculate the distance between two addresses using SQL and Google Maps Distance Matrix API and I found this post from stackoverflow very useful.Here is how I use the Google Maps Distance Matrix API:CREATE PROCEDURE [dbo].[CalculateDistance] (
@ToAddress NVARCHAR(100) = '',
@FromAddress NVARCHAR(100) = '',
@DistanceistanceInKm FLOAT OUTPUT )
ASBEGINDECLARE @Object...
-
-
-
-
Love these skills? Find your Match.
-
-
A progress resource is usually a temporary resource that is created automatically by the server to provide status on some long running process that has been initiated by a client. It is used to provide feedback to an end user and point to the results of an operation once it has completed.HTTP is a client/server request and response protocol. It does not provide for server initiated communications. If a client makes a request to a server that is likely to take a long time, e.g. 5 seconds or longer,...
-
-
-
-
Love these skills? Find your Match.
-
-
Developers who have invested in C# may have been questioning how useful this knowledge would be in the long run. After all, most technologists are familiar with the decline in desktop computer orders (below) coupled with the increase in mobile devices. And C# hasn’t been a first choice for developers targeting the mobile device market. No one would suggest that this means that there will be no market for C#, however the marketplace seemed to growing away from it.
*source: https://www.statista.com/chart/4647/pc-shipments-worldwide-sales/...
-
-
-
-
-
Love these skills? Find your Match.
-
-
A factory resource is one that is used to create other resources.Sometimes it is difficult to create a complete resource representation on the client without some involvement from the server. It may be that the server is responsible for creating a unique identifier for the new resource, so a PUT request is not possible. Or other attributes of the resource may be dependent on existing server state. For example, creating a order resource where the order quantity may be adjusted based on in-stock quantity.
-
-
-
-
Love these skills? Find your Match.
-
-
Australian tech salaries have fallen slightly in the first quarter of 2016 from a year end high, while the declining average salary of tech professionals in the USA have risen after huge declines in 2015, according to tech marketplace Gooroo.After ending 2016 on a high with salaries averaging, $105,098AUD, Australian tech professionals have seen a decline of 2.3% over the past three months to average $102,661AUD. Conversely after ending 2015 at their lowest point, US tech salaries have risen from...
-
-
-
-
-
Love these skills? Find your Match.
-
-
-
-
Love these skills? Find your Match.
-