Windows Vista Forums
Vista Forums Home Join Vista Forums Windows 7 Forum Vista Tutorials Tags
Welcome to Windows Vista Forums. Our forum is dedicated to helping you find solutions with any problems, errors or issues you are experiencing with Windows Vista. The Vista forum also covers news and updates and has an extensive Windows Vista tutorial section that covers a wide range of tips and tricks.

Go Back   Vista Forums > Misc Newsgroups > WinFS

Vista Tutorial - Will winfs be used instead of database (in some certain scenarios)?

 
 
Old 05-22-2006   #1 (permalink)
Kent Wo
Guest


 
 

Will winfs be used instead of database (in some certain scenarios)?

Hi,



I just installed WinFS beta and took a quick look at those samples. Since I
have been developing .NET smart client application for a couple of years, I
can imagine WinFS can be used as a local storage for offline data, and I
assume in many scenarios that'll be a better choice than MSDE. My question
is, what about the server side? Currently most business applications use
relational databases to store data, will it be possible that some of (at
what percentage?) those applications will use WinFS on the server side
instead to store data like purchase order item etc? (If the answer is yes)
If something needs to be used to bridge the gap between database and WinFS,
will it be ObjectSpace?



Thanks

Kent



My System SpecsSystem Spec
Old 05-23-2006   #2 (permalink)
Chris Altmann
Guest


 
 

Re: Will winfs be used instead of database (in some certain scenarios)?

I suspect writing a WinFS sync adapter to sync between a local WinFS store
and an existing remote relational database will be a popular option.

"Kent Wo" <jian_kentwo@hotmail.com> wrote in message
news:OMdKXxffGHA.4080@TK2MSFTNGP03.phx.gbl...
> Hi,
>
>
>
> I just installed WinFS beta and took a quick look at those samples. Since
> I have been developing .NET smart client application for a couple of
> years, I can imagine WinFS can be used as a local storage for offline
> data, and I assume in many scenarios that'll be a better choice than MSDE.
> My question is, what about the server side? Currently most business
> applications use relational databases to store data, will it be possible
> that some of (at what percentage?) those applications will use WinFS on
> the server side instead to store data like purchase order item etc? (If
> the answer is yes) If something needs to be used to bridge the gap between
> database and WinFS, will it be ObjectSpace?
>
>
>
> Thanks
>
> Kent
>
>



My System SpecsSystem Spec
Old 05-23-2006   #3 (permalink)
Kent Wo
Guest


 
 

Re: Will winfs be used instead of database (in some certain scenarios)?

(From business application point of view -)
Will it be practical to use WinFS as object persistence layer on the server
side?
Or it's just positioned to be the local cache on client side?

Thanks
Kent

"Chris Altmann" <avalid@emailaddress.zoo> wrote in message
news:%23gByYkqfGHA.4792@TK2MSFTNGP03.phx.gbl...
>I suspect writing a WinFS sync adapter to sync between a local WinFS store
>and an existing remote relational database will be a popular option.
>



My System SpecsSystem Spec
Old 05-24-2006   #4 (permalink)
Chris Altmann
Guest


 
 

Re: Will winfs be used instead of database (in some certain scenarios)?

"Kent Wo" <jian_kentwo@hotmail.com> wrote in message
news:OjCLRtsfGHA.2188@TK2MSFTNGP05.phx.gbl...
> (From business application point of view -)
> Will it be practical to use WinFS as object persistence layer on the
> server side?


Perhaps, but there is word of a "Entity Framework" coming in ADO.Net 3.0
that would more likely be targeted at that.

> Or it's just positioned to be the local cache on client side?


It does seem that is the main focus of WinFS at this point.

PS: I dream of a day when WinFS replaces Sharepoint, Exchange, SQL Server,
and file shares, both server side and client side.


My System SpecsSystem Spec
Old 05-25-2006   #5 (permalink)
Kent Wo
Guest


 
 

Re: Will winfs be used instead of database (in some certain scenarios)?

It seems that "Entity Framework" and ADO.NET 3.0 related documents are gone
from all websites... ;-)
Is "Entity Framework" related to ObjectSpace?


"Chris Altmann" <avalid@emailaddress.zoo> wrote in message
news:epvCWU3fGHA.2208@TK2MSFTNGP05.phx.gbl...
> "Kent Wo" <jian_kentwo@hotmail.com> wrote in message
> news:OjCLRtsfGHA.2188@TK2MSFTNGP05.phx.gbl...
>> (From business application point of view -)
>> Will it be practical to use WinFS as object persistence layer on the
>> server side?

>
> Perhaps, but there is word of a "Entity Framework" coming in ADO.Net 3.0
> that would more likely be targeted at that.
>
>> Or it's just positioned to be the local cache on client side?

>
> It does seem that is the main focus of WinFS at this point.
>
> PS: I dream of a day when WinFS replaces Sharepoint, Exchange, SQL Server,
> and file shares, both server side and client side.
>
>



