Willingly to know every options in project option of Visual Studio [Resolved]

Posted by Amatya under Visual Studio on 2/16/2016 | Points: 10 | Views : 1423 | Status : [Member] | Replies : 1
What is Deployment dependencies, project dependencies, ASP .Net Configuration, Package/public setting, Add Service reference in project option in Visual Studio?

Feel free to share informations.
mail Id ' adityagupta200@gmail.com
Thanks



Responses

Posted by: Rajnilari2015 on: 2/16/2016 [Member] [Microsoft_MVP] [MVP] Platinum | Points: 50

Up
0
Down

Resolved
@Amatya Sir,

Deployment and Dependencies : The deployment tools in Visual Studio automatically detect dependencies and add them to the deployment project whenever a project output group, assembly, or merge module is added to the project. ( https://msdn.microsoft.com/en-in/library/12w3fhd2(v=vs.80).aspx )

Project dependencies: Suppose we are building a project where it needs certains dlls. e.g. We need to use the Logging feature of Log4net. In that case, without adding the dlls of Log4Net we cannot use it's API's/functions etc. This is project dependencies

ASP .Net Configuration : We have the web.config file where we configure the values e.g. the DB connecton String or any custom section or say a file path location.

Package/public setting : For packing the application and publishing that.For this reason we use the Publish Wizard .Please read this ( https://msdn.microsoft.com/en-us/library/dd465323(v=vs.110).aspx ) for a step by step guidance.

Add Service reference : For adding a web service or WCF service reference to the project so that the Client can consume those. The Service Reference window displays a list of available services on a specific server.

Hope this helps

--
Thanks & Regards,
RNA Team

Amatya, if this helps please login to Mark As Answer. | Alert Moderator

Login to post response