472,968 Members | 1,507 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 472,968 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 2060
"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;...
0
by: lllomh | last post by:
Define the method first this.state = { buttonBackgroundColor: 'green', isBlinking: false, // A new status is added to identify whether the button is blinking or not } autoStart=()=>{
2
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 4 Oct 2023 starting at 18:00 UK time (6PM UTC+1) and finishing at about 19:15 (7.15PM) The start time is equivalent to 19:00 (7PM) in Central...
0
by: Aliciasmith | last post by:
In an age dominated by smartphones, having a mobile app for your business is no longer an option; it's a necessity. Whether you're a startup or an established enterprise, finding the right mobile app...
2
by: giovanniandrean | last post by:
The energy model is structured as follows and uses excel sheets to give input data: 1-Utility.py contains all the functions needed to calculate the variables and other minor things (mentions...
4
NeoPa
by: NeoPa | last post by:
Hello everyone. I find myself stuck trying to find the VBA way to get Access to create a PDF of the currently-selected (and open) object (Form or Report). I know it can be done by selecting :...
1
by: Teri B | last post by:
Hi, I have created a sub-form Roles. In my course form the user selects the roles assigned to the course. 0ne-to-many. One course many roles. Then I created a report based on the Course form and...
3
by: nia12 | last post by:
Hi there, I am very new to Access so apologies if any of this is obvious/not clear. I am creating a data collection tool for health care employees to complete. It consists of a number of...
0
NeoPa
by: NeoPa | last post by:
Introduction For this article I'll be focusing on the Report (clsReport) class. This simply handles making the calling Form invisible until all of the Reports opened by it have been closed, when it...
3
by: GKJR | last post by:
Does anyone have a recommendation to build a standalone application to replace an Access database? I have my bookkeeping software I developed in Access that I would like to make available to other...

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.