Issues with my.visualstudio.com new assignments – 10/7 – Resolved

Final Update: Friday, 7 October 2016 22:05 UTC We’ve confirmed that Subscription ingestion is back to normal 07 October 2016 ~21:45 UTC. This is a re-occurrence of yesterday’s issue. We have applied temporary mitigation and are in the process of testing a broader solution for bulk uploads that we plan to release next week. We understand that customers rely on VS…


Service Bus at Ignite 2016!

We had an awesome time at Ignite 2016 last week in Atlanta and hope you did too! For those of you who weren’t able to make it, below is the short and sweet version. Slides from both presentations: Ignite 2016 – Services Update     Ignite 2016 – Real World Messaging We had two different presentations while we…


Migrating database from AlwaysOn AG to another with JoinOnly option

Hi all,  In this blog, I am covering a scenario of migrating a SQL database from one AlwaysOn Availability Group (AG) to a new AG. I was involved in such requirement and the goal was to migrate the database which was in terabytes size to another AG without having to apply the Full back up…


주간닷넷 2016년 9월 14일

여러분들의 적극적인 참여를 기다리고 있습니다. 혼자 알고 있기에는 너무나 아까운 글, 소스 코드, 라이브러리를 발견하셨거나 혹은 직접 작성하셨다면 Gist나 주간닷넷 페이지를 통해 알려주세요. .NET 관련 동호회 소식도 알려주시면 주간닷넷을 통해 많은 분과 공유하도록 하겠습니다. 금주의 커뮤니티 소식 Taeyo.NET에서 http://docs.asp.net 의 ASP.NET Core 문서를 한글화하여 연재하고 있습니다. MVC : View – Tag Helper 소개 MVC :…


How to recover the contents of a personal site of a deleted user account, which was also deleted.

Issue Description: In SharePoint Online: After deleting the user account, the personal site corresponding to it was also deleted; You would like to recover the contents from it. Solution: The behavior as described here: How user profiles are deleted in SharePoint Online and OneDrive for Business   We restored the site using the commands described below:…


Run an async task in a console app and return a result

I had someone ask how to run an async task in Main of a console app.  Yes there are different ways to do it and this is just one!   using System; using System.Net.Http; using System.Threading.Tasks; namespace UrlAuth { class Program { static void Main(string[] args) { try { // Start a task – calling…


Live architecture dependency validation in Visual Studio “15” Preview 5

In the past year, you told us that you considered removing unwanted dependencies to be an important part of managing your technical debt. The Layer designer enables you to validate architectural dependencies in your Visual Studio solutions. It first shipped in Visual Studio 2010, and is now part of Visual Studio Enterprise. But the experience…


HockeyApp replacing App Insights…definitely not…

There has been a lot of chatter about the roadmap and direction of Application Insights in relation to HockeyApp.  Senior Application Development Manager, Brian Swiger, sums it up. In Summary: App Insights originally shipped with a set of SDKs for mobile platforms that pushed telemetry data into the App Insights pipeline. It is these SDKs…