October 2, 2020 / by Ankush R Pillai / Hybrid development, Micrososft, Web development / 0 comments
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
Which .NET platform suits your project best?
October 2, 2020 / by Ankush R Pillai / Hybrid development, Micrososft, Web development / 0 comments
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
How to create Power BI embed token to host reports in Web Application
June 8, 2020 / by stw / Micrososft / 0 comments
Post Views: 6,528 In area of data visualization Microsoft Power BI is leading. Using this blog we are going to learn how to generate Embed token to host Power BI reports in any web application. Sometimes it will take hours to figure out how to embed token. Use these steps to do it in hour. […]
Read more
Adding Content Templates to Editor in Kentico 9
September 3, 2018 / by stw / Micrososft, Web development / 0 comments
Post Views: 676 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
Connection from PHP to Microsoft Dynamics CRM
August 14, 2018 / by stw / Dynamics CRM, Micrososft, Web development / 0 comments
Post Views: 1,071 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 […]
Read more
Dynamics CRM 2015 setup a demo Virtual Machine.
August 5, 2018 / by stw / Dynamics CRM, Micrososft / 0 comments
Post Views: 506 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: […]
Read more
User permission in Sharepoint 2013
July 7, 2018 / by stw / Micrososft, Sharepoint / 0 comments
Post Views: 581 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 >> […]
Read more
Dynamics CRM 2016 – Custom plugin development using CRM Development Tool Kit
June 15, 2018 / by stw / Dynamics CRM, Micrososft, Web development / 0 comments
Post Views: 780 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
Connect SharePoint Online using SharePoint Designer 2013
June 5, 2018 / by stw / Micrososft, Sharepoint / 0 comments
Post Views: 729 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 […]
Read more
DotNetNuke CSS Precedence
May 16, 2018 / by stw / Micrososft, Web development / 0 comments
Post Views: 601 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
Configure alternate access for mappings in SharePoint 2013 : Part 1
May 5, 2018 / by stw / Micrososft, Sharepoint / 0 comments
Post Views: 751 Configure Alternate Access For Mappings – In this article you will learn how to configure alternate access mappings in SharePoint 2013. Each of web application can be associate with a collection of mappings between internal and public URLs. Both the URLs internal and public consist of the protocol and domain portions of […]
Read more