<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>C++ development will speed up with the use of SQL Server Compact </title><link>http://blogs.msdn.com/stevelasker/archive/2008/02/29/c-development-will-speed-up-with-the-use-of-sql-server-compact.aspx</link><description>Jim Springfield, an Architect on the Visual C++ team has just posted a great example of how SQL Server Compact will be used to speed up search time during C++ development. It's a great example of where traditionally databases were too overkill and in-memory</description><dc:language>en</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>re: C++ development will speed up with the use of SQL Server Compact </title><link>http://blogs.msdn.com/stevelasker/archive/2008/02/29/c-development-will-speed-up-with-the-use-of-sql-server-compact.aspx#8127216</link><pubDate>Mon, 10 Mar 2008 10:22:32 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8127216</guid><dc:creator>Twain</dc:creator><description>&lt;p&gt;I'm hoping the increased use of SQL Server Compact and C++ by Microsoft developers result in updates to the ATL OLEDB Consumer Templates technology, articles in the MSDN magazine and on the website and a renewed emphasis by Microsoft on providing these C++ oriented database tools for Windows Mobile developers. &amp;nbsp;Does anyone think these will happen?&lt;/p&gt;
&lt;p&gt;Twain&lt;/p&gt;</description></item><item><title>re: C++ development will speed up with the use of SQL Server Compact </title><link>http://blogs.msdn.com/stevelasker/archive/2008/02/29/c-development-will-speed-up-with-the-use-of-sql-server-compact.aspx#8327243</link><pubDate>Thu, 20 Mar 2008 14:30:17 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8327243</guid><dc:creator>Jax</dc:creator><description>&lt;p&gt;I got all excited for a second thinking there was going to be a performance trick for using it in CE, but it's just being used on a desktop machine running VS.&lt;/p&gt;
&lt;p&gt;Boring. You might as well tell us they started using hashtables instead of iterating through entire lists.&lt;/p&gt;</description></item><item><title>re: C++ development will speed up with the use of SQL Server Compact </title><link>http://blogs.msdn.com/stevelasker/archive/2008/02/29/c-development-will-speed-up-with-the-use-of-sql-server-compact.aspx#8343855</link><pubDate>Sun, 30 Mar 2008 02:17:44 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8343855</guid><dc:creator>Steve.Lasker</dc:creator><description>&lt;p&gt;Hi Jax,&lt;/p&gt;
&lt;p&gt;Sorry if the title was misleading. &amp;nbsp;It's still a cool representative scenario as Compact was able to do a much better job than Hash tables, or other in-memory management collections. &amp;nbsp;Data sizes are continuing to grow, and this is a good example of where Compact can be used to manage in-memory data, or a replacement for XML, in addition to the typical local database scenarios.&lt;/p&gt;
&lt;p&gt;Steve&lt;/p&gt;
</description></item><item><title>re: C++ development will speed up with the use of SQL Server Compact </title><link>http://blogs.msdn.com/stevelasker/archive/2008/02/29/c-development-will-speed-up-with-the-use-of-sql-server-compact.aspx#8367183</link><pubDate>Tue, 08 Apr 2008 04:19:59 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8367183</guid><dc:creator>Twain</dc:creator><description>&lt;p&gt;Steve,&lt;/p&gt;
&lt;p&gt;I noticed you never commented on my post about the use of C++ with SQL Server Compact Edition. &amp;nbsp;Is this just a forbidden topic and C++ developers are simply on their own?&lt;/p&gt;
&lt;p&gt;Twain&lt;/p&gt;</description></item><item><title>re: C++ development will speed up with the use of SQL Server Compact </title><link>http://blogs.msdn.com/stevelasker/archive/2008/02/29/c-development-will-speed-up-with-the-use-of-sql-server-compact.aspx#8378200</link><pubDate>Fri, 11 Apr 2008 07:18:03 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8378200</guid><dc:creator>Steve.Lasker</dc:creator><description>&lt;p&gt;Sorry Twain,&lt;/p&gt;
&lt;p&gt;No forbidden here. &amp;nbsp;It's kinda funny to think of C++ as the “forgotten language” after all the VB debates :)&lt;/p&gt;
&lt;p&gt;The reality is while we have some great people working on Compact documentation, we just don't get a lot of resources and with so much to cover, there’s more focus on Managed languages these days. &amp;nbsp;If you’re point was updating an article, we’re always interested to have writers. &lt;/p&gt;
&lt;p&gt;Besides, I thought the C++ developer didn’t need docs :) &amp;nbsp;Just kidding of course.&lt;/p&gt;
&lt;p&gt;Steve&lt;/p&gt;
</description></item><item><title>re: C++ development will speed up with the use of SQL Server Compact </title><link>http://blogs.msdn.com/stevelasker/archive/2008/02/29/c-development-will-speed-up-with-the-use-of-sql-server-compact.aspx#8436097</link><pubDate>Mon, 28 Apr 2008 23:40:35 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8436097</guid><dc:creator>jcnovoa</dc:creator><description>&lt;p&gt;Is Microsoft planning on building a browser-based database add-on (ActiveX/CAB) to enable the installation and access of relational data via SQL CE for storing user data for a web application (similar to iso storage, but against a SQL CE engine). Similar to what Google is doing with Gears?&lt;/p&gt;
&lt;p&gt;&lt;a rel="nofollow" target="_new" href="http://code.google.com/apis/gears/api_database.html"&gt;http://code.google.com/apis/gears/api_database.html&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;I was thinking on building an ActiveX browser control in .Net, and have that install and access SQL Compact Edition for Windows for my web application (not mobile or desktop).... are there any efforts on building something like this for SQL 2008 perhaps? Or maybe as an add-on to IE 8?&lt;/p&gt;
</description></item><item><title>re: C++ development will speed up with the use of SQL Server Compact </title><link>http://blogs.msdn.com/stevelasker/archive/2008/02/29/c-development-will-speed-up-with-the-use-of-sql-server-compact.aspx#8441015</link><pubDate>Wed, 30 Apr 2008 06:32:39 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8441015</guid><dc:creator>Steve.Lasker</dc:creator><description>&lt;p&gt;Building an ActiveX wrapper around Compact is a good solution that would certainly work. &amp;nbsp;We do believe we can deliver a better experience, but we don't have anything to announce at this point. &amp;nbsp;&lt;/p&gt;
&lt;p&gt;Steve&lt;/p&gt;
</description></item><item><title>Visual C++ 10 和 MFC 10的新特性</title><link>http://blogs.msdn.com/stevelasker/archive/2008/02/29/c-development-will-speed-up-with-the-use-of-sql-server-compact.aspx#8996448</link><pubDate>Sun, 12 Oct 2008 03:51:17 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8996448</guid><dc:creator>Joycode@Ab110.com</dc:creator><description>&lt;p&gt;Boris Jabes 和Damien Watkins将会在 PDC 上演示Visual C++10中的新功能。IDE的新功能包括 基于SQL Compact的智能提示 、 支持自定义插件的新的项目和编译系统&lt;/p&gt;
</description></item></channel></rss>