dotNET Weekly
Add a link
LoginRegister
PrevJuly 2017Next
WSMTWTFS
262526272829301
272345678
289101112131415
2916171819202122
3023242526272829
31303112345

Want to receive every Tuesday the best .NET links?

Once subscribed you can login, submit a link and receive the weekly newsletter.

Join more than 4847 .NET professionals!

ASP.NET Core 2: New single page application templates

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.

ASP.NET Core MVC: Feature Folders

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.

ASP.NET Core Demystified - Routing in MVC

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.

Building Apps/Games for Xbox One Using UWP - Build Once and Target Many

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.

Automating .NET Core deployments to different platforms with Cake | Jeremy Lindsay

by bill-s, 2017-07-08T06:04:46.000Z

Recently I’ve been using Cake to automate code deployments to Windows and Ubuntu devices.

Code review request: a basic echo server using ASP.NET Core WebSockets

by bill-s, 2017-07-08T06:04:17.000Z

Code review request: a basic echo server using ASP.NET Core WebSockets

Local functions in C# 7.0

by 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.

.netc#

.NET Conf 2017

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.

C# 7.x and 8.0: Uncertainty and Awesomeness

by bill-s, 2017-07-07T21:06:22.000Z

A look at the things Microsoft have planned for the next versions of C#.

.netc#

Hosting Docker images on Azure Container Registry

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.

Practical Parallelization in C# with MapReduce, ProducerConsumer and ActorModel

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.

.NET Core solution management via the command line interface | Joseph Woodward, Software Developer

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.

Top 5 resources to learn .NET Core web development

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.

URLs are UI

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.

Walkthrough of Azure Cosmos DB Graph (Gremlin)

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.

Using Narrator and Dev Mode

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.

NewslettersAboutPrivacy Policy