I create the simple Windows Forms Application project in vs 2019 version 16.3.1 with target .NetCore 3.0.
when I'm trying to use the SqlClient in System.Data.SqlClient and use the open Method, Appears two open() Methods.
one of this method has * chars, that is IntelliCode Suggestion.
this image:
how to use IntelliCode Suggestion?
