Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Embedded Winform controls?
Message
General information
Forum:
ASP.NET
Category:
Other
Miscellaneous
Thread ID:
00735145
Message ID:
00735175
Views:
9
One idea for you to consider is "No-touch deployment". Here is an article that explains this concept and how to impliment this:

http://msdn.microsoft.com/netframework/techinfo/articles/smartclient/default.asp

Essentially, this process mirrors the browser-based application deployment approach. Using methods provided in the .NET Framework class libraries, an application can be written to download the assemblies it needs dynamically from a remote Web server. The first time a particular assembly is referenced, it is downloaded to the assembly download cache on the client computer and loaded for use. Going forward, if the assembly required is already on the client computer and the version on the Web server has not changed, the local copy will be loaded. If the version on the Web server has been updated, that new version will be downloaded and executed. Thus, updates are automatically propagated to the client, but the network is not flooded with redundant downloads.

Note that assemblies are downloaded dynamically, only as they are referenced. This allows applications to load quickly—no 50-MB, half-hour installation process just to get started.



>Hi, all...
>
>First, Happy Holidays to everybody.
>
>Second, a technical consultant made a suggestion to me yesterday that I'm having trouble researching...he described it as embedded Winform controls.
>
>We have a Web-based app using Web Services, but with a very feature-rich WinForms UI at the client end. We decided long ago that ASP.NET just wouldn't cut it for our UI.
>
>Recently, we started talking about ways to do 'automated' software updates anytime we makes changes/enhancements to the front-end UI. That's when our consultant brought up 'embedded Winform controls' in Internet Explorer.
>
>He stated that we'd lose very little of our interface by doing so, and told me he'd send me some Microsoft whitepapers in a week or so. I did some searches on MSDN on this topic, and found nothing.
>
>So has anyone heard of this, and does anyone have any Web references?
>
>Thanks,
>Kevin
-----------------------------------------

Cathi Gero, CPA
Prenia Software & Consulting Services
Microsoft C# / .NET MVP
Mere Mortals for .NET MVP
cgero@prenia.com
www.prenia.com
Weblog: blogs.prenia.com/cathi
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform