{"id":65658,"date":"2021-07-10T04:10:06","date_gmt":"2021-07-10T08:10:06","guid":{"rendered":"http:\/\/bangla.salearningschool.com\/recent-posts\/deploying-net-windows-applications-misc-net\/"},"modified":"2021-07-10T04:10:06","modified_gmt":"2021-07-10T08:10:06","slug":"deploying-net-windows-applications-misc-net","status":"publish","type":"post","link":"http:\/\/bangla.sitestree.com\/?p=65658","title":{"rendered":"Deploying .Net Windows Applications #Misc .Net"},"content":{"rendered":"<p>Brought from our old-site:http:\/\/salearningschool.com\/displayArticle.php?table=Articles&amp;articleID=797&amp;title=Deploying%20.Net%20Windows%20Applications<\/p>\n<p>Deploying .Net Windows Applications<\/p>\n<ul>\n<li> Ways to deployment: XCOPY, Automated setup application<\/li>\n<li> Use XCOPY only when there is no external dependencies other than .Net framework. And it is guaranteed that .Net framework is installed in all the target machines. Also, make sure the application directory contains all the files<\/li>\n<li> Command example: XCOPY d:myApplication c:deployedApplication \/s  &#8212; \/s indicates subdirectories will also be copied<\/li>\n<li>Setup Applications: two types: setup projects and merge module projects<\/li>\n<li> Setup projects: installs your application to the target machine<\/li>\n<li> Merge module projects: Used to deploy controls and components. It can be merged with a setup project<\/li>\n<li> To create setup project: File Menu-&gt;Add Project -&gt; New Project-&gt;setup project-&gt; setup project creation wizard comes. Select options as appropriate. It will be mostly common sense.<\/li>\n<li> Merge module project: File Menu-&gt;Add Project -&gt; New Project-&gt;setup and deployment project-&gt; setup wizard. Select options as appropriate. It will be mostly common sense.<\/li>\n<li> Setup project is also displayed in the project explorer. Right click and select properties to provide build properties.<\/li>\n<\/ul>\n<p> From: http:\/\/sitestree.com\/?p=3757<br \/> Categories:Misc .Net<br \/>Tags:<br \/> Post Data:2016-07-17 08:30:59<\/p>\n<p>\t\tShop Online: <a href='https:\/\/www.ShopForSoul.com\/' target='new' rel=\"noopener\">https:\/\/www.ShopForSoul.com\/<\/a><br \/>\n\t\t(Big Data, Cloud, Security, Machine Learning): Courses: <a href='http:\/\/Training.SitesTree.com' target='new' rel=\"noopener\"> http:\/\/Training.SitesTree.com<\/a><br \/>\n\t\tIn Bengali: <a href='http:\/\/Bangla.SaLearningSchool.com' target='new' rel=\"noopener\">http:\/\/Bangla.SaLearningSchool.com<\/a><br \/>\n\t\t<a href='http:\/\/SitesTree.com' target='new' rel=\"noopener\">http:\/\/SitesTree.com<\/a><br \/>\n\t\t8112223 Canada Inc.\/JustEtc: <a href='http:\/\/JustEtc.net' target='new' rel=\"noopener\">http:\/\/JustEtc.net (Software\/Web\/Mobile\/Big-Data\/Machine Learning) <\/a><br \/>\n\t\tShop Online: <a href='https:\/\/www.ShopForSoul.com'> https:\/\/www.ShopForSoul.com\/<\/a><br \/>\n\t\tMedium: <a href='https:\/\/medium.com\/@SayedAhmedCanada' target='new' rel=\"noopener\"> https:\/\/medium.com\/@SayedAhmedCanada <\/a><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Brought from our old-site:http:\/\/salearningschool.com\/displayArticle.php?table=Articles&amp;articleID=797&amp;title=Deploying%20.Net%20Windows%20Applications Deploying .Net Windows Applications Ways to deployment: XCOPY, Automated setup application Use XCOPY only when there is no external dependencies other than .Net framework. And it is guaranteed that .Net framework is installed in all the target machines. Also, make sure the application directory contains all the files Command example: XCOPY &hellip; <\/p>\n<p><a class=\"more-link btn\" href=\"http:\/\/bangla.sitestree.com\/?p=65658\">Continue reading<\/a><\/p>\n","protected":false},"author":8,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_jetpack_memberships_contains_paid_content":false,"footnotes":""},"categories":[1917],"tags":[],"class_list":["post-65658","post","type-post","status-publish","format-standard","hentry","category-fromsitestree-com","item-wrap"],"jetpack_featured_media_url":"","jetpack_sharing_enabled":true,"jetpack-related-posts":[{"id":23194,"url":"http:\/\/bangla.sitestree.com\/?p=23194","url_meta":{"origin":65658,"position":0},"title":"Deploying .Net Windows Applications #Root #By Sayed Ahmed","author":"Author-Check- Article-or-Video","date":"March 26, 2021","format":false,"excerpt":"Ways to deployment: XCOPY, Automated setup application Use XCOPY only when there is no external dependencies other than .Net framework. And it is guaranteed that .Net framework is installed in all the target machines. Also, make sure the application directory contains all the files. Command example: XCOPY d:myApplication c:deployedApplication \/s\u2026","rel":"","context":"In &quot;FromSitesTree.com&quot;","block_context":{"text":"FromSitesTree.com","link":"http:\/\/bangla.sitestree.com\/?cat=1917"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":69928,"url":"http:\/\/bangla.sitestree.com\/?p=69928","url_meta":{"origin":65658,"position":1},"title":"Deploying .Net Windows Applications #18","author":"Author-Check- Article-or-Video","date":"August 22, 2021","format":false,"excerpt":"Ways to deployment: XCOPY, Automated setup application Use XCOPY only when there is no external dependencies other than .Net framework. And it is guaranteed that .Net framework is installed in all the target machines. Also, make sure the application directory contains all the files. Command example: XCOPY d:myApplication c:deployedApplication \/s\u2026","rel":"","context":"In &quot;FromSitesTree.com&quot;","block_context":{"text":"FromSitesTree.com","link":"http:\/\/bangla.sitestree.com\/?cat=1917"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":69934,"url":"http:\/\/bangla.sitestree.com\/?p=69934","url_meta":{"origin":65658,"position":2},"title":"Understanding .Net Application Deployment: .Net Deployment Features #18","author":"Author-Check- Article-or-Video","date":"August 22, 2021","format":false,"excerpt":"Features you are required to understand: No-impact applications: isolate applications, remove DLL effects, Keeping the Components Private: components available only to the application, Controlled Code Sharing using GAC, Side by Side Versioning: Multiple versions of the same application, Xcopy Deployment: Without registry entries (copy to a directory), On the fly\u2026","rel":"","context":"In &quot;FromSitesTree.com&quot;","block_context":{"text":"FromSitesTree.com","link":"http:\/\/bangla.sitestree.com\/?cat=1917"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":65660,"url":"http:\/\/bangla.sitestree.com\/?p=65660","url_meta":{"origin":65658,"position":3},"title":"Understanding .Net Application Deployment: .Net Deployment Features #Misc .Net","author":"Author-Check- Article-or-Video","date":"July 10, 2021","format":false,"excerpt":"Brought from our old-site: http:\/\/salearningschool.com\/displayArticle.php?table=Articles&articleID=1116&title=Understanding%20.Net%20Application%20Deployment:%20.Net%20Deployment%20Features Features you are required to understand: No-impact applications: isolate applications, remove DLL effects, Keeping the Components Private: components available only to the application, Controlled Code Sharing using GAC, Side by Side Versioning: Multiple versions of the same application, Xcopy Deployment: Without registry entries (copy to\u2026","rel":"","context":"In &quot;FromSitesTree.com&quot;","block_context":{"text":"FromSitesTree.com","link":"http:\/\/bangla.sitestree.com\/?cat=1917"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":68997,"url":"http:\/\/bangla.sitestree.com\/?p=68997","url_meta":{"origin":65658,"position":4},"title":"Hello World Application in Intellij: With Setup: Other Demo on Projects and Uses #61","author":"Author-Check- Article-or-Video","date":"August 9, 2021","format":false,"excerpt":"Hello World Application in Intellij Struts Local History Improved debugger user interface <!-- Version 7.0 M1 --> IntelliJ IDEA on Rails Ruby JBoss Using GUI Designer GoogleSearch Plugin More Intellij Demos From: http:\/\/sitestree.com\/?p=4944 Categories:61Tags: Post Data:2012-02-04 01:46:07 Shop Online: <a href='https:\/\/www.ShopForSoul.com\/' target='new' rel=\"noopener\">https:\/\/www.ShopForSoul.com\/<\/a> (Big Data, Cloud, Security, Machine Learning): Courses:\u2026","rel":"","context":"In &quot;FromSitesTree.com&quot;","block_context":{"text":"FromSitesTree.com","link":"http:\/\/bangla.sitestree.com\/?cat=1917"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":70279,"url":"http:\/\/bangla.sitestree.com\/?p=70279","url_meta":{"origin":65658,"position":5},"title":"Providing Help in an ASP.Net Web-application #.Net Web Applications","author":"Author-Check- Article-or-Video","date":"August 31, 2021","format":false,"excerpt":"Brought from: http:\/\/salearningschool.com\/displayArticle.php?table=Articles&articleID=1124&title=Providing%20Help%20in%20an%20ASP.Net%20Web-application Use the Tooltip attribute of the ASP.Net controls to display help in Tooltip text You can create HTML pages to provide\/show help. Just as a simple web-page You can use Web Forms to display help information You can display help using HTML Help Viewer You can use\u2026","rel":"","context":"In &quot;FromSitesTree.com&quot;","block_context":{"text":"FromSitesTree.com","link":"http:\/\/bangla.sitestree.com\/?cat=1917"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]}],"_links":{"self":[{"href":"http:\/\/bangla.sitestree.com\/index.php?rest_route=\/wp\/v2\/posts\/65658","targetHints":{"allow":["GET"]}}],"collection":[{"href":"http:\/\/bangla.sitestree.com\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"http:\/\/bangla.sitestree.com\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"http:\/\/bangla.sitestree.com\/index.php?rest_route=\/wp\/v2\/users\/8"}],"replies":[{"embeddable":true,"href":"http:\/\/bangla.sitestree.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=65658"}],"version-history":[{"count":0,"href":"http:\/\/bangla.sitestree.com\/index.php?rest_route=\/wp\/v2\/posts\/65658\/revisions"}],"wp:attachment":[{"href":"http:\/\/bangla.sitestree.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=65658"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"http:\/\/bangla.sitestree.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=65658"},{"taxonomy":"post_tag","embeddable":true,"href":"http:\/\/bangla.sitestree.com\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=65658"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}