Project “Astoria” Went Offline As I said at the end of the session I had this week, the “Astoria" team is working on an offline feature for ADO.NET Data Services . Today I saw in Guy Burstein ’s blog that an alpha preview of the offline feature was released as a stand alone preview. What it’s all about? “Astoria Offline” is an end-to-end solution for the building of offline applications that use data from data services , either within an intranet or across the internet. It’s based upon...
My Current Learning List of Technologies In the last few days I have started to learn few old/new technologies that I think you should consider learning in the near future as well (if you didn’t learn them before). The technologies: ASP.NET MVC Framework – the new framework that leverage the MVC pattern for ASP.NET. The technology is a must learn technology for every .NET web developer in my opinion. Learning the framework will give you a new choice for implementing web applications with MVC pattern...
Getting Started with Microsoft Sync Framework The post will introduce the Microsoft Sync Framework which, in my opinion, is going to be one of the must know technologies of the near future. What is Microsoft Sync Framework? Microsoft Sync Framework is a synchronization platform that enables collaboration and offline access across multiple data stores. The framework enables taking data offline by working against a cached set of data. Then we can submit the changes to a global database in a batch by...