Hello everyone. I am a new user in this forum, and I've begun studying VB.NET 2019. I have a large application in my mind, which i want to break it into several projects.
For example for the X company solution there will be a project that keeps record the company's structure, employee information, employee departments as well as login mechanism, user rights. Other projects will be assigned to each department according to its duties and job and will be included to the solution.
So, If is place these projects in the same solution, is it possible for these projects to integrate each other? For example what about if i want to pass the login user information from the login project, to his department work interface project and so on? And if this can be done through the RDMS, how about the scope of each project variables? Is there any way variables of X project to be accesible from Y project?
Thank you in advance.
For example for the X company solution there will be a project that keeps record the company's structure, employee information, employee departments as well as login mechanism, user rights. Other projects will be assigned to each department according to its duties and job and will be included to the solution.
So, If is place these projects in the same solution, is it possible for these projects to integrate each other? For example what about if i want to pass the login user information from the login project, to his department work interface project and so on? And if this can be done through the RDMS, how about the scope of each project variables? Is there any way variables of X project to be accesible from Y project?
Thank you in advance.