Quantcast
Channel: MSDN Blogs
Browsing all 12366 articles
Browse latest View live

Service Fabric 6.0 Refresh Release for Windows Server Standalone, Azure and...

Today we have released a new version of the SDK and are in the process of rolling out a new runtime to Azure clusters. This release is both a refresh to clusters running in Azure (Linux and Windows), a...

View Article


Image may be NSFW.
Clik here to view.

Open Source Private Traffic Manager and Regional Failover

Many web applications cannot tolerate downtime in the event of regional data center failures. Failover to a secondary region can be orchestrated with solutions such as Azure Traffic Manager which will...

View Article


Image may be NSFW.
Clik here to view.

Query Data Store Forced Plan behavior on AlwaysOn Readable Secondary

  We are getting following questions repeatedly from many customers so thought of writing a quick blog to explain the behavior. Question: For example if you have Query Data Store (QDS) enabled for user...

View Article

Image may be NSFW.
Clik here to view.

Postmortem – Availability issues with Visual Studio Team Services on 10...

On 10 October 2017 we had a global incident with Visual Studio Team Services (VSTS) that had a serious impact on the availability of our service (incident blog here). We know how important VSTS is to...

View Article

New InfoPath Calculation Timeout in SharePoint 2016

SharePoint 2016 was born from the cloud - that is SharePoint Online in Office 365. In SharePoint Online, we added a performance throttling mechanism so that complex InfoPath forms do not cause...

View Article


Image may be NSFW.
Clik here to view.

Profesionalización

Quizá un camino que se aproxima más a la profesionalización, en el sentido de ejercer a cabalidad una ciencia o un arte, sea precisamente no buscar la profesionalización entendida como recorrer grados...

View Article

Image may be NSFW.
Clik here to view.

Git と Visual Studio 2017 その 1 : レポジトリの作成

Git や Visual Studio 2017 の Git サポートは既に情報が多くある為、自分が書く意味が無いと思いましたが、Visual Studio で Git を使い始めた頃は結構不安であった事を思い出しました。このシリーズでは Visual Studio 2017 でソース管理をした場合、裏ではどのように Git...

View Article

Image may be NSFW.
Clik here to view.

Using Microsoft Cognitive Emotion API with Android App Studio

Guest blog by Suyash Kabra. Microsoft Student Partner at University College London About me I am a 2nd year Computer Science student at University College London. I am passionate about hackathons,...

View Article


Image may be NSFW.
Clik here to view.

Git と Visual Studio 2017 その 2 : ソリューションの保存

前回の記事ではレポジトリの作成を行いました。今回は Visual Studio 2017 でアイテムを追加して、コミットしていきます。 アイテムの追加 クラスファイルなど新規にアイテムを追加した場合、Visual Studio と Git 観点からどうなるか見てみましょう。 1. プロジェクトに新しく “Class1.cs” ファイルを追加。 2....

View Article


Image may be NSFW.
Clik here to view.

Git と Visual Studio 2017 その 3 : 変更のリセット

前回の記事ではコミットによるソリューションの保存を紹介しましたが、今回は保存済のコミットをリセットする方法を紹介します。 リセット : Git Git の reset コマンドを使うとコミットをキャンセルできますが、実際にはどのように動いているのでしょうか。 1. ‘git log --oneline’ で現在の状況を確認。oneline で結果を 1 行表示可能。 2. 現在の HEAD...

View Article

Image may be NSFW.
Clik here to view.

【事前準備】安裝 MongoDB!

本教學為 2017/10/18(三)在台灣大學所舉辦的【動動手指】機器學習與智能機器人事前準備步驟。 Download URL: https://www.mongodb.com/download-center#community 下載完後可以在目錄:C:Program FilesMongoDBServer3.4bin 找到   利用 GUI 應用程式 操控 MongoDB 下載...

View Article

Image may be NSFW.
Clik here to view.

Git と Visual Studio 2017 その 4 : ブランチ

前回の記事ではコミットのリセットについて紹介しました。今回の記事ではブランチを見ていきます。 ブランチ : Git ブランチは、現在のコードには手を加えることなく変更をする際に切る(作成する)もので、レポジトリの完全なコピーを持つイメージでした。コピーであれば何をしても安心ですよね。しかしプロジェクトの規模が大きい場合、レポジトリ全体をコピーするのは無理があり、この点 Git...

View Article

Image may be NSFW.
Clik here to view.

Git と Visual Studio 2017 その 5 : 変更のマージ

前回の記事ではブランチについて紹介しました。今回はブランチの変更を取り入れる、マージについて見ていきます。 マージ : Git ブランチを作る理由は、機能追加や修正など色々ありますが、変更はいずれ反映する必要があり、Git では merge コマンドを使います。 1. ‘git branch’ を実行。master と dev ブランチがあり、現在 dev ブランチにチェックアウト中。 2....

View Article


Image may be NSFW.
Clik here to view.

Microsoft TEAMS: TEAMS Client Sign-in

Teams client sign in issue is one of the most common scenario for Helpdesk or Admins or Support Folks who are working in TEAMS troubleshooting filed. I tried to find detailed article which talks about...

View Article

Requested Registry Access Is Not Allowed

Issue The problem was reported that no one is able to use InfoPath forms on the SharePoint sites; whereas, all the users were getting the generic SharePoint error with correlation ID. Checking the ULS...

View Article


Image may be NSFW.
Clik here to view.

Git と Visual Studio 2017 その 6 : リベース

前回の記事ではブランチ間のマージを紹介しました。今回は似て非なる機能としてリベースを見ていきます。 リベース : Git リベースはマージと何が違うのでしょうか。例えば dev を切ってコミットを追加した後、何かしらの事情で master にもコミットが作成された場合を考えます。 マージ: dev から master をマージすると master のコミットが、現在の dev...

View Article

Image may be NSFW.
Clik here to view.

Some Tools of a PFE

Hi all, I hope you are all well! Today I will give you a brief overview of the tools I need to use on a regular base. Chrissy LeMaire, one of the best SQL MVPs in the world, asked me directly via...

View Article


Image may be NSFW.
Clik here to view.

Detecting drift between ARM templates and Azure resource groups

In DevOps Utopia, all of your Azure resources are deployed from ARM templates using a Continuous Deployment tool. The ARM templates and parameters files are all stored in source control, so you can go...

View Article

Image may be NSFW.
Clik here to view.

Microsoft Student Partner Team gewinnt Agorize AI Challenge in Paris

Die Agorize AI Challenge ist ein internationales Event rund um AI. Künstliche Intelligenz ist ein ständig wachsendes Thema. Mit der Challenge wurden Studenten dazu eingeladen innovative Ideen und...

View Article

Image may be NSFW.
Clik here to view.

Event-Tipp: Infinity Game Jam an vier Standorten

Hallo zusammen, hier habe ich mal wieder ein Event-Tipp für Euch. Vom 20. bis zum 22. Oktober findet der Infinity Game Jam an vier Standorten statt! Themen 48H Challenge Wann & Wo? Universität...

View Article
Browsing all 12366 articles
Browse latest View live