dotNET Weekly
Add a link
LoginRegister
PrevJune 2018Next
WSMTWTFS
22272829303112
233456789
2410111213141516
2517181920212223
2624252627282930

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!

10 reasons why C# is alive and kicking in 2018

by bill-s, 2018-06-11T20:28:28.099Z

"Is C# still worth learning today?" is a question that pops up from time to time. Your JavaScript hipster friend might think it's not, but let's take a look at some shot from the hip reasons why he's wrong.

c#

C# Pattern Matching: Are The Official Docs Lying?

by jamesmh_dev, 2018-06-11T16:34:35.112Z

Do the official Microsoft docs tell the truth about of C# pattern matching? By playing around with this feature, we'll discover that may not be the case!

.netc#asp.net-core

Creating a simple API Gateway in ASP.NET Core – Mircea Oprea

by bill-s, 2018-06-08T03:30:48.143Z

In a previous article of mine, JWT Authentication for Microservices in .NET, I have looked into creating an authentication microservice. This would be used to validate the identity of the user’s identity before performing any action in other components of the system.

asp.net-core

Getting started with Docker and Kubernetes on Windows 10

by bill-s, 2018-06-08T03:30:28.951Z

Getting started with Docker and Kubernetes on Windows can be daunting when you don’t know where to begin.

docker

.NET Managed + C Unmanaged: What’s the Cost?

by Dandy123, 2018-06-08T09:56:26.333Z

When I was programming in C#, I used to send all recursive tasks to an unmanaged C code, since the .NET performance was problematic. And now, looking back at my past experience, I think of the benefits of such code division. Do I really benefit from it, and if yes, how much? What is the best way of building API with such approach?

.netc#visual-studio

Under the hood of ASP.NET Core WebHooks - Routing

by tpeczek, 2018-06-11T08:56:38.905Z

This is a second post in my series about ASP.NET Core WebHooks. As promised it will be focused on machinery which makes it possible for a WebHook request to find matching action.

asp.net-core

Type Conversion in .NET

by Dandy123, 2018-06-13T13:05:34.829Z

Such a simple topic as type conversion would seem to be unworthy of the whole article. In C#, there is a suitable operator “(T)value” and types that implement it. So, this topic may be considered as closed. However, for 14 years of .NET existence, BCL developers and other programmers have come up with other four ways to convert value types.

.netc#

Using npm, Webpack, and TypeScript to create simple ASP.NET Core web app

by Dandy123, 2018-06-11T14:28:14.077Z

This tutorial is written primarily to demonstrate how to quickly create a simple application with support for npm, Webpack, and TypeScript based on an initial ASP.NET Core application template (which will run debugging from Visual Studio).

.netasp.netasp.net-corevisual-studiovs

NewslettersAboutPrivacy Policy