Sign In
ccBoy's WebLog
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
RSS for posts
Atom
RSS for comments
OK
Search
Advanced search options...
Search In:
Everything
Blogs
Forums
People
Groups
Places
Pages
Date range:
All Time
Last Year
Last 6 Months
Last 3 Months
Last Month
Last Week
Last Two Days
Tags
ADO.NET Data Services(Astoria)
Biztalk Services
DP(Data Programmability)
EDM(Entity Framework)
myKB
News
Silverlight(WPF/E)
SOA-WSE
SQL Server(Katmai)
Visual Studio(Orcas)
WCF(Indigo)
WF(WinOE)
Windows Azure
WPF(Avalon)
Archive
Archives
March 2009
(1)
January 2009
(7)
November 2008
(2)
August 2008
(1)
June 2008
(1)
May 2008
(2)
April 2008
(1)
March 2008
(1)
January 2008
(4)
December 2007
(1)
November 2007
(2)
October 2007
(2)
August 2007
(2)
June 2007
(4)
May 2007
(5)
March 2007
(2)
February 2006
(1)
October 2005
(2)
September 2005
(3)
February 2005
(1)
January 2005
(1)
MSDN Blogs
>
ccBoy's WebLog
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
ccBoy's WebLog
MIX 09- Data Services 1.5, Windows Azure Tools, Silverlight 3, Expression Blend 3,ASP.NET MVC 1.0 and .NET RIA Services
Posted
over 3 years ago
by
MSDNArchive
1
Comments
ADO.NET Data Services v1.5 CTP1 http://blogs.msdn.com/astoriateam/archive/2009/03/16/ado-net-data-services-v1-5-ctp1-now-available-for-download.aspx download: http://www.microsoft.com/downloads/details.aspx?FamilyID=3e3d4eaf-227b-4ad3-ad0d-3613db8aa9df...
ccBoy's WebLog
Azure Services探索—存储之Blobs存储
Posted
over 3 years ago
by
MSDNArchive
1
Comments
del.icio.us Tags: Windows Azure , Blob 上一篇是关于Azure Service 的表存储 ,本篇来主要是针对Azure中另外一类特殊的存储-二进制等非结构化的存储,如果我们的Azure服务中有需要保存非传统或结构化的数据,如图片、声音及视频媒体等信息,那么我们就需要使用到Blob存储了。而Windows Azure平台提供了一个很不错的托管平台和编程模型。 Blob存储和Azure 表存储不同的是在概念上,之前我们看到表存储最重要的概念是实体(Entity)概念...
ccBoy's WebLog
Azure Services探索—在Azure服务中增加WCF服务
Posted
over 3 years ago
by
MSDNArchive
1
Comments
这篇文章要从 Azure Service探索--存储之LocalStorage 那篇文章激发的需求,因为在文件系统存储中,我们讲述了LocalStorage的不可共享性,当时又为了学习体验Worker Role的用法,就产生了这样的一个想法:首先还是在Web Role中定义一个临时的文件系统,然后再由Web Role提供一个WCF的服务,让Worker Role来调用,从而达到对这个临时文件系统的共享和写入。 其实变换一下,就是要解决如何在Azure 服务中提供一个 WCF服务,然后这个WCF如何被配置...
ccBoy's WebLog
Azure Services探索—存储之表(Table)存储
Posted
over 3 years ago
by
MSDNArchive
1
Comments
del.icio.us Tags: Windows Azure , Table 本系列文章 是一个有关Azure Services开发基础性的学习记录,由于时间有限,所以希望自己讨论和探索的过程是从零开始,到能够进行Azure Services基本的编程开发。相对于每个议题可能有非常深入的话题,我希望有时间能通过其他的文章来进行。本系列的定位基本上定位于,花20-30分钟时间,先下载代码,跟着阅读文章,运行获得相关的体验。 上一篇是关于Azure的队列存储 ,本篇是关于表存储的。理论上表存储应该是我们最熟悉的存储方式...
ccBoy's WebLog
Azure Service探索—存储之队列(Queues)存储
Posted
over 3 years ago
by
MSDNArchive
2
Comments
del.icio.us Tags: Windows Azure , Queues 之前的一篇探索 是有关Azure服务的文件系统存储的,我们看到了LocalStorage的不可共享性和临时性,同样也是在那篇文章中我们也涉及到了Azure编程模型中两个比较重要的模型和角色,Web Role和Worker Role,了解Web Role和Worker role之间的关系,是使用和掌握队列存储的关键。 根据 MSDN的官方定义 : Web role : A web role is a Web application...
ccBoy's WebLog
Azure Service探索—存储之本地(LocalStorage)存储
Posted
over 3 years ago
by
MSDNArchive
3
Comments
del.icio.us Tags: Windows Azure Azure Service将整个服务对存储的需求抽象成四个对象,它们分别是Table存储,Blob存储,队列(Queues)存储和本地临时文件存储(LocalStorage)。其中Table存储和Blob存储基本上应用最常用的存储对象,也是托管环境中的重要能力之一,可以理解为这两类存储Azure平台是要按流量或大小来计费和收费的。LocalStorage存储和队列存储也是能力,它往往是提供给某种应用场景的一种工具和服务,不会用来计费...
ccBoy's WebLog
Windows Azure SDK and Tools for Visual Studio (Jan 2009 CTP)
Posted
over 3 years ago
by
MSDNArchive
0
Comments
see: January 2009 CTP of the Windows Azure Tools and SDK released Download: Windows Azure Software Development Kit http://www.microsoft.com/downloads/details.aspx?familyid=80e3eabf-0507-4560-aeb6-d31e9a70a0a6&displaylang=en&tm Windows Azure...
ccBoy's WebLog
Hello Windows Azure--云端版本
Posted
over 3 years ago
by
MSDNArchive
0
Comments
之前有做过一个最简单的Windows Azure的应用- Hello Windows Azure ,之后在2008年的圣诞节又获得了 Invitation Code to Windows Azure ,这样就可以测试一下云端版本的Windows Azure应用了,也就是真正的Windows Azure Service。 因为应用非常的简单,其实主要就是根据Jim Nakashima的文章 Deploying a Service on Windows Azure ,对整个Windows Azure...
ccBoy's WebLog
Windows Azure in PDC 08
Posted
over 4 years ago
by
MSDNArchive
0
Comments
Developing and Deploying Your First Windows Azure Service http://channel9.msdn.com/pdc2008/ES01/ Windows Azure: Architecting & Managing Cloud Services http://channel9.msdn.com/pdc2008/ES02/ Windows Azure: Cloud Service Development Best Practices http...
ccBoy's WebLog
Windows Azure Resource
Posted
over 4 years ago
by
MSDNArchive
1
Comments
Windows Azure SDK -msdn http://msdn.microsoft.com/en-us/library/dd179367.aspx Microsoft Cloud Computing Tools--msdn http://msdn.microsoft.com/en-us/vstudio/cc972640.aspx Azure Services Developer Portal ---Azure upload http://go.microsoft.com/fwlink...
ccBoy's WebLog
ADO.NET Data Services 的Self-Hosting例子(.NET 3.5 SP1)
Posted
over 4 years ago
by
MSDNArchive
0
Comments
之前有写一篇关于ADO.NET Data Services hosting在一个控制台程序中的做法。 详细见--ADO.NET Data Services 的Self-Hosting实例 http://blogs.msdn.com/ccboy/archive/2008/01/12/ado-net-data-services-self-hosting.aspx 今天找了一下,发现原来的代码找不到,于是重新尝试了一下,看看.NET 3.5 SP1之后是否有变化。 ADO.NET Data Services逐渐成为一个非常不错的工具和武器...
ccBoy's WebLog
Silverlight 2 Skins--two new cool skins
Posted
over 4 years ago
by
MSDNArchive
0
Comments
http://blogs.msdn.com/corrinab/archive/2008/06/16/8602865.aspx
ccBoy's WebLog
more information ...about VS2008 SP1 and .NET FX 3.5 SP1
Posted
over 4 years ago
by
MSDNArchive
1
Comments
ScottGu's - Visual Studio 2008 and .NET Framework 3.5 Service Pack 1 Beta http://weblogs.asp.net/scottgu/archive/2008/05/12/visual-studio-2008-and-net-framework-3-5-service-pack-1-beta.aspx What's New in the SP1 Beta? - ADO.NET and Entity Framework http...
ccBoy's WebLog
.NET FX 3.5 sp1 with ADO.NET Entity Framework
Posted
over 4 years ago
by
MSDNArchive
0
Comments
Microsoft .NET Framework 3.5 Service pack 1 Beta http://www.microsoft.com/downloads/details.aspx?FamilyId=23516C63-2DB2-4E7F-AABA-32B12D6E025C&displaylang=en Microsoft Visual Studio 2008 Service Pack 1 Beta http://www.microsoft.com/downloads/details...
ccBoy's WebLog
PowerCommands 1.1
Posted
over 4 years ago
by
MSDNArchive
1
Comments
如果你已经习惯了Coderush或Refactor! Pro的复杂和庞大,到时可以尝试一下 PowerCommands 1.1 for Visual Studio 2008 1.1版本包括下面的功能: Enable/Disable PowerCommands in Options dialog This feature allows you to select which commands to enable in the Visual Studio IDE. Point to the Tools...
ccBoy's WebLog
Silverlight 2 Beta 1 发布
Posted
over 4 years ago
by
MSDNArchive
1
Comments
Microsoft Silverlight Tools Beta 1 for Visual Studio 2008 --silverlight_chainer.exe http://www.microsoft.com/downloads/details.aspx?FamilyID=e0bae58e-9c0b-4090-a1db-f134d9f095fd&DisplayLang=en Silverlight 2 Beta 1 runtime: http://silverlight.dlservice...
ccBoy's WebLog
Entity Framework Toolkits & Extensions
Posted
over 4 years ago
by
MSDNArchive
1
Comments
昨天在Daniel的 EntityBag Part V – ContexSnapshot Constructing and Applying 文章下面询问一个没有发现的函数-CreateOriginalValuesObjectWithReferences,很快他就给出了回复,并且给了一个源代码的项目地址 http://code.msdn.microsoft.com/entitybag ,非常感谢:) 然后一看还发现不少EF相关的项目,也许应该说持续增长中吧。 http://code.msdn...
ccBoy's WebLog
WCF Web Programming Model Documentation
Posted
over 4 years ago
by
MSDNArchive
0
Comments
Conceptual Overviews: Web Programming Model AJAX and JSON WCF Syndication (Atom and RSS) Partial Trust Class Library Reference (not exhaustive): System.ServiceModel.Web Namespace System.ServiceModel.Syndication Namespace System.Runtime.Serialization.Json...
ccBoy's WebLog
ADO.NET Data Services 的Self-Hosting实例
Posted
over 4 years ago
by
MSDNArchive
2
Comments
Fast, simple test app for ADO.NET Data Services http://blogs.msdn.com/marcelolr/archive/2008/01/02/fast-simple-test-app-for-ado-net-data-services.aspx Mike Taulty 的Weblog http://mtaulty.com/CommunityServer/blogs/mike_taultys_blog/archive/2007/12/19/10028...
ccBoy's WebLog
DP 关注之一(2008/01/09)
Posted
over 4 years ago
by
MSDNArchive
1
Comments
LINQKit http://www.albahari.com/nutshell/linqkit.html LINQ Dynamic Query Library http://weblogs.asp.net/scottgu/archive/2008/01/07/dynamic-linq-part-1-using-the-linq-dynamic-query-library EF FAQ updated - v0.3 http://blogs.msdn.com/dsimmons/archive/2008...
ccBoy's WebLog
ADO.NET EFx beta3 and Designer Tools CTP
Posted
over 5 years ago
by
MSDNArchive
0
Comments
1-> ADO.NET Entiry Framework Bet3 http://www.microsoft.com/downloads/details.aspx?FamilyId=15DB9989-1621-444D-9B18-D1A04A21B519&displaylang=en 2-> ADO.Net Entity Framework Tools Dec 07 Community Technology Preview http://www.microsoft.com...
ccBoy's WebLog
Microsoft ESB Guidance for BizTalk Server 2006 R2
Posted
over 5 years ago
by
MSDNArchive
1
Comments
November 2007 Summary The Microsoft ESB Guidance uses Microsoft BizTalk Server 2006 R2 to support a loosely coupled messaging architecture. BizTalk Server includes a powerful publish/subscribe mechanism for messaging applications that works by creating...
ccBoy's WebLog
BizTalk Server 2006 R2 Extensions For Windows Workflow Foundation SDK V1
Posted
over 5 years ago
by
MSDNArchive
1
Comments
Just released, the long awaited BizTalk Server 2006 extensions for Windows Workflow Foundation SDK. Use WF modeling and host workflows in BizTalk Server. Note the BTS messaging activities in the image. Download here English - United States Quick steps...
ccBoy's WebLog
下一代技术平台-Oslo-- .NET FX 4.0, Biztalk 6, System Center 5,Visual Stuido 10.....
Posted
over 5 years ago
by
MSDNArchive
1
Comments
What is “Oslo”? What are the product and technology components that will be delivered? “Oslo” is the latest in a series of long term investments in SOA and BPM technologies, enabling the development of distributed applications. At the conference, we will...
ccBoy's WebLog
ASMX Proxy 比WCF Proxy要简单?
Posted
over 5 years ago
by
MSDNArchive
0
Comments
ASMX Proxy没有ServiceContract和Channel stack的概念,ASMX直接使用SoapHttpClientProtocol,SoapHttpClientProtocol则完全是客户端的技术,其是对System.Net的HttpWebRequest的封装。而WCF proxy内部则是一个.NET Remoting的级别的地传输接口,最主要是是因为ASMX是一个“horizontal”的编程模型,更多时支持和实现Web Service的协议,而WCF是一个“Vertical...
Page 1 of 2 (46 items)
1
2