malaikuangren

What is the purpose or drive to build thing like (xxx),How can it achieve the original goal of design?
上一页 1 ··· 4 5 6 7 8 9 10 11 12 ··· 27 下一页

2012年11月4日

Performance Considerations for Entity Framework 5

摘要: 1. IntroductionObject-Relational Mapping frameworks are a convenient way to provide an abstraction for data access in an object-oriented application. For .NET applications, Microsoft's recommended O/RM is the Entity Framework. With any abstraction though, performance can become a concern.This wh 阅读全文

posted @ 2012-11-04 22:24 malaikuangren 阅读(1615) 评论(0) 推荐(0) 编辑

2012年11月2日

Microsoft Reports Significant Performance Improvements in Entity Framework 5 (InfoQ)

摘要: Microsoft has announced that the upcoming Entity Framework (EF) 5 could potentially improve performance up to 67 percent over EF 4.According to theADO.NET team blog, the application performance improvements they've seen in this version of EF are partly due to auto-compilation of LINQ to Entities 阅读全文

posted @ 2012-11-02 09:23 malaikuangren 阅读(185) 评论(0) 推荐(0) 编辑

2012年11月1日

Understanding MaxServicePointIdleTime and DefaultConnectionLimit

摘要: To understand these settings you need to understand how the HttpWebRequest class relates to the ServicePointManager and ServicePoint classes. When you make a request with the HttpWebRequest class, the ServicePointManager provides a ServicePoint object to the HttpWebRequest object to handle the conne 阅读全文

posted @ 2012-11-01 09:25 malaikuangren 阅读(792) 评论(0) 推荐(0) 编辑

2012年10月29日

Sql azure not support all the sql .

摘要: http://msdn.microsoft.com/en-us/library/ee336258.aspx 阅读全文

posted @ 2012-10-29 14:36 malaikuangren 阅读(117) 评论(0) 推荐(0) 编辑

2012年10月22日

Overview of Managing Deployments in Windows Azure(staging and production environment in cloud services)

摘要: http://msdn.microsoft.com/en-us/library/hh386336.aspx 阅读全文

posted @ 2012-10-22 13:15 malaikuangren 阅读(126) 评论(0) 推荐(0) 编辑

2012年10月19日

using sql server or sql azure for session state store in asp.net

摘要: http://support.microsoft.com/kb/317604Typically We used in-proc mode to store asp.net session state, but ,sometimes we can not use the mode for some desire .like using Load balance or use long timeout session . so . we need out-proc mode to make it out .usually we could use a state server or sql ser 阅读全文

posted @ 2012-10-19 11:14 malaikuangren 阅读(161) 评论(0) 推荐(0) 编辑

2012年10月18日

Upload File using HttpWebRequest (Multipart Form)

摘要: http://www.cnblogs.com/greenerycn/archive/2010/05/15/csharp_http_post.htmlsee also:http://www.ietf.org/rfc/rfc1867.txt 阅读全文

posted @ 2012-10-18 14:14 malaikuangren 阅读(191) 评论(0) 推荐(0) 编辑

2012年10月3日

My thoughts on the vm role

摘要: Back in October of 2010Microsoftannounced the new Virtual Machine (VM) role for its Windows Azure Platform atPDC. As opposed to the Web (link) and Worker (link) roles, the VM role allows you to define the configuration of the operating system you deploy in the Azure environment (with some limitation 阅读全文

posted @ 2012-10-03 16:59 malaikuangren 阅读(204) 评论(0) 推荐(0) 编辑
What is the Windows Azure?

摘要: See Also:http://zh.wikipedia.org/wiki/Windows_Azurehttp://cloudythoughts.siadis.com/windows-azure/updates-and-patches-in-windows-azure 阅读全文

posted @ 2012-10-03 15:31 malaikuangren 阅读(161) 评论(0) 推荐(0) 编辑
Difference between VM role(paas) and VM(Iaas)

摘要: The biggest difference is One is PaaS , Another is IaaS,For Example : you can specify the instance number of Load Balance just by simploy setting the number in the configuration of VM Role.So, that is the PaaS adventages. But I thought it is part of PaaS, Because as MS announced , User should be rep 阅读全文

posted @ 2012-10-03 14:17 malaikuangren 阅读(237) 评论(0) 推荐(0) 编辑
上一页 1 ··· 4 5 6 7 8 9 10 11 12 ··· 27 下一页