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!

ASP.NET Core 2.1 Goes RC: An Interview with Daniel Roth

by elmira_dam, 2018-05-30T14:37:16.847Z

Catch all the latest news about the RC release of ASP.NET Core 2.1 in Ed Charbeneau's interview with Daniel Roth at Microsoft Build 2018.

.net-coreasp.net-core

Dependency injection into actions in ASP.NET Core MVC 2.1

by bill-s, 2018-05-29T02:54:01.976Z

A few years ago I blogged about dependency injection directly into actions in ASP.NET Web API. The idea is quite simple – instead of injecting all of your dependencies via the controller’s constructor, you can inject them as parameters into the action handling a given HTTP request.

asp.net-core

In case you missed it: 10 of your questions from our GDPR webinars

by bill-s, 2018-05-29T02:39:45.469Z

During the last few months, I’ve spoken with a lot of Azure customers, both in person and online, about how to prepare for the May 25, 2018 deadline for compliance with the EU’s General Data Protection Regulation (GDPR). The GDPR imposes new rules on companies, government agencies, non-profits, and other organizations that offer goods and services to people in the European Union (EU), or that collect and analyze data tied to EU residents. The GDPR applies no matter where you are located. The GDPR will dramatically shift the landscape for data collection and analysis, since under the GDPR, many practices that were commonplace will be forbidden, and companies must take care in assessing their exposure and how to comply.

events

Life of a C# Developer: How to build and test an AWS Lambda locally

by bill-s, 2018-05-29T02:46:47.273Z

Given that, I decided to share my developer experience building, testing and deploying AWS Lambda functions in the .NET world. Not a “Hello World” example, but rather a real-world scenario, where some services integrate with each other. Since a Serverless function is a tiny piece of code in a much larger process, how can I test the flow on my development machine?

tools

Refactoring Legacy Monoliths – Part 4: Refactoring Tools

by jamesmh_dev, 2018-05-29T16:49:39.369Z

As a software developer, it's important to know what tools are available to you. Tedious and repetitive tasks or large "one-off" time-consuming tasks can often be automated by third-party tooling. And yes - sometimes it's even worth purchasing some of these tools with your own money. Specifically, when refactoring, we should have some knowledge of what refactoring tools are available to us. Continuing my "Refactoring Legacy Monoliths" series - I want to go over a few tools that I've found super helpful and worth investing in. To make this blog post more useful than a list of products, I'll go through some high-level steps of a plan that you might also find helpful when tackling a major refactoring expedition on a large project, and highlight some of these tools along the way.

.netvisual-studiotools

NewslettersAboutPrivacy Policy