微软一站式示例代码库 3月小结

微软一站式示例代码库(http://1code.codeplex.com/ )3月小结

1. 项目中Data Platform相关的示例登陆MSDN Data Developer Center:

Beginner's Guide to the ADO.NET Entity Framework

image

Entity Framework Resources and Community

image

2. 新发布 4 篇KB文章

How to work with text in Silverlight 3

Text plays a critical role in many applications. Microsoft Silverlight 3 provides extensive support for working with texts. This article describes an All-In-One Code Framework sample that is available for downloading. This sample includes a step-by-step guide about how to work with text in Silverlight 3.

How to upload and to display images in an ASP.NET FormView control

This article describes an All-In-One Code Framework sample that is available for downloading. This code sample demonstrates how to display and to upload images in an ASP.NET FormView control. This code sample also demonstrates how to implement Insert, Edit, Update, Delete and Paging functions in the FormView control.

How to self-elevate an application to a high privilege level under UAC

This article describes an All-In-One Code Framework sample that is available for downloading. The code sample is related to User Account Control (UAC), a security component in Windows Vista and in newer versions of Windows operating systems. When UAC is fully enabled, interactive administrators typically run with the least user privileges. This code sample shows how to check the privilege level of the current process. Additionally, this code sample shows how to self-elevate an application to a high privilege level by giving explicit consent through the Consent UI.

How to use LINQ to XML to create and to query an XML document

This article describes an All-In-One Code Framework sample that is available for downloading. This sample includes a step-by-step guide about how to create and to query an XML document whose data is from LINQ to Objects (in-memory objects) and from LINQ to SQL (SQL Server databases). The Visual Basic.NET version also uses the XML literals feature, which is introduced in Visual Basic.NET 2008.

3. 3月份完成20个新的示例 (尤其是8个Azure相关的示例代码)

Samples for Azure

Name

Description Owner
CSAzureTableStorageWCFDS Expose data in Windows Azure Table Storage via WCF Data Services (C#) YiLun
VBAzureTableStorageWCFDS Expose data in Windows Azure Table Storage via WCF Data Services (VB.NET) YiLun
CSAzureServiceBusWCFDS Access data on premise from Cloud via Service Bus and WCF Data Service (C#) Allen
VBAzureServiceBusWCFDS Access data on premise from Cloud via Service Bus and WCF Data Service (VB.NET) Allen
CSAzureServiceBusSLRest Expose on-premises WCF service to an internet Silverlight client (C#) YiLun
VBAzureServiceBusSLRest Expose on-premises WCF service to an internet Silverlight client (VB.NET) YiLun
CSAzureStorageRESTAPI Call raw List Blob REST API in C# Allen
VBAzureStorageRESTAPI Call raw List Blob REST API in VB.NET Allen

Samples for COM

Name

Description Owner
CSRegFreeCOMClient Reg-free COM Client in C# EricYang

Samples for Data Platform

Name

Description Owner
VBLinqExtension Extend LINQ in VB.NET YiChun
VBUseADO Use ADO in a VB.NET application YiChun

Samples for IPC and RPC

Name

Description Owner
VBNamedPipeClient A named-pipe server written in VB.NET EricYang
VBNamedPipeServer A named-pipe client written in VB.NET EricYang
VBFileMappingServer Create shared memory in C# Jialiang
VBFileMappingClient Access shared memory in C# Jialiang

Samples for Security

Name

Description Owner
CppCreateLowIntegrityProcess Create low-integrity process in C++ Jialiang
CSCreateLowIntegrityProcess Create low-integrity process in C# Jialiang
VBCreateLowIntegrityProcess Create low-integrity process in VB.NET Jialiang

Samples for Threading

CSThreadingBasic

Basics of threading in C# Colbert
VBThreadingBasic Basics of threading in VB.NET Colbert
CSThreadingMonitor Thread synchronization through Monitor in C# Colbert
VBThreadingMonitor Thread synchronization through Monitor in VB.NET Colbert

Samples for Windows

Name

Description Owner
CppWindowsOwnerDrawnMenu Owner-drawn menu item in Windows application Jialiang

Samples for Windows Forms

Name

Description Owner
VBWinFormDesigner WinForm Designers in C# Kira

Samples for WPF

Name

Description Owner
CSWPFCascadeDataGridComboBoxColumns Cascade the loopup list in two WPF DataGrid combobox columns (C#) Linda
VBWPFCascadeDataGridComboBoxColumns Cascade the loopup list in two WPF DataGrid combobox columns (VB.NET) Linda

4. 发布了一个Release

http://1code.codeplex.com/releases/view/42689

中文介绍:http://www.cnblogs.com/Jialiang/archive/2010/03/30/AIO20100329.html

英文介绍:http://blogs.msdn.com/codefx/archive/2010/03/31/microsoft-all-in-one-code-framework-new-samples-updated-on-2010-03-29.aspx

5. 项目相关的download/pageview 稳步增长

image

原文地址:https://www.cnblogs.com/Jialiang/p/1705994.html