c# - What type of class library to use? -
this question has answer here:
i want make project, using c#, can reference in vb.net winforms application. seems need create c# dll so, i'm thinking means assembly (or maybe com?)
this first time attempting such have basic question; type of project need create?
i'm thinking class library, need .net framework one, .net standard one, portable one, universal windows 1 or windows runtime component (universal windows)? (the latter 2 seem unlikely culprits, don't know i'm at!)
documentation , articles i've come across far either assume know type of project create or says "create new class library project" - type of class library?
any documentation , articles "create new class library" predate plethora of types of class libraries available. then, only type of class library .net framework
1 - that's i'd suggest create now.1
at end of day, if turns out bad choice not take long create class library project , copy files across one.
also, no com involved.
1you choose .net standard if want "modern" choice not matter unless you're planning offer library component other developers use.
Comments
Post a Comment