473,771 Members | 2,297 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

no-touch deployment book

Hi Everyone,

I'm really struggling to get no-touch deployment to work well (if at all, in some
cases).

Can anyone recommend a good book on this topic?
There seem to be a lot of blogs about "no-touch deployment"/"smart clients" but
nothing that explains the entire technology, how to implement it effectively or the
various aspects involved - in any step-by-step, cohesive manner.

Also, is no-touch deployment worth pursuing?
I've read arguments for and against.
The lack of books on the topic lead me to believe that it's still in a prototypical,
"test out the waters" stage.
Should I wait for Whidbey, Longhorn, etc? How will these "improve" no-touch
deployment, if at all?

The ease of deployment it offers sounds very exciting - but I can't yet get it to
work very well.

Any help would be greatly appreciated.

Thanks
Wobbles
Nov 15 '05 #1
4 2130
"wobbles" <.> wrote in message
news:35******** *************** *********@4ax.c om...
Hi Everyone,

I'm really struggling to get no-touch deployment to work well (if at all, in some cases).

Can anyone recommend a good book on this topic?
There seem to be a lot of blogs about "no-touch deployment"/"smart clients" but nothing that explains the entire technology, how to implement it effectively or the various aspects involved - in any step-by-step, cohesive manner.

Also, is no-touch deployment worth pursuing?
I've read arguments for and against.
The lack of books on the topic lead me to believe that it's still in a prototypical, "test out the waters" stage.
Should I wait for Whidbey, Longhorn, etc? How will these "improve" no-touch deployment, if at all?

The ease of deployment it offers sounds very exciting - but I can't yet get it to work very well.

Hi Wobbles,

Since you've been looking around, I suppose you've already read most of the
available articles on the Web. Just in case, here's a link to several
articles on the subject:

http://www.windowsforms.net/Default....=40#Deployment

When I started doing this stuff there weren't any books and I had to figure
it out on my own. Additionally, Chris Sells wrote a series of articles that
helped me immensely. I haven't bought his Windows Forms in C# book yet, but
you may want to stop by the bookstore and take a peek to see if any of the
goodness of his articles made it into the book.

Some of the toughest issues to work through, as you may know by now, have to
do with security. I've found the .NET Security/Addison Wesley book to be a
very good resource. It certainly assisted in my own understanding of the
underlying nature of CAS and set the foundation to help me figure out how to
work around NTD security problems. There are also many CAS resources at
MSDN that are very helpful.

For the customer that I build NTD apps for, their opinion was that the
benefits outweighed the technical difficulty of implementation. Seeing all
the articles and conference coverage of One-Touch in upcoming versions of
VS.NET, makes me believe that many more people feel that NTD is a viable
deployment model.

Joe
--
http://www.csharp-station.com
Nov 15 '05 #2
Hi,

Thanks for posting. Here are some additional resources for you:

Security and Versioning Models in the Windows Forms Engine Help You Create
and Deploy Smart Clients
http://msdn.microsoft.com/msdnmag/is...s/default.aspx

This is a really good article on non-touch deployment subject.

Deploying .NET Framework-Based Applications
http://www.microsoft.com/downloads/d...E2D-D03F-4B19-
9025-6B87E6AE0DA6&di splaylang=en

This is a comprehensive lifecycle guide for deploying .Net applications.
There are some sections for non-touch deployment as well.

I hope the information is useful to you.

Regards,

Felix Wang
Microsoft Online Partner Support
Get Secure! - www.microsoft.com/security
This posting is provided "as is" with no warranties and confers no rights.

Nov 15 '05 #3
wobbles wrote:

Any help would be greatly appreciated.


In addition to the good links that Joe and Felix gave you, MS have an
application block that implements one touch deployment in such a way as
to bypass some of the security restrictions, A little more complex, but
may be what you are after.

<http://msdn.microsoft.com/library/de...y/en-us/dnbda/
html/updater.asp>

Cheers Tim.
Nov 15 '05 #4
<snip>

Hi Guys,

Thanks for the links.
I've seen some of them before but obviously a few I had missed!

