Unit testing ASP.NET Core Identity 27 Mar 2017 • .NET Core ASP.NET Core WebAPI ASP.NET Core Identity is a membership system which allows you to add login functionality to your application. Users can create an account and login with ..
Implementing SOLID REST API using ASP.NET Core 28 Feb 2017 • .NET Core API ASP.NET Core WebAPI he following article shows how to implementing a SOLID Data access layer by using ASP.NET Core.
Dependency Injection overview 3 Feb 2017 • Dependency Injection OOP SOLID Dependency injection is a set of software design principles and patterns that enables us to develop loosely coupled code and is also one of the most
Feature toggling using ASP.NET 11 Jan 2017 • .NET ASP.NET ContinuosDelivery Feature toggling is a technique in software development that attempts to provide an alternative to maintaining multiple ..
Continuos Delivery using feature toggle 11 Jan 2017 • Feature toggles are a powerful way of postponing the activation of features in a continuous delivery workflow.
Developing token authentication using ASP.NET Core 15 Dec 2016 • .NET Core ASP.NET Core JWT WebAPI The following article shows how to developing token authentication using ASP.NET Core.
Microsoft love open source: ASP.NET Core 13 Dec 2016 • .NET Core ASP.NET ASP.NET Core Open source In the past few days, I have given a talk titled “Microsoft love open source: ASP.NET Core”.
Build universal bot using NodeJs 15 Oct 2016 • Javascript NodeJs Microsoft has recently released Bot framework. It is a very useful framework to build and connect intelligent bots
Querying MongoDB using .NET Core 24 Sep 2016 • .NET .NET Core ASP.NET Core C# MongoDB WebAPI Querying MongoDB using .NET Core Intro MongoDB has recently released the.NET Core support inside the C# driver ( Net Core Support Driver ). In fact, 2.3.0-rc
Developing artificial intelligence using .NET 26 Aug 2016 • .NET ASP.NET Microsoft has recently released two important AI services: Microsoft Cognitive services which lets you tap...
SOLID principles using Typescript 14 Aug 2016 • Javascript OOP SOLID Typescript The following article explains the SOLID principles by using Typescript. SOLID is an acronym for the first five OOP
.NET Core and MVC: Customize view paths 20 Jul 2016 • .NET ASP.NET Core The following post shows how to customize views paths and names by extending RazorViewEngine and IViewLocationExp.
Visual Studio alternative: Project Rider 7 May 2016 • ASP.NET ASP.NET Core Visual Studio alternative: Project Rider A cross-platform C# IDE based on the IntelliJ platform and ReSharper Here we are, JetBrains has started to invest i
Javascript testing using WallabyJs 12 Mar 2016 • Javascript TDD Wallaby.js is an test runner for JavaScript, it has tool which can be installed on most commmon Code editors and provid
How TDD process works 5 Mar 2016 • Javascript TDD Unit Test Automated testing provides a solution to the manual testing process. Instead of filling out that form one more time and hitting subm