Visual Basic .NET Standard Edition

M

Mike Rogers

I cannot afford VS Professional..so am looking at VB NET Standard.

I know that I can't create "class libraries" -

1)do they mean I can't add classes to my projects? ASP Net or VB? or even a module?
2)Does this mean you can't compile a code behind dll in an ASP Net application?
3) Can I still add ascx files to a ASP NET application?

4) Presumably I can still add a COM dll reference in either a ASP NET or VB app?

thanks!

Mike
 
B

Brian

You can use the command line compiler to create a class library.

Example:

vbc /t:library /out:MyLibrary myclass.vb
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top