MSDN Blogs: How to display correct document links in the search results.
At the recent client project there were an interesting situation. They had a web part that was looking pretty much like a list with the only difference – it was a Content Search webpart and it was...
View ArticleMSDN Blogs: Small Basic – Gather Code Samples
When I started to learn BASIC, there was a reference manual which has a simple sample code for each statement.The picture above is a page of the manual. For each statement [Function], [Syntax],...
View ArticleMSDN Blogs: Как более правильно отобразить файловые результаты поиска
Еще один кусочек знаний с последнего проекта.У клиента была веб часть, которая выглядела точно так же, как и список файлов, но это была веб часть Content Search и она отображала файлы, найденные по...
View ArticleMSDN Blogs: Overview & Setup of MIM Configuration as External Identity...
Previous versions of SharePoint Server had a built-in copy of ForeFront Identity Manager (FIM) that ran inside SharePoint Server. That version of FIM powered the User Profile Synchronization for...
View ArticleMSDN Blogs: 14393 も PC&Mobile 向け、だいぶ安定化作業
#wpjp #wpdev_jp #w10mjp #win10jpAnnouncing Windows 10 Insider Preview Build 14393 for PC and MobileさてDona さん、今週の近況は技術系(開発者、エンジニア?)に向けてなのかUWPに関する何か施策を考えているようで、なんでしょうかね?安易にコンテストとかやめてほしいけどw...
View ArticleMSDN Blogs: [Sample Of July. 19] How to Get Screen Resolution in Win10 UWP App
Jul.19Sample : https://code.msdn.microsoft.com/How-to-Get-Screen-563bc790This sample demonstrates how to get screen resolution in Win10 UWP App.You can find more code samples that demonstrate the most...
View ArticleMSDN Blogs: [Sample Of July. 19] How to achieve MVVM design patterns in UWP
Jul.19Sample : https://code.msdn.microsoft.com/How-to-achieve-MVVM-design-2bb5a580This sample demonstrates how to achieve MVVM design patterns in UWP.You can find more code samples that demonstrate the...
View ArticleMSDN Blogs: Case – broken export-spweb. (Understanding the solution package...
Another case from the recent customer support work. The customer had a 3rd party solution with a list template, list and a web part which seemed to be created for SharePoint 14 (2010) originally and...
View ArticleMSDN Blogs: Surface Pro 4 / Surface Book 向け最新ファームウェア・ドライバーの公開について (2016/7/14)
各種デバイスの動作安定性を改善する最新ファームウェア・ドライバーを公開しました こんにちは。 Surface 法人向けサポート担当の岩松です。 当社では、米国時間 7/14 付 (一部は 7/12 付) で Surface Pro 4 および Surface Book の最新版ファームウェア・ドライバーを公開しました。今回の更新は、主に以下の点を改善する内容になります。...
View ArticleMSDN Blogs: Automatic Case Creation from Community Forums using SLA
With the web portal capabilities in CRM 2016 Spring Wave, you can extend CRM to the web to deliver exceptional customer service and increase customer engagement and satisfaction. With the community...
View ArticleMSDN Blogs: Dynamics CRM Online 2016 更新プログラム 1 の新機能 : プロジェクト ベースの営業 その 5
みなさん、こんにちは。前回に引き続き、2016 年 5 月 23 日にリリースされた、プロジェクト ベースの営業機能をご紹介します。現在のところ、Microsoft Dynamics CRM 設置型では利用できません。シリーズもののため、前回の記事を見てからご覧ください。Dynamics CRM Online 2016 更新プログラム 1 の新機能 : プロジェクト ベースの営業 その...
View ArticleMSDN Blogs: Случай – перестала работать команда export-spweb. (А также...
Еще один случай, который произошел у последнего клиента.У клиента есть стороннее приложение, в котором создана веб часть и шаблон списка (list template). Судя по всему созданы для Sharepoint 2010 (14)...
View ArticleMSDN Blogs: SharePoint 2016 Hybrid Search : Stuff you should know about Cloud...
Cloud SSA is one of the latest offerings in SharePoint search world which is next level in a Hybrid Configuration Scenario . Here is a Great Post by Brian here which provides some insights of what...
View ArticleMSDN Blogs: Error Authorization_RequestDenied while Editing Azure AD Object
Azure Active Directory allows applications to add user via Graph API through an Application Key. Generally there is no such issue when adding a new record. However, when someone wants to modify or...
View ArticleMSDN Blogs: Using wildfly-swarm on Azure App Service
This blog is for the customers who wants to use wildfly-swarm container which is the reconstitution of the popular WildFly Java Application Server. As you know you can bring your own customized version...
View ArticleMSDN Blogs: How to delete Azure AD User using Graph API
Adding user to Azure AD (AAD) is straight forward. However when we want to delete the user we may face some issues. I have discussed that in my previous post “Error Authorization_RequestDenied while...
View ArticleMSDN Blogs: Azure AD Graph API Create List of Users
Getting the list of users from AD is bit tricky. Firstly the call is Asynchronous and it is delayed. So no such straight forward foreach loop can help,Define the data...
View ArticleMSDN Blogs: Add User to Azure Active Directory using Graph API
This post should have appeared before the other related posts. However let us see from the ground up how we can build an application to use Azure AD Graph API to add the user to AAD.We first need to...
View ArticleMSDN Blogs: Command & Query Responsibility Segregation Pattern
There is a beautiful book about the well-received pattern called “CQRS”. For everything please visit https://msdn.microsoft.com/en-us/library/jj554200.aspxThe whole book is available for free download...
View Article