Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Is there any successful .NET client/server app case?
Message
General information
Forum:
ASP.NET
Category:
Other
Environment versions
Environment:
C# 1.1
OS:
Windows XP SP2
Network:
Windows 2000 Server
Database:
MS SQL Server
Miscellaneous
Thread ID:
01062299
Message ID:
01062314
Views:
10
>Well of course there are!! Would we be doing this if it didn't work?
>
>Our application is a Records Management System for the fire service (fire departments). It's more than just client/server, it's SOA (Service Oriented Architecture for those that are wondering), meaning we use Web Services exclusively to communicate with the server-side stuff.
>
>I'm not sure how many customers we have (I'm not in marketing <g>), but we have large installations (meaning big fire departments with many stations) and they are all happy with the performance of the application.
>
>I don't know why Jordan has had such a bad experience with .NET, but we've had no major problems.
>

Bonnie,

Thank you for the reply. That is very encouraging to hear!

If you don't mind, could you point out any problems with the following architecture:

. Create a class library (DLL) project for business logic in C#;
This DLL will be responsible for creating a connection to,
querying from, updating to and deleting records from,
the database in SQL.
(Kevin Goff and others did point out that I should separate the Data Access and Business Logic. Though, I didn't quite understand what they meant by that. How are you guys doing it, if it it not problem for you to share this?)
. Create a second project (exe) for user interface using Win Forms in C#.
This will reference the business logic DLL and data access DLL and will
accept inputs from the user and update the user's screen
appropriately.

. Create a project in VFP 9 which will be used purly for querying the database and running reports. (For reporting purpose, one does need to pull alot of records, so I thought to take adventage of VFP's local cursor engine power)
Dawa Tsering


"Do not let any unwholesome talk come out of your mouths,
but only what is helpful for building others up according to their needs,
that it may benefit those who listen."

- Ephesians 4:29-30 NIV

Dare to Question -- Care to Answer

Time is like water in a sponge, as long as you are willing you can always squeeze some.

--Lu Xun, Father of Modern Chinese Literature

Previous
Next
Reply
Map
View

Click here to load this message in the networking platform