MSDN Blogs: Using Redis as ADAL token cache
Here is a sample TokenCache class implementation using Redis for use with the Active Directory Access Library (ADAL). The library is used for obtaining tokens from Azure AD or AD FS using the OAuth2...
View ArticleMSDN Blogs: Subscriptions with EWS and EAS don’t get notifications when read...
This is known behavior. If another activity happens which triggers a notification, then you would likely get a notification for the update on the read status change at that time.
View ArticleMSDN Blogs: Windows Store for Business at Microsoft Ignite conference
In case you are heading to Atlanta for Microsoft Ignite (the largest and most comprehensive perspective on the future of technology together at a single conference), it’s a great opportunity to learn...
View ArticleMSDN Blogs: Microsoft Tech Summit Prague, 17-18. 10. 2016
Nenechete si ujít Microsoft Tech Summit Prague – největší technickou akci pořádanou společností Microsoft ve střední Evropě.V rámci dvoudenní mezinárodní konference pro IT odborníky a vývojáře se...
View ArticleMSDN Blogs: Po roce se vrací série Rockaway hackathonů, tentokrát na...
Rockaway připravuje sérii velkých hackathonů ve spolupráci s Microsoftem a Impact Huby. Vývojáři dostanou 24 hodin pro přípravu řešení zajímavých problémů z oblastí ecommerce, fintech nebo třeba...
View ArticleMSDN Blogs: Season II: BBC Micro:bit Model Rocket Car Competition: “Race For...
Following the success of the first Race For The Line Rocket Car challenge involving BLOOHOUND SCC and the BBC Micro:bit, we are pleased to share details of the second season of the competition which is...
View ArticleMSDN Blogs: Season II: BBC Micro:bit Model Rocket Car Competition: “Race For...
Following the success of the first Race For The Line Rocket Car challenge involving BLOOHOUND SCC and the BBC Micro:bit, we are pleased to share details of the second season of the competition which is...
View ArticleMS Access Blog: Announcing the availability of Office 365 Project Time Reporter
The Office 365 Project Time Reporter iOS app announced last fall is now available in the Apple Store. This app enables team members to submit timesheets and report progress on tasks tracked in Project...
View ArticleMS Access Blog: What is the weakest link in your security?
Here’s a sobering realization: You can have the most sophisticated computer security in the world and it won’t always protect you. Everything you rely on to keep your confidential data secure can be...
View ArticleMS Access Blog: Exelon selects Customer Lockbox for Office 365 to power up...
Today’s post was written by Ron Markezich, corporate vice president for Microsoft. Utilities operate in highly regulated environments, so it’s not surprising that these organizations have data security...
View ArticleMSDN Blogs: How to Use Storage Explorer with Microsoft Azure for Government
Microsoft Azure Storage Explorer (http://storageexplorer.com/) is a free tool that provides a GUI to use when manipulating data across your Azure Storage Accounts. These instructions are based on...
View ArticleMSDN Blogs: DBA Fundamentals-SQL Server Performance Tuning
2016/9/21 PASS online event DBA Fundamentals: SQL Server Performance Tuning Speaker: Pinal Dave1.資料庫相容性層級影響基數估計(Cardinality Estimation)提升資料庫相容性層級就可以改善效能The New and Improved Cardinality Estimator in SQL...
View ArticleMSDN Blogs: Schema Compare in SqlPackage and the Data-Tier Application...
In the most recent version of SqlPackage.exe and the Data-Tier Application Framework (DACFx), we have introduced some new functionality: Schema Compare! A couple of years ago we added MSBuild support...
View ArticleMSDN Blogs: SQL Server Data Tools 16.4 Release
The SQL Server Data Tools team is pleased to announce an update for SQL Server Data Tools (SSDT) is now available. The SSDT 16.4 release adds support for Schema Compare in SqlPackage.exe and as an API,...
View ArticleMSDN Blogs: Visual Studio Toolbox: PowerShell Tools for Visual Studio 2015
In this episode, I am joined by Adam Driscoll, author of the very popular PowerShell Tools for Visual Studio. This extension is a set of tools for developing and debugging PowerShell scripts and...
View ArticleMSDN Blogs: Какие привилегии получают участники программы MVP?
Пожалуй, одним из наиболее популярных вопросов, которые задают интересующиеся программой MVP люди, является то, что же получают вместе с самим статусом MVP в качестве преимущества. Сами MVP, у которых...
View ArticleMSDN Blogs: Execute Transactions from Azure Mobile App API (node.js)
Using the Azure Mobile App API interface (like: https://mymobileapp.azurewebsites.net/api/doTransActionStuff ) with a node.js backend, I found documentation around executing SQL Transactions a little...
View ArticleMSDN Blogs: Guest post: Gerald Haigh on saving money with technology at schools
The following is a guest post written by Gerald Haigh.A blog from Sammamish High School, near Seattle, posted by the Microsoft OneNote Team, includes this quite dramatic line,‘On the second day of...
View ArticleMSDN Blogs: Quick dev directory cleanup tip
When cleaning up drive space, the first thing I do is remove the ‘obj’, ‘bin’, and ‘packages’ directories from my development directories. They are temporary and will be rebuilt the next time I build...
View ArticleMSDN Blogs: add text to beginning or end of each line using SSMS
1.Add text to the beginning of each lineCtrl+Htype “^” in the “Find”type text you want to add in “Replace with”Choose the “Regular expressions” checkbox 2.Add text to the end of each lineCtrl+Htype “$”...
View Article