dotNET Weekly
Add a link
LoginRegister
PrevApril 2020Next
WSMTWTFS
142930311234
15567891011
1612131415161718
1719202122232425
18262728293012

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!

Consuming GraphQL in C#

by bill-s, 2020-04-17T01:52:09.561Z

In this episode, Brandon show us how to consume a GraphQL endpoint from a C# client, specifically an iOS + Android written in C# using Xamarin.

c#

Building GraphQL APIs with ASP.NET Core

by yekuta, 2020-04-14T09:49:29.118Z

In this article, we will see what’s GraphQL, what it solves, how to build a simple GraphQL back-end for our ASP.NET Core project and also how to consume this GraphQL. Before starting, notice that you can find the demonstrated project on Github.

asp.net-core

Creating a CRUD API with Node, Express, and gRPC

by bill-s, 2020-04-17T01:43:32.967Z

Speed is becoming increasingly valuable in the web world. Developers launching new releases of software, frameworks, and libraries have certainly invested a lot of time in decreasing numbers regarding loading time, request processing, and resource consumption. HTTP/2, for example, was born through a myriad of optimizations that led the web to a more robust, faster, and lighter zone than we’ve ever been before.

javascript

GitHub is now free for teams

by bill-s, 2020-04-17T01:51:26.716Z

We’re happy to announce we’re making private repositories with unlimited collaborators available to all GitHub accounts. All of the core GitHub features are now free for everyone. Until now, if your organization wanted to use GitHub for private development, you had to subscribe to one of our paid plans. But every developer on earth should have access to GitHub. Price shouldn’t be a barrier.

github

Global Exception Handling in ASP.NET Core Web API

by bill-s, 2020-04-17T01:54:30.220Z

A good web API is consistent and follows established patterns for communicating error states to the client, leveraging the appropriate HTTP status codes. To that end, a global exception handler can be very helpful in consolidating a service’s error handling logic in one place and translating errors into the appropriate responses to send back to the client. In this post I’ll show you how you can plug custom exception-handling logic into the ASP.NET Core request pipeline to handle any exceptions that are thrown in your API.

asp.net-core

File transfer app with Blazor

by mirceateodor.oprea@gmail.com, 2020-04-13T20:31:12.613Z

Learn how to build a file transfer web application with Blazor and AWS!

.net-coreasp.net-coreblazor

GitHub Protips: Tips, tricks, hacks, and secrets from Lee Reilly

by bill-s, 2020-04-13T05:24:27.516Z

I’ve been using GitHub as an engineering, business development, and marketing manager for over 10 years now—quite the career trajectory! Along the way, I’ve picked up a few tricks to manage my notifications, quickly locate content and create pull requests, push markdown to its limits, and personalize my experience with some third party extensions. I’m sharing a few of my favorites, and hopefully there’s something new and helpful for you.

github

Mobius – .NET runtime running on .NET Core

by bill-s, 2020-04-13T05:17:51.152Z

.NET application is “just” a piece of CIL bytecode to be executed by the .NET runtime. And .NET runtime is “just” a program that is able to perform this task. It happens that currently .NET Framework/.NET Core runtimes are written in C++. I am also fully aware of CoreRT that was .NET runtime with many parts rewritten to C# (like type system) but still, crucial parts (including JIT compiler and the GC) were left written in C++.

.net

Publish VSCode extension using GitHub Actions

by bill-s, 2020-04-17T01:53:27.362Z

GitHub Actions allow you to build complex workflows to automate your build and deployment processes. Built on top of Azure Pipelines, Actions allow you to maintain your workflows along with your code. In this post, we will see how we can implement CICD flow for a sample Visual Studio Code extension to deploy it to Visual Studio Marketplace.

vs

Reporting API in ASP.NET Core - Network Error Logging

by tpeczek, 2020-04-15T09:07:25.968Z

Reporting API aims at providing a framework for browsers to deliver reports about various issues to the servers. This post explores how Network Error Logging can be used with ASP.NET Core.

asp.net-core

When to Mock

by bill-s, 2020-04-17T01:50:37.173Z

The use of mocks in unit testing is a controversial topic (maybe less so now than several years ago). I remember how, throughout my programming career, I went from mocking almost every dependency, to the "no-mocks" policy, and then to "only mock external dependencies". None of this practices are good enough. In this article, I’ll show you which dependencies to mock, and which to use as is in your tests.

testing

Using Azure Monitor source map support to debug JavaScript errors

by bill-s, 2020-04-17T02:50:22.574Z

Azure Monitor’s new source map support expands a growing list of tools that empower developers to observe, diagnose, and debug their JavaScript applications.

azure

Updates to Azure Maps Web SDK includes powerful new features

by bill-s, 2020-04-17T02:49:29.745Z

Today, we are announcing updates to the Azure Maps Web SDK, which adds support for common spatial file formats, introduces a new data driven template framework for popups, includes several OGC services, and much more.

azure

NewslettersAboutPrivacy Policy