-
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.
-
-
As some people know, I have been very passionate about Windows Phone since the early days of the platform. I am still using a Windows 10 Mobile device, and I still love the operating system and the Windows 10 platform. However, I am not living in a cave, and I do realise that the future potential of the Windows mobile platform is limited. I still don't think it is "dead", but it is certainly limited. I started learning Xamarin a couple of years ago, to use my C# knowledge and skills for building...
-
-
-
-
-
-
Love these skills? Find your Match.
-
-
I was recently asked by someone to give an example of how to read a csv file in their node.js application, and how to parse it to get it to be usable in their app. In fact what they wanted to do is very simple, and it is one of the many reasons I'm a big fan of Node.js, because not only can it do things like this in a few lines of JavaScript, it does it server side, and fast. So This article lays out step by step how to have node.js read and parse a CSV file stored in it's project, by using the CSV...
-
-
-
-
-
-
-
-
-
-
-
-
-
Love these skills? Find your Match.
-
-
Our team has been using JasmineJs for unit testing our client side JavaScript code. We now have over 3,000 tests! In order to run these tests on multiple browsers we use Karma, the "Spectacular Test Runner for JavaScript" created by people from Google to run all our tests on multiple browsers. We are also using Microsoft's TFS Build (which is leaps and bounds improved over the old XAML build system) to run our tests in Gated Check ins, create build artifacts (dlls, installers, Azure...
-
-
-
-
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.
-
-
I implemented a real time web channel within an ASP .NET MVC web Application through a SignalR Hub proxy, but on most of Android Browsers it not work well.
It seems to work on some recent Android Chrome browsers, anyway to have a full compatibility in the Hub initialization i had to put a fallback to the "longPolling" mode in the case of Android devices, some code like this:if (isAndroid) {
$.connection.hub.start({ transport: ['longPolling'] }).done(function () {
receiver.server.processEvents();
...
-
-
-
-
-
-
-
-
-
-
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.
-
-
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.
-
-
Australian tech professionals ended the year on a high after seeing a steady rise in salaries throughout the year ending with an average salary of $104,907 AUD, an increase of approximately $5000 AUD. The USA conversely saw declining salaries across all industry areas to year’s end, with average salaries dipping below $100,000 USD to $77,696 USD.The United Kingdom fluctuated throughout the year for particular skill sets, but overall recorded a steady salary average of £45,388.“It was an interesting...
-
-
-
-
-
-
-
Love these skills? Find your Match.
-
-
-
-
Love these skills? Find your Match.
-