Prev | January 2017 | Next | |||||
W | S | M | T | W | T | F | S |
53 | 25 | 26 | 27 | 28 | 29 | 30 | 31 |
1 | 1 | 2 | 3 | 4 | 5 | 6 | 7 |
2 | 8 | 9 | 10 | 11 | 12 | 13 | 14 |
3 | 15 | 16 | 17 | 18 | 19 | 20 | 21 |
4 | 22 | 23 | 24 | 25 | 26 | 27 | 28 |
5 | 29 | 30 | 31 | 1 | 2 | 3 | 4 |
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, 2017-01-21T22:58:45.000Z
With Windows 10, Microsoft made the shift to delivering Windows as a service which introduces a new way for how it's built, deployed and serviced.by bill-s, 2017-01-23T06:08:04.000Z
13 interview questions around .net, every developer should be able to answer.by bill-s, 2017-01-21T22:48:37.000Z
WinRT is based on the Component Object Model (COM), but its COM APIs aren’t designed to be used directly, as you might use classic COM APIs such as those in DirectX. Rather, it’s designed to be used through what are called “language projections.”by bill-s, 2017-01-20T21:05:30.000Z
ASP.NET Core logging framework is an intelligent one and <a href="http://gunnarpeipman.com/">Gunnar Peipman</a> presents us how to setup the, so called defensive logging, that helps us have intelligent logs but still avoid putting additional load to system when it’s not needed.by bill-s, 2017-01-21T22:47:32.000Z
Speech is how we interact with each other and now we’re at the verge of using speech to also interact with all our smart devices. The recent launch of Bot Framework and Cognitive Services at the Build 2016 conference is a step toward that vision.by bill-s, 2017-01-21T22:49:34.000Z
We have a new free ebook to share! This ebook, Containerized Docker Application Lifecycle with Microsoft Tools and Platform, by Cesar de la Torre, was published by the Microsoft DevDiv team.by bill-s, 2017-01-21T04:20:42.000Z
This post highlights two great <strong>Angular</strong> and <strong>ASP.NET Core</strong> starter templates, that not only contain configurations for webpack 1 and webpack 2, but also support a ton of other Angular and ASP.NET features implemented for you.by bill-s, 2017-01-21T22:58:10.000Z
In this post you’ll learn how to structure a Visual Studio solution that uses React for the front-end and ASP.NET Web API for the back-end, how to use webpack and npm together with Visual Studio and how to easily make your applications realtime.by bill-s, 2017-01-21T09:56:08.000Z
Yesterday we released our unit test execution infrastructure as an <a href="https://github.com/Microsoft/vstest">open source project</a>. You’ll also find an <a href="https://github.com/Microsoft/vstest-docs">open source project with the documentation</a>. VSTest is a very extensible unit test execution framework. The base engine, discovers tests and runs them. It can parallelize across cores, provides process isolation and can integrate with Visual Studio. It has extensibility for different test frameworks, code coverage, test impact analysis, data collection, test result reporting and much more.by bill-s, 2017-01-21T22:48:05.000Z
With webhooks, SharePoint has a new notification capability that makes it easier for developers to respond and react to content updates in SharePoint, within their organization. With these notifications, developers can build their own document processing steps or downstream communications.by bill-s, 2017-01-23T05:49:53.000Z
A library that provides a set of helper extension methods to simplify data collection processing, in a manner which keeps to the spirit of LINQ.by bill-s, 2017-01-23T06:20:23.000Z
While Entity Framework Core’s in-memory store works great for many scenarios, there are some situations where it might be better to run our tests against a real relational database. In this article <a href="http://www.davepaquette.com/">Dave Paquette</a> walks us through setting up integration tests with Entity Framework Core and SQL Server.by bill-s, 2017-01-21T09:58:51.000Z
In <a href="https://channel9.msdn.com/Shows/Visual-Studio-Toolbox/SOLID-Design-Patterns">this episode</a>, I am joined by <a href="http://www.twitter.com/skimedic">Phil Japikse</a> for a chat about design patterns. Software design patterns have been around long before the MVC Framework gained momentum. Phil starts with a review of Robert C. Martin’s (Uncle Bob) SOLID macronym. After building the proper foundation,he reviews several design patterns, their C# implementation and when and how they should be used in modern software development.by bill-s, 2017-01-21T03:07:42.000Z
A lot happened in the last year in the .NET ecosystem. Things are moving fast on several fronts: Xamarin, UWP, .NET Core, .NET native, F#, open source, etc. In this virtual panel, <strong>Richard Lander, Phillip Carter, Phil Haack and Miguel de Icaza </strong>talk about this movement in all aspects: cross-platform, cloud, mobile, web apps and universal apps.