My System SpecsSystem Spec
Old 05-26-2006   #6 (permalink)
Shan Sinha [MSFT]
Guest


 
 

Re: Will winfs be used instead of database (in some certain scenarios)?

Hi-

As has been pointed up, we expect synchronization between local stores and
remote stores a common scenario. Having said that, we do expect to
eventually release a "server" version of WinFS. It will not solely be a
client side technology. If you think of the local WinFS storage as a local
file system, you can think about the server as a "file server" for WinFS
data.

But, we have not released any details about the WinFS server.


--
Shan Sinha [MSFT]
shans@online.microsoft.com
This posting is provided "AS IS" with no warranties, and confers no rights


"Kent Wo" <jian_kentwo@hotmail.com> wrote in message
news:um1kdp$fGHA.2032@TK2MSFTNGP02.phx.gbl...
> It seems that "Entity Framework" and ADO.NET 3.0 related documents are
> gone from all websites... ;-)
> Is "Entity Framework" related to ObjectSpace?
>
>
> "Chris Altmann" <avalid@emailaddress.zoo> wrote in message
> news:epvCWU3fGHA.2208@TK2MSFTNGP05.phx.gbl...
>> "Kent Wo" <jian_kentwo@hotmail.com> wrote in message
>> news:OjCLRtsfGHA.2188@TK2MSFTNGP05.phx.gbl...
>>> (From business application point of view -)
>>> Will it be practical to use WinFS as object persistence layer on the
>>> server side?

>>
>> Perhaps, but there is word of a "Entity Framework" coming in ADO.Net 3.0
>> that would more likely be targeted at that.
>>
>>> Or it's just positioned to be the local cache on client side?

>>
>> It does seem that is the main focus of WinFS at this point.
>>
>> PS: I dream of a day when WinFS replaces Sharepoint, Exchange, SQL
>> Server, and file shares, both server side and client side.
>>
>>

>
>



My System SpecsSystem Spec
Old 05-26-2006   #7 (permalink)
Kent Wo
Guest


 
 

Re: Will winfs be used instead of database (in some certain scenarios)?

So, will you talk about this WinFS server thing in the coming TechEd? ;-)
Back to the original question - what I'm interested in is that if WinFS
(server) will play a role as business application server side data storage
or persistence layer...
But according to what Chris said, it sounds like ASP.NET 3.0 and 'entity
framework' would be a better candidate for that role...

Hopefully we can have more detail about all those stuffs after TechEd...

Thanks
Kent

"Shan Sinha [MSFT]" <shans@online.microsoft.com> wrote in message
news:u7YjucIgGHA.4940@TK2MSFTNGP05.phx.gbl...
> Hi-
>
> As has been pointed up, we expect synchronization between local stores and
> remote stores a common scenario. Having said that, we do expect to
> eventually release a "server" version of WinFS. It will not solely be a
> client side technology. If you think of the local WinFS storage as a
> local file system, you can think about the server as a "file server" for
> WinFS data.
>
> But, we have not released any details about the WinFS server.
>
>
> --
> Shan Sinha [MSFT]
> shans@online.microsoft.com
> This posting is provided "AS IS" with no warranties, and confers no rights
>
>
> "Kent Wo" <jian_kentwo@hotmail.com> wrote in message
> news:um1kdp$fGHA.2032@TK2MSFTNGP02.phx.gbl...
>> It seems that "Entity Framework" and ADO.NET 3.0 related documents are
>> gone from all websites... ;-)
>> Is "Entity Framework" related to ObjectSpace?
>>
>>
>> "Chris Altmann" <avalid@emailaddress.zoo> wrote in message
>> news:epvCWU3fGHA.2208@TK2MSFTNGP05.phx.gbl...
>>> "Kent Wo" <jian_kentwo@hotmail.com> wrote in message
>>> news:OjCLRtsfGHA.2188@TK2MSFTNGP05.phx.gbl...
>>>> (From business application point of view -)
>>>> Will it be practical to use WinFS as object persistence layer on the
>>>> server side?
>>>
>>> Perhaps, but there is word of a "Entity Framework" coming in ADO.Net 3.0
>>> that would more likely be targeted at that.
>>>
>>>> Or it's just positioned to be the local cache on client side?
>>>
>>> It does seem that is the main focus of WinFS at this point.
>>>
>>> PS: I dream of a day when WinFS replaces Sharepoint, Exchange, SQL
>>> Server, and file shares, both server side and client side.
>>>
>>>

>>
>>

>
>



My System SpecsSystem Spec
 

Thread Tools


Similar Threads
Thread Forum
Preventing Operation Aborted Scenarios Vista News
Global vars in different build scenarios. .NET General
Live case scenarios on ACT Vista General
Works database 2007 and Office database 2003 .NET General
powergadget administrator scenarios PowerShell


Vista Forums is an independent web site and has not been authorized,
sponsored, or otherwise approved by Microsoft Corporation.
"Windows Vista", the Start Orb, and related materials are trademarks of Microsoft Corp.
© Designer Media Ltd

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46