473,416 Members | 1,719 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,416 software developers and data experts.

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 2089
"wobbles" <.> wrote in message
news:35********************************@4ax.com...
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&displaylang=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
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 #...
2
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...
2
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...
3
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...
9
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...
59
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...
18
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...
3
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...
0
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...
2
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;...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
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,...
0
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...
0
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,...
0
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...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
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...

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.