I guys I am currently doing a project and would like some help I am pretty new at this and was wondering if I might get some assistance.
I have these 4 questions which I need help with.. ".net"
1 - ok I created a class library and used ClassLibrary8 as my project name. Now I want to wrap my classes in a root namespace called Apr14VBNET and name my assembly VBNET123. What do I need to do?
2 - What is the namespace of this class:
System.Data.SqlClient.SqlDataAdapter
3 - I'm creating a class called Employee and I'd like to make the method
GetPerformanceHistory available to derived classes only. Which access
modifier should I use?
I have these 4 questions which I need help with.. ".net"
1 - ok I created a class library and used ClassLibrary8 as my project name. Now I want to wrap my classes in a root namespace called Apr14VBNET and name my assembly VBNET123. What do I need to do?
2 - What is the namespace of this class:
System.Data.SqlClient.SqlDataAdapter
3 - I'm creating a class called Employee and I'd like to make the method
GetPerformanceHistory available to derived classes only. Which access
modifier should I use?