Want to receive every Tuesday the best .NET links?
Once subscribed you can login, submit a link and receive the weekly newsletter.
by bill-s, 2016-02-19T18:58:33.000Z
AKA: The Keys to JavaScript Masteryby bill-s, 2016-02-20T10:12:52.000Z
This session on Application Performance Monitoring demonstrates and discusses the benefits of having visibility into key metrics about your applications, as well as alerts and logging about their health. It also covers the Availability Monitoring practice.by bill-s, 2016-02-20T17:10:58.000Z
Congratulations to ASP.NET Core and .NET Core teams and the Open Source .NET community for quite a milestone in performance!by bill-s, 2016-02-19T21:28:45.000Z
If you need to install or reinstall Windows 10 using a USB or DVD, you can use the media creation tool to create your own installation media with either a USB flash drive or a DVD. The tool provides file formats optimized for download speed and can be used to create ISO files. In this video, I walk you through the process of downloading Windows 10, creating a bootable USB thumb drive, and copying over data migration files you will need to have an awesome addition to your migration toolbox.by bill-s, 2016-02-20T10:10:53.000Z
In last month's column I showed <a href="https://visualstudiomagazine.com/articles/2016/02/01/[January%202015%20Practical%20TypeScript%20Column:%20Exploiting%20TypeScript%20Arrays]" target="_blank">how to declare and use TypeScript arrays</a>. As I mentioned in that column, in many ways it's better to think of TypeScript arrays as dictionaries: Collections whose values can be accessed by providing a key value. It's just that, with arrays, the keys are always numeric values.by bill-s, 2016-02-19T21:22:01.000Z
DevOps has quickly risen to popularity as a culture shift that enables companies to achieve faster and higher-quality software delivery and increased customer satisfaction. If you have DevOps FoMO (fear of missing out), the DevOps Fundamentals series is for you. It explains key concepts and practices, and maps them to technical demos with Microsoft technologies. Regardless of your role at work, you can learn some practices to help your team!by bill-s, 2016-02-19T21:11:49.000Z
We’re happy to announce the release of our newest free ebook, Introducing Windows 10 for IT Professionals, Technical Overview (ISBN 9780735696976), by Ed Bott.by bill-s, 2016-02-19T23:19:55.000Z
The only framework that makes responsive-email easyby bill-s, 2016-02-19T23:19:24.000Z
One day we woke up and things were different. Maybe it happened overnight, maybe it took many years. Suddenly we are scripting against thousands of Virtual Machines from the command line while creating things today with JavaScript in the browser that were impossible yesterday. LiveScript becomes JavaScript becomes ES6 and now we're compiling C to JS. Join Scott Hanselman as he explores the relationship between the Cloud and the Browser, many Languages and one Language, how it might all fit together and what might come next.by bill-s, 2016-02-20T10:12:03.000Z
The aim of this article is to educate developers on how to create interactive interface which represent their Restful API to provide a rich discovery, documentation and playground experience to their API consumers.by bill-s, 2016-02-20T10:13:44.000Z
<a href="https://msdn.microsoft.com/en-us/data/gg577609.aspx">Reactive Extensions</a> (Rx) are a very powerful tool created to aid the programmer dealing with asynchronous streams and has a large number of build in functionality that will help you to create Linq queries of data streams in almost any situation. However, one thing is missing in the toolbox and that is the ability to subscribe weakly to an event.