Buy Questpond's video subscriptions on
huge discount
.
Online: 2741
Home
Articles
Interviews
Forums
For Beginners
Popular Questions
ITIL Career Advice
PMP Career Advice
Career Advices
Codes
Videos
ASP.NET
ASP.NET MVC
Android Intel XDK
Sql Server
AngularJS
Bootstrap
Backbone.JS
MongoDB
LESS (CSS)
jQuery
WPF
WWF
SSIS
LightSwitch
Tutorials
News
ASP.NET MVC
|
Be Interview Ready
|
Top Performers
|
DNF MVP
|
Top Posts
|
Winners
|
Subscribe
|
Catalogs
Welcome Guest !
Register
Login
Home
>
Forums
>
Visual Studio
>
Loading ...
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
Write New Post
|
Search Forums
|
Resolved Posts
|
Un Answered Posts
|
Forums Home
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
[Resolved]
Reply
|
Reply with Attachment
Alert Moderator
Responses
Posted by:
Rajnilari2015
on: 2/16/2016
[Member]
[Microsoft_MVP]
[MVP]
Platinum
|
Points: 50
0
@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
Latest Posts
How to get the exact property name while getting error
(0)
PDB file is not showing Line Number in dot net application hosted on server
(0)
Both Strings morethan 5 letters in length end of the words one vowel and one consonent is different
(0)
how to check Any adjacent letters transposed between two strings(ex: JOHN, JHON)
(1)
can't receive data after success login ?
(1)
Implement Multi-Tenant in Azure Logic Apps
(0)
Why ASP.Net Core 7.0 Web API showing as Connection refused?
(0)
Iterating over columns of dataframe and print as rows in Python Django
(0)
More ...