dotNET Weekly
Add a link
LoginRegister
PrevOctober 2017Next
WSMTWTFS
3924252627282930
401234567
41891011121314
4215161718192021
4322232425262728
442930311234

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!

Debugging Cake on macOS with Mono

by bill-s, 2017-10-22T03:45:01.000Z

Cake recently released v0.22.0 which marked a huge milestone for the project. This is the first release of Cake to use Roslyn under the hood on Mono for compiling your build scripts.

Dissecting the pattern matching in C# 7 – Dissecting the code

by bill-s, 2017-10-20T07:36:58.000Z

C# 7 finally introduced a long-awaited feature called "pattern matching". If you're familiar with functional languages like F# you may be slightly disappointed with this feature in its current state, but even today it can simplify your code in a variety of different scenarios.

DotNetAnywhere: An Alternative .NET Runtime · Performance is a Feature!

by bill-s, 2017-10-21T02:59:07.000Z

undefined

Documenting the Web together

by bill-s, 2017-10-20T07:33:22.000Z

Today, we’re excited to share some big news for developers around the world wide web: We’re committing our resources towards making MDN Web Docs the best place to go for web API reference.

How to Create Charts for Your Web Apps Using ASP.NET

by bill-s, 2017-10-21T03:03:03.000Z

Despite the growing number of technologies, Microsoft’s ASP.NET is surprisingly one of the most commonly used server-side web application frameworks.

Overview of asymmetric encryption in .NET

by bill-s, 2017-10-21T03:04:37.000Z

Asymmetric encryption is based on a pair of cryptographic keys. One of the keys is public, i.e. anyone can have access to it.

.NET Core DevOps with Docker, Travis CI and Rancher – part 1 | Piotr Gankiewicz

by bill-s, 2017-10-21T03:04:06.000Z

Welcome to the first part about DevOps and automating the deployment for the .NET Core apps with the usage of Docker, Travis CI (I’ll also mention how to use BitBucket Pipelines) and Rancher.

Prevent IIS (and potentially other reverse proxies) from unexpectedly compressing ASP.NET Core response

by bill-s, 2017-10-21T03:01:44.000Z

My Server-Sent Events Middleware seems to be a mine of interesting issues. The latest one was about events being delivered with delay (in general one behind) under specific conditions.

Quick Starts - C# Guide

by bill-s, 2017-10-20T07:33:48.000Z

Welcome to the C# Quick starts. These start with interactive lessons that you can run in your browser.

RyuJIT Just-in-Time Compiler Optimization Enhancements

by bill-s, 2017-10-20T13:21:46.000Z

I’d like to tell you about some of the recent changes we’ve made as part of our ongoing work to extend the optimization capabilities of RyuJIT, the MSIL-to-native code generator used by .NET Core and .NET Framework

NewslettersAboutPrivacy Policy