K
kiln
I am starting a project that may be suitable for vb.net, using windows
forms. I want a rich client, thus win forms vs web forms. Most users
will access the app data over a LAN, but some will be remote users,
accessing via vpn. I could use terminal services for this but am
thinking that an alternate technology like remoting or web servies could
be viable.
- Rich client
- N-Tier
- LAN & Internet clients (via VPN)
- Same interface for local and remote users
- Easy deploy to remote users
- Local and remote users will need to retrieve and update data from db
- Has to be secure
From what I've read, remoting sounds like it could work well, but that
it's already on the way out in favor of some future edition of web
services. My understanding is that the reason I couldn't use the current
implementation of .net web services for this app is that it's not
effective for data updates and uses xml for data transfers (thus bloat).
Is that right?
I'm new to .net, and need this all to be as simple to pick up as
possible. I'd really appreciate any pointers as to which technology set
would be most appropriate to gain exposure to. If the upcoming edition
of .net isn't too far down the road, and if it offers significant
benefits for this sort of project, that'd be great...in particular, if
remoting is going to go away, what should I be looking at?
I don't mind buying a 3rd party dev framework if that could simplify.
Any books or articles out there that address this topic?
Posting to 3 newsgroups as all seemed like they might have different and
relevant perspectives on this subject.
forms. I want a rich client, thus win forms vs web forms. Most users
will access the app data over a LAN, but some will be remote users,
accessing via vpn. I could use terminal services for this but am
thinking that an alternate technology like remoting or web servies could
be viable.
- Rich client
- N-Tier
- LAN & Internet clients (via VPN)
- Same interface for local and remote users
- Easy deploy to remote users
- Local and remote users will need to retrieve and update data from db
- Has to be secure
From what I've read, remoting sounds like it could work well, but that
it's already on the way out in favor of some future edition of web
services. My understanding is that the reason I couldn't use the current
implementation of .net web services for this app is that it's not
effective for data updates and uses xml for data transfers (thus bloat).
Is that right?
I'm new to .net, and need this all to be as simple to pick up as
possible. I'd really appreciate any pointers as to which technology set
would be most appropriate to gain exposure to. If the upcoming edition
of .net isn't too far down the road, and if it offers significant
benefits for this sort of project, that'd be great...in particular, if
remoting is going to go away, what should I be looking at?
I don't mind buying a 3rd party dev framework if that could simplify.
Any books or articles out there that address this topic?
Posting to 3 newsgroups as all seemed like they might have different and
relevant perspectives on this subject.