dotNET Weekly
Add a link
LoginRegister
PrevDecember 2019Next
WSMTWTFS
4824252627282930
491234567
50891011121314
5115161718192021
5222232425262728
12930311234

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!

Azure DevOps - Service Containers & Docker Compose

by bill-s, 2019-12-25T10:01:22.755Z

I've been wrestling a bit with using service containers in an Azure DevOps pipeline. The idea is to spin up some services (in my case three instances of NATS) that I then use to run my tests against. I failed miserably. I spent several hours trying different combinations. And finally gave up and used Docker Compose instead.

.net

Testing – When is Enough, Enough?

by bill-s, 2019-12-25T09:55:16.706Z

As you move through the application development process on the way to your planned deployment, have you ever felt any doubts regarding the quality of your solution? Have you ever wondered if you considered all the use cases for functional testing? Have you wondered if you defined the right types of loads for load testing? What about regression testing – was it completed to the depth needed? And usability and accessibility testing – are you comfortable checking them off? Do you have a test strategy – and is it effective? Is there room for improvement in any of these areas? Will my users be delighted? Ask yourself, am I ready to ship?

.net

Learn React Portals by example

by bill-s, 2019-12-25T09:57:40.654Z

In this article, we’re going to take a look at a real world application for React Portals and explain how it can be helpful for solving the overflow:hidden problem on a tooltip example.

javascript

The ultimate guide to secure cookies with web.config in .NET

by bill-s, 2019-12-23T19:11:08.348Z

How to secure your cookies in ASP.NET and MVC, using Secure and HttpOnly attributes. Also, learn about Cross-site tracing and Cross-site request forgery.

.net

NewslettersAboutPrivacy Policy