This one looks particularly useful:
http://www.windowsforms.net/Default....=40#Deployment

The updater is also new to me, but interesting. I'll have to investigate.
Anyway, thanks for replying.
I also think that no-touch is a great selling point for .Net.
Many of the problems we used to have (during my previous job) was to do with
deployment and versioning, rather than with the application itself.

Thanks again. I really appreciate the help.
Wobbles

======= Some gripes =======
I think one strategy that perhaps Microsoft could adopt is a better naming scheme for
their technologies.
Searching for "C#", ".Net" or "no-touch deployment" is actually quite hard, because
people call them different things - "csharp", "dotnet", "NTD" or "smart client", etc.

Many search forms also don't like the "#" so a "C#" becomes a search for "C".

:-(
Nov 15 '05 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
5059
by: banaticus | last post by:
What does this error message mean? What can I do to fix it? Here'e the command that I just tried running, and the messages that I received. I just barely unpacked python. linux:/Python-2.4 # ./configure checking MACHDEP... linux2 checking EXTRAPLATDIR... checking for --without-gcc... no checking for --with-cxx=<compiler>... no
2
4381
by: asdf | last post by:
Hello, I was enjoying working in VS for half a year without any problems and now I cannot debug anymore. Without any really reason my Studio tells me that the page that I want to debug has - No symbols loaded. I use VS v1.7.3088 and .NET framework v1.1.4322 SP1. I work with ASP.NET using VB and I'm trying to set a breakpoint on the ascx.vb file.
2
12266
by: Zack | last post by:
Hi, I am an access newbie and wanted to get a design check to see if I have done the right thing or if there is a better way. I don't like the Yes/No field option in a table. I want to have the actual Yes or No data in a text box. To accomplish this, I created a new table with one field. There are just two records in the table, Yes and No. I build a Drop Down box control on a form, linked it to this new table, and everything works...
3
1790
by: RWC | last post by:
Hello, I have an issue that's driving me batty! I have a report, whose record source is SQL based on a normalized set of tables. There are no nested queries and no dlookups in this record source. When I run this record source on it's own, it functions normally with no errors. The report that this SQL is designed over, contains no subreports, no dlookups, and has no code associated with it, yet when I try to run it, I get an error...
9
3076
by: Colin McGuire | last post by:
Hi, I have an report in Microsoft Access and it displays everything in the table. One column called "DECISION" in the table has either 1,2, or 3 in it. On my report it displays 1, 2, or 3. I want to appear in the report is Yes, No, or Maybe. What do I need to do to change what appears in the report/what term do I need to search out in Google? Thank you Colin
59
7040
by: Lennart Björk | last post by:
Hi All, I have a tiny program: <!doctype HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html> <head> <title>MyTitle</title> <meta http-equiv="Content-Type" content="text/html;
18
9161
by: siddharthkhare | last post by:
Hi All, what is the diference between these two cache control header. no-cache and no-store. I have read the w3.org explanation. So lets say I am using only no-cache ....my understanding is that nothing is cached and nothing is writen to disk.
3
6684
by: Rahul B | last post by:
Hi, I have a user UCLDEV1 which is a part of staff and a group(db2schemagrp1) to which i have not given any permissions. The authorizations of that user are shown as db2 =get authorizations Administrative Authorizations for Current User
0
1899
natalie99
by: natalie99 | last post by:
Hey people! Being so lacking in access knowhow I have turned to good old 'asking the smart people' again! I need to create a query or lookup table (although I have had zero success with lookups for this particular problem) that will do the following: 1. From the main data source (query result called qryUnmatchID) compare the ID field to the ID field in 8 other data sources then
2
1924
Parul Bagadia
by: Parul Bagadia | last post by:
I have written a code for deleting certain value from linklist; it's not working; where as i have written one for deleting a no., after given no. which works fine! I even debugged it; but invain; down here am posting my code; please somebody who can point it out; let me know fast; whats wrong in it... //Delete a number next to the given number void afterdelete() { struct linklist*temp=NULL; int no=0;
0
9619
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9454
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10260
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
1
10038
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
9910
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
1
7460
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6712
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5354
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
1
4007
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.