Which .NET platform suits your project best?

Post Views: 2,981 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 […]
How to create Power BI embed token to host reports in Web Application

Post Views: 33,369
Adding Content Templates to Editor in Kentico 9
Post Views: 1,061 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 […]
Connection from PHP to Microsoft Dynamics CRM
Post Views: 1,817 Connection from PHP to Microsoft Dynamics CRMThis time we will learn how to connect Microsoft dynamics CRM using PHP code. Microsoft dynamics CRM soap service can be a way to make calls from PHP source code. A valid soap header is required to execute soap request. Let’s see how to create a valid header using […]
Dynamics CRM 2015 setup a demo Virtual Machine.
Post Views: 844 Dynamics CRM 2015 setup a demo Virtual Machine. With most MicroSoft products this is pretty easy to setting up, but Dynamics has a more heavier requirements list. The prerequisites include: Windows Server Active Directory (yep you’ll need to setup a domain controller) SQL Server Server 2012/2014 Reporting Services 2012/2014 let’s get started: Step 1: […]
User permission in Sharepoint 2013
Post Views: 1,014 User Permission In Sharepoint 2013 – Permission level is always confusing for SharePoint beginners. By this article, I am going to make it easier. Our first step is to add users in SharePoint site and there are couples of ways you can do this. Users can be added using – Settings menu >> Site settings >> […]
Dynamics CRM 2016 – Custom plugin development using CRM Development Tool Kit
Post Views: 1,138 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. […]
Connect SharePoint Online using SharePoint Designer 2013
Post Views: 1,063 Connect SharePoint Online using – As a beginner SharePoint developer, you may face problem while connecting SharePoint Online using SharePoint Designer. In this post, I am going to share some steps which will make your life easier.Download SharePoint designer using SharePoint Online, and install on your local machine. In case of on […]
DotNetNuke CSS Precedence
Post Views: 1,691 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 […]