Which .NET platform suits your project best?

.netframeworks

Post Views: 1,879 Understanding the difference between .NET Core, .NET Framework and Xamarin For quite some time now, coders have been flooded with various unique innovations, making it complicated for them to choose the right platforms for developing projects. Today, their focus is not only on developing IT solutions that achieve the pre-decided functionality, but […]

Read more

The Latest Addition to the Laravel Eco-system

nova_laravel_stw

Post Views: 928 If you’ve been a user of Laravel, you must’ve surely heard about their latest offering. Nova is an administration panel for Laravel. This sleek and beautifully designed single-page application, built on the Vue.js platform and Tailwind, is highly customizable in a true Laravel fashion. Nova is a composer package, which can be […]

Read more

Adding Content Templates to Editor in Kentico 9

Post Views: 673 Adding Content Templates to Editor in Kentico 9 – It’s handy to adding site typography as content templates in Kentico CKeditor. Follow steps given below to add and customize CKeditor toolbar and include new content templates. Important : Must check Kentico CKeditor version to download content templates from given link http://ckeditor.com/addon/templates. Step1: Download sample content template […]

Read more

How to create theme in Magento 2

Post Views: 532 How to create theme in Magento 2- 1. Install magento 2.2. Go to admin panel and login.3. Now you may see this window ( links not working ) 4. To solve the issue, open your xampp shell 5. Specify your path 6.  Run following command from Magento root:php bin/magento setup:static-content:deploy 7. Go […]

Read more

Installation of Magento 2 on Ubuntu 16.04 LTS

Post Views: 664 Installation of Magento 2 on Ubuntu 16.04 LTS – I am writing this article for absolute beginner with deeper explanation of all steps which are required to install and configure Magento 2.0 on Ubuntu OS.Let’s start:a) Install Apache2, PHP, MySQL Server, composer and required packages for Magento 2.0.       Using […]

Read more

Dynamics CRM 2016 – Custom plugin development using CRM Development Tool Kit

Post Views: 779 Dynamics CRM 2016 – Custom plugin development – This time we are going through a process of building a custom plug-in for Microsoft Dynamics CRM and its deployment on development server.  I assume that you already downloaded and setup Development Tool Kit. And make sure CRM templates are imported in Visual Studio. […]

Read more

DotNetNuke CSS Precedence

Post Views: 600 DotNetNuke CSS Precedence – DotNetNuke skinning isn’t easy exactly how CSS files from the framework get loaded at runtime. You need to spend time for fine tuning the details such as typography, padding, margin, and so on. There is secret of understanding DotNetNuke CSS precedence. There are many CSS files being loaded […]

Read more

top