Click here to Skip to main content
15,893,190 members
Everything / NET7

NET7

NET7

Great Reads

by Matthew Dennis
Option Binding for a ConcurrentDictionary that works in NET6 fails in NET7. This is a workaround.

Latest Articles

by Matthew Dennis
Option Binding for a ConcurrentDictionary that works in NET6 fails in NET7. This is a workaround.

All Articles

Sort by Score

NET7 

29 Nov 2022 by Matthew Dennis
Option Binding for a ConcurrentDictionary that works in NET6 fails in NET7. This is a workaround.
24 Sep 2023 by Graeme_Grant
With GMail, you don't use your normal account and password. You need to generate a "special" app paasword for the email address that you want to use. Please read this: Sign in with app passwords - Gmail Help[^] Here is a quick'n'dirty (tested &...
27 Dec 2022 by Sascha Manns
Currently i have two javascripts: (function ($) { $(".video-toggle").on("click", function () { let $btn = $(this); let $video = $("#video-" + $btn.attr("data-id")); if ($btn.text() == "Video ansehen") { ...
12 Feb 2023 by Member 11663142
Hello, my code/event is losing link with control. I create the controls and such, I double click and insert my code, but when I compile and execute the commands they don't work, so I go back to the control, double click on it but it creates a new...
12 Feb 2023 by OriginalGriff
We have no access to your system - so we have no way to check exactly what you have done. And your need to be looking at your system to even start working out what is happening. So create a new solution, add a WinForms project, and drop a button...
12 Feb 2023 by Dave Kreskowiak
The two subs you highlighted don't have Handles clauses on them. They have no idea they are supposed to handle events without them. Private Sub Form1_Load(sender As Object, e As EventArgs) Handles MyBase.Load The same goes for the menu toolstrip...
8 Aug 2023 by Nguyễn Tuấn Anh 921
Dear all. I follow the link to custome IdentityTable. Custom User Management in ASP.NET Core MVC with Identity[^] I have config in MVCContext public class MVCContext : IdentityDbContext { public...
24 Sep 2023 by Member 11400059
hi. I try create asp.net core MVC with .NET 7. I create class for send email to user for confirm their email. but I get this error: SmtpException: The SMTP server requires a secure connection or the client was not authenticated. The server...