Vista Forums
Vista Forums Home Join Vista Forums Donate Vista Tutorials Tags

Welcome to Vista Forums we are your forum to discuss Windows Vista x64 and x86 systems. Whether you need help or just want to post an idea you have on Vista, this is the forum for you.
Register at Vista forums...the world biggest Windows Vista resource Join Vista Forums

Go Back   Vista Forums > Vista technology newsgroups > WinFS

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

Reply
 
Thread Tools Display Modes
Old 05-22-2006   #1 (permalink)
Kent Wo
Guest
 
Posts: n/a

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


  Reply With Quote

Old 05-23-2006   #2 (permalink)
Chris Altmann
Guest
 
Posts: n/a

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
>
>



  Reply With Quote
Old 05-23-2006   #3 (permalink)
Kent Wo
Guest
 
Posts: n/a

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.
>



  Reply With Quote
Old 05-24-2006   #4 (permalink)
Chris Altmann
Guest
 
Posts: n/a

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.


  Reply With Quote
Old 05-25-2006   #5 (permalink)
Kent Wo
Guest
 
Posts: n/a

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.
>
>



  Reply With Quote
Old 05-26-2006   #6 (permalink)
Shan Sinha [MSFT]
Guest
 
Posts: n/a

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.
>>
>>

>
>



  Reply With Quote
Old 05-26-2006   #7 (permalink)
Kent Wo
Guest
 
Posts: n/a

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.
>>>
>>>

>>
>>

>
>



  Reply With Quote
 
Reply

Thread Tools
Display Modes









Vistax64.com 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 2005-2008

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 47 48