Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsFree MagazinesWhite PapersSubmit Content
Discussion GroupsASP.NETWindows FormsLanguages.NET FrameworkVisual Studio.NET
Articles.NET FrameworkASP.NETToolsWindows Forms
.NET DirectoryOpen Source ProjectsUser GroupsWeb Resources
Related Topics
Visual Basic 6SQL ServerMS AccessOther DB ProductsMS Server ProductsMore Topics ...

.NET Forum / .NET Framework / Distributed Applications / June 2007

Tip: Looking for answers? Try searching our database.

Deploying Windows App developed in .Net framework

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
eva100801@hotmail.com - 13 Jun 2007 16:57 GMT
Hi All,
I have few questions about deploying windows apps developed in .Net
framework. These days it is all about internet apps and services, and
I need to develop small windows app and deployed it on a machine with
no internet access, no database installed and no .Net framework
either.  This small Widows app includes presentation layer, business
logic and data access layer.
1) Because client machines, where app will be running, doesn't have
any database and I don't want to install new one (in order to save
space), could XML files be a solution for storing and retrieving
information needed and created by the app? Are there other options?
2) In order for app to run, I'll need to install .Net framework on
client machines. Because there is no internet connection on client
machine, can framework be distributed on same CD as the app and be
installed seamlessly for the user (behind the scene with less
interaction as possible)? How can app installer install framework, if
in order to run installer, framework should be installed? How this
circle can be broken?
3) In future more class libraries will be developed. How can I design
app now, in order to simplify plug-in of the assemblies in future?
I understand that each question is a discussion on its own and just
need some point of reference at this moment to start my search for the
best solution of all these issues.
Thank you for any advice in advance,
EB
Michael Nemtsev - 14 Jun 2007 09:58 GMT
Hello eva100801@hotmail.com,

> 1) Because client machines, where app will be running, doesn't have
> any database and I don't want to install new one (in order to save
> space), could XML files be a solution for storing and retrieving
> information needed and created by the app? Are there other options?

It's good, if your data won't increase so, that u can't parse the XML afterwards
You can store in in binary or use SQL Server Express (or Everywhere)

> 2) In order for app to run, I'll need to install .Net framework on
> client machines. Because there is no internet connection on client
[quoted text clipped - 3 lines]
> in order to run installer, framework should be installed? How this
> circle can be broken?

in general all installers are not managed, so they don't require the .NET
to be run.
U can use ClickOnce with .NET FW redistrib as binary with will be installed
localy

> 3) In future more class libraries will be developed. How can I design
> app now, in order to simplify plug-in of the assemblies in future?

See DependecyInjection and IoC (inversion of control) patterns.
Moreover I'd recommend to use Spring.NET framework for enterprise application
it simplify such kind of tasks

---
WBR,  Michael  Nemtsev [.NET/C# MVP].  
My blog: http://spaces.live.com/laflour
Team blog: http://devkids.blogspot.com/

"The greatest danger for most of us is not that our aim is too high and we
miss it, but that it is too low and we reach it" (c) Michelangelo

Free Magazines

Get these publications absolutely FREE for up to 12 months. There are no hidden fees and no obligation. Simply choose a title, complete the application form and submit it. Read more ...

Oracle MagazineNetwork ComputingComputer WorldBio-IT WorldeWeekInformation WeekInfosecurity
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.