![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Recent comments on re-working KEXI for MV reminded me: we’re getting close to being able to use the Visual Studio Server Explorer with a Pick/MV back-end. nospamNebula-RnD.com/blog/tech/mv/2010/08/vsmv1.html T |
#3
| |||
| |||
|
|
You use Server Explorer to create GUI interfaces? Whatever happened to separating the business and database layers from the interface layer? I always use business objects, so I really don't have a use for your Server Explorer for MV. What am I missing here? Sholom On 8/26/2010 9:25 PM, Tony Gravagno wrote: Recent comments on re-working KEXI for MV reminded me: we’re getting close to being able to use the Visual Studio Server Explorer with a Pick/MV back-end. nospamNebula-RnD.com/blog/tech/mv/2010/08/vsmv1.html T |
#4
| |||
| |||
|
|
Good catch, Sholom. Frankly, I don't do _that_ much SQL work to speak of. But when I do, the server explorer is really a big help. It's close to the same UI as the SQL Server Management Studio, but builtin to VS. When I do real GUI work for a SQL DB, I'll generate an AEF context (business objects) from the relational database. (I wrote utilities to dynamically generate business class assemblies direct from a DB, blogged about this some months ago.) With the strongly typed classes I'll separate tiers as you indicate - the data access is usually in a separate DLL. I only databind direct to the UI for prototypes and quick ditties. T sh<shamada (AT) prupipe (DOT) com> wrote: You use Server Explorer to create GUI interfaces? Whatever happened to separating the business and database layers from the interface layer? I always use business objects, so I really don't have a use for your Server Explorer for MV. What am I missing here? Sholom On 8/26/2010 9:25 PM, Tony Gravagno wrote: Recent comments on re-working KEXI for MV reminded me: we’re getting close to being able to use the Visual Studio Server Explorer with a Pick/MV back-end. nospamNebula-RnD.com/blog/tech/mv/2010/08/vsmv1.html T |
#5
| |||
| |||
|
|
Got me thinking - if VS can generate all the layers into a single GUI form, why can't it generate them into separate objects? |
|
I guess it's because business objects are a somewhat personal thing. My business objects are fairly simple affairs, because my needs aren't all that complex. However, I've seen some business objects frameworks that are truly quite complex, and are way overkill for my needs. |
|
BTW, Tony, have you used mv.NET with Silverlight yet? I wonder if Silverlight is the way to go. For me, it surely is the simplest way to transition from thick-client VB.NET to thin-client. But that would only be true because my applications are only used in-house, and I can fully control what is on the client machines. Sholom |
![]() |
| Thread Tools | |
| Display Modes | |
| |