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-07-29T03:48:54.000Z
With more people migrating to .NET Core and from AngularJS 1.x to Angular 2+, these technologies have become essential, along with other Microsoft technologies in Web API and Azure DocumentDB.by bill-s, 2017-07-29T07:13:53.000Z
I love async/await Task based programming! I talk about it in all my demos, it is in all my libraries, and Frank and I did a whole Merge Conflict podcast episode on it. The problem is that I keep getting bug reports and seeing samples where it is being abused and used completely wrong.by bill-s, 2017-07-29T03:48:59.000Z
The story is a metaphor for change and the way we should cope with and adapt to it. I dare say that the first, perhaps unconfessed, sentiment that some developers feel about ASP.NET Core is dismay—like in this fable when the characters reach out to the cheese station only to find it empty.by bill-s, 2017-07-29T03:48:50.000Z
Working with UWP apps on Windows? Find out how to package and deploy them to devices from the command line with Cake.by bill-s, 2017-07-29T03:48:43.000Z
Can someone make .NET Core better with a simple global command? Fanie Reynders did and he did it in a simple and elegant way.by bill-s, 2017-07-29T03:48:36.000Z
I’ve recently been presented a concept of initializing the database (creating or re-creating it) with Unit Test method. Initially I thought it’s a non-sense, but after a while of taking a deeper look…by bill-s, 2017-07-29T03:48:45.000Z
Containers have fundamentally changed the way developers develop their applications, the way applications are deployed, and the way system administrators manage their environments.by bill-s, 2017-07-29T03:48:52.000Z
In today’s Internet-driven world, accessibility is a critical requirement for any web application. After all, what good is the technology that connects us all, if all of us can’t connect with it?by bill-s, 2017-07-29T03:48:40.000Z
The .NET Team has been producing guidance for building microservices and container based applications, web applications and Xamarin.Forms mobile apps.by bill-s, 2017-07-29T03:48:47.000Z
The Peachpie PHP compiler project joined the .NET Foundation this week and I'm trying to get my head around it. PHP in .NET? PHP on .NET? Under .NET? What compiles to what? Why would I want this? How does it work? Does it feel awesome or does it feel gross?by bill-s, 2017-07-28T07:11:40.000Z
A way to quickly generate a progressive web app that uses Angular 4, .NET Core, and Entity Framework. This application can be added to your desktop, or homescreen on iOS or Android devices.by bill-s, 2017-07-28T07:11:38.000Z
Secrets are a first-class citizen in Docker. They're for storing sensitive application data, like API keys and connection strings. Secrets have been in Docker on Linux for a while, and with Docker version 17.06 they're coming to Windows.by bill-s, 2017-07-29T07:13:50.000Z
Who has ever tested their WebAPI knows such tools as Postman or Advanced REST (extensions for Chrome). These tools are convenient in every way, except that they are not able to recognize which models the API accepts, which ones it returns and do not provide information about all possible endpoints. The Swashbuckle package solves this disadvantage.by bill-s, 2017-07-28T07:11:45.000Z
Steve Sanderson has previously blogged about how his goal is to make ASP.NET Core the best backend choice for single-page applications (SPAs) built with frameworks such as Angular and React.by bill-s, 2017-07-29T03:48:56.000Z
The Composition APIs empower Universal Windows Platform (UWP) developers to do beautiful and powerful things when they access the Visual Layer. In the Windows 10 Creators Update, we made working with the Visual Layer much easier with new, powerful APIs.