Browse by Tags
All Tags »
SqlCe (
RSS)
Visual Studio 2008 SP1: Sync Services for ADO.Net with SQL Server 2008 Change Tracking One of the main pillars of Visual Studio 2008 and .Net Framework 3.5 Service Pack 1 if the better integration with SQL Server 2008. Service Pack 1 now uses the Change Tracking capabilities of SQL Server 2008 in order to identify the incremental changes. During the process of writing this post, I am building a simple application with both Visual Studio 2008 and Visual Studio 2008 + SP1 in order to spot the changes...
SQL Compact Edition Support for ADO.Net Entity Framework The beta of SQL Server Compact Edition 3.5 SP1 for ADO.Net Entity Framework was just released. This release works with the December 2007 Beta 3 of the ADO.Net Entity Framework . Download here .
Linq to SQL Features in Visual Studio 2008 Beta 2 Code Generation improvements: Partial methods on DataContext and entity classes that can be extended in your partial class. Examples include Property setter validation methods (pre/post) Entity initialization and validation methods Create/Update/Delete (CUD) override methods (e.g. UpdateCustomer()) Unification of code gen. Now SqlMetal 's code generator also powers the beautiful LINQ to SQL designer. So you can use either tool to gen your classes...
Download Visual Studio 2008 Beta 2. All the required links are here......
I have recently written about Microsoft SQL Server 2005 Compact Edition being on RC1 bits. Today it was RTMed. Available downloads: Microsoft SQL Server 2005 Compact Edition Runtime Microsoft SQL Server 2005 Compact Edition Server Tools Microsoft SQL Server 2005 Compact Edition Tools of VS 2005 SP1 Microsoft SQL Server 2005 Compact Edition Developer SDK For more detail about Microsoft SQL Server 2005 Compact Edition, visit the Home Page for SQL Server 2005 Compact Edition . Enjoy!
Getting Started SQLCE | SQL Compact Edition | SQL Everywhere I have recently joined a project that looks for a In-Memory Database for client-side caching solution. I am currently conducting the POC of using SQLCE | SQL Compact Edition | SQL Everywhere as an alternative. SQL Server 2005 Compact Edition was previously named SQL Server 2005 Everywhere Edition during the product development phase. Customers have communicated to Microsoft through the pre-release community technology preview (CTP) program...