Prev | July 2017 | Next | |||||
W | S | M | T | W | T | F | S |
26 | 25 | 26 | 27 | 28 | 29 | 30 | 1 |
27 | 2 | 3 | 4 | 5 | 6 | 7 | 8 |
28 | 9 | 10 | 11 | 12 | 13 | 14 | 15 |
29 | 16 | 17 | 18 | 19 | 20 | 21 | 22 |
30 | 23 | 24 | 25 | 26 | 27 | 28 | 29 |
31 | 30 | 31 | 1 | 2 | 3 | 4 | 5 |
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-08T06:04:44.000Z
With ASP.NET Core 2.0 Preview 2 there are new web application templates available for Single Page Applications (SPA). Currently Angular, React.js and React.js + Redux are supported.by bill-s, 2017-07-08T06:04:22.000Z
The default project structure has remained almost unchanged: folders for controllers, views, and often for models (or perhaps ViewModels). This approach is called Tech folders.by bill-s, 2017-07-08T06:04:20.000Z
ASP.NET Core MVC has introduced quite a few concepts that new (or new-to-ASP.NET) web developers might have some difficulty getting caught up with.by bill-s, 2017-07-08T05:17:04.000Z
With Windows 10, Microsoft introduced the Universal Windows Platform to target multiple Windows platforms from one project. Now with Xbox and more, the reach of UWP has expanded even further. Through this session we'll walk through getting your UWP projects on to Xbox using a variety of tools, from Visual Studio, Unity and MonoGame.by bill-s, 2017-07-08T06:04:46.000Z
Recently I’ve been using Cake to automate code deployments to Windows and Ubuntu devices.by bill-s, 2017-07-08T06:04:17.000Z
Code review request: a basic echo server using ASP.NET Core WebSocketsby bill-s, 2017-07-10T01:25:43.000Z
One of new features of C# 7.0 is support for local functions. Local functions are methods that are defined inside other methods to simplify more complex code. This blog post shows how to use local functions in C# 7.0 and gives some advice in context of technical design of code.by bill-s, 2017-07-08T06:04:24.000Z
.NET Conf is a free, 3 day virtual developer event co-organized by the .NET community and Microsoft.by bill-s, 2017-07-07T21:06:22.000Z
A look at the things Microsoft have planned for the next versions of C#.by bill-s, 2017-07-08T06:04:08.000Z
In one of the previous videos, as well as posts I described how to use Docker and Docker Hub in order to build and deploy applications written with ASP.NET Core. In this post, I’d like to introduce the Azure Container Registry which is an alternative to the well-known Docker Hub.by bill-s, 2017-07-08T06:04:12.000Z
The barrier of entry into multi-threading in .NET is relatively low as both Parallel Computing (making programs run faster) and Concurrent Programming (making programs more responsive) have been greatly simplified since the introduction of TPL and its friends (Parallel and PLINQ) in .NET4.0.by bill-s, 2017-07-08T06:04:18.000Z
One of the strengths boasted by .NET Core is its new command line interface (CLI for short), and by now you're probably aware that Visual Studio, Rider, Visual Studio Code etc shell out to the .NET Core CLI under the bonnet for most .NET Core related operations, so it makes sense that what you're able to do in your favourite IDE you're also able to do via the CLI.by bill-s, 2017-07-08T06:04:17.000Z
When it comes to something as new and quickly changing as .NET Core, and all the other tech that runs on top of it, such as ASP.NET Core and Entity Framework Core, it can be quite daunting trying to keep up with all the changes that Microsoft keeps introducing after finding a seemingly sane and workable solution.by bill-s, 2017-07-08T06:04:15.000Z
So many folks spend time on their CSS and their UX/UI but still come up with URLs that are at best, comically long, and at worst, user hostile.by bill-s, 2017-07-08T06:04:21.000Z
I show you the general tasks of Azure Cosmos DB Gremlin (graph) for your first use, and a little bit dive into the practical usage of graph query.by bill-s, 2017-07-08T06:04:16.000Z
Screen readers are often used by people with blindness or low vision to navigate apps. Use Narrator to test the screen reading experience of your app.