<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom"><title type="text">博客园_G yc_分类_VB.NET</title><id>http://feed.cnblogs.com/blog/u/14284/category/152821/rss</id><updated>2012-05-27T16:25:33Z</updated><generator>feed.cnblogs.com</generator><link rel="alternate" type="text/html" href="http://www.cnblogs.com/GSonOVB/category/152821.html"/><link rel="self" type="application/atom+xml" href="http://feed.cnblogs.com/blog/u/14284/category/152821/rss"/><entry><id>http://www.cnblogs.com/GSonOVB/archive/2009/02/23/1396323.html</id><title type="text">安全探索——.NET 中的角色安全（4）</title><summary type="text">在前面的文章中， 我已经介绍完了.NET 内部 Identity 和 Principal 类型了（再来就是我没有发现的了）。那么这回说说 PrincipalPermission 对象。 </summary><published>2009-02-23T03:11:00Z</published><updated>2009-02-23T03:11:00Z</updated><author><name>G yc {Son of VB.NET}</name><uri>http://www.cnblogs.com/GSonOVB/</uri></author><link rel="alternate" href="http://www.cnblogs.com/GSonOVB/archive/2009/02/23/1396323.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/GSonOVB/archive/2009/02/23/1396323.html"/><content type="text">在前面的文章中， 我已经介绍完了.NET 内部 Identity 和 Principal 类型了（再来就是我没有发现的了）。那么这回说说 PrincipalPermission 对象。 </content></entry><entry><id>http://www.cnblogs.com/GSonOVB/archive/2009/02/17/1392407.html</id><title type="text">安全探索——.NET 中的角色安全(1)</title><summary type="text">.NET Framework出来有段时间了，也逐渐壮大了，自然安全性也是必不可少的。本文将说说.NET中的角色安全，也是本人最近学习总结的。</summary><published>2009-02-17T06:31:00Z</published><updated>2009-02-17T06:31:00Z</updated><author><name>G yc {Son of VB.NET}</name><uri>http://www.cnblogs.com/GSonOVB/</uri></author><link rel="alternate" href="http://www.cnblogs.com/GSonOVB/archive/2009/02/17/1392407.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/GSonOVB/archive/2009/02/17/1392407.html"/><content type="text">.NET Framework出来有段时间了，也逐渐壮大了，自然安全性也是必不可少的。本文将说说.NET中的角色安全，也是本人最近学习总结的。</content></entry><entry><id>http://www.cnblogs.com/GSonOVB/archive/2008/12/18/1357543.html</id><title type="text">发布 事例 Comics Service</title><summary type="text">Comics Servics 是模仿 WCF 官方事例 Picture Serivce 制作</summary><published>2008-12-18T06:49:00Z</published><updated>2008-12-18T06:49:00Z</updated><author><name>G yc {Son of VB.NET}</name><uri>http://www.cnblogs.com/GSonOVB/</uri></author><link rel="alternate" href="http://www.cnblogs.com/GSonOVB/archive/2008/12/18/1357543.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/GSonOVB/archive/2008/12/18/1357543.html"/><content type="text">Comics Servics 是模仿 WCF 官方事例 Picture Serivce 制作</content></entry><entry><id>http://www.cnblogs.com/GSonOVB/archive/2008/08/29/1279344.html</id><title type="text">[翻译]让WCF使用自定义商业对象（Using Custom Business Objects with Windows Communica）</title><summary type="text">在我之前的文章《Windows Communication Foundation 入门》中，我描述如何创建简单的WCF服务。服务事例演示了入户是使用简单类型，像数字和字符串，但在真实的应用程序中大多使用更复杂的数据类型，像是Customers 和 Invoices。在这篇文章中，我将介绍如何在WCF中使用这些自定义的业务对象（类型）。 </summary><published>2008-08-29T04:04:00Z</published><updated>2008-08-29T04:04:00Z</updated><author><name>G yc {Son of VB.NET}</name><uri>http://www.cnblogs.com/GSonOVB/</uri></author><link rel="alternate" href="http://www.cnblogs.com/GSonOVB/archive/2008/08/29/1279344.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/GSonOVB/archive/2008/08/29/1279344.html"/><content type="text">在我之前的文章《Windows Communication Foundation 入门》中，我描述如何创建简单的WCF服务。服务事例演示了入户是使用简单类型，像数字和字符串，但在真实的应用程序中大多使用更复杂的数据类型，像是Customers 和 Invoices。在这篇文章中，我将介绍如何在WCF中使用这些自定义的业务对象（类型）。 </content></entry><entry><id>http://www.cnblogs.com/GSonOVB/archive/2008/08/29/1279315.html</id><title type="text">[翻译]Lambda表达式和表达式树（Lambda Expressions and Expression Trees）</title><summary type="text"/><published>2008-08-29T03:38:00Z</published><updated>2008-08-29T03:38:00Z</updated><author><name>G yc {Son of VB.NET}</name><uri>http://www.cnblogs.com/GSonOVB/</uri></author><link rel="alternate" href="http://www.cnblogs.com/GSonOVB/archive/2008/08/29/1279315.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/GSonOVB/archive/2008/08/29/1279315.html"/><content type="text"/></entry><entry><id>http://www.cnblogs.com/GSonOVB/archive/2008/08/29/1279095.html</id><title type="text">[翻译]转换VS2005项目到VS2008-开启LINQ（Converting VS 2005 Projects to VS 2008 - Enabling LINQ）</title><summary type="text"/><published>2008-08-28T19:33:00Z</published><updated>2008-08-28T19:33:00Z</updated><author><name>G yc {Son of VB.NET}</name><uri>http://www.cnblogs.com/GSonOVB/</uri></author><link rel="alternate" href="http://www.cnblogs.com/GSonOVB/archive/2008/08/29/1279095.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/GSonOVB/archive/2008/08/29/1279095.html"/><content type="text"/></entry><entry><id>http://www.cnblogs.com/GSonOVB/archive/2008/08/29/1279094.html</id><title type="text">[转载]充分发挥 Visual Studio“Orcas”中查询的强大功能</title><summary type="text"/><published>2008-08-28T19:12:00Z</published><updated>2008-08-28T19:12:00Z</updated><author><name>G yc {Son of VB.NET}</name><uri>http://www.cnblogs.com/GSonOVB/</uri></author><link rel="alternate" href="http://www.cnblogs.com/GSonOVB/archive/2008/08/29/1279094.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/GSonOVB/archive/2008/08/29/1279094.html"/><content type="text"/></entry><entry><id>http://www.cnblogs.com/GSonOVB/archive/2008/08/29/1279093.html</id><title type="text">[翻译]使用LINQ实现动态搜索(Implementing Dynamic Searching Using LINQ)</title><summary type="text">在数据窗体应用程序中一个常见的需求是使用户能够按照由任意字段组合的动态查询搜索。例如，程序中的搜索功能允许用户查找所有满足在多个列上定义了不同规则的记录。</summary><published>2008-08-28T19:11:00Z</published><updated>2008-08-28T19:11:00Z</updated><author><name>G yc {Son of VB.NET}</name><uri>http://www.cnblogs.com/GSonOVB/</uri></author><link rel="alternate" href="http://www.cnblogs.com/GSonOVB/archive/2008/08/29/1279093.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/GSonOVB/archive/2008/08/29/1279093.html"/><content type="text">在数据窗体应用程序中一个常见的需求是使用户能够按照由任意字段组合的动态查询搜索。例如，程序中的搜索功能允许用户查找所有满足在多个列上定义了不同规则的记录。</content></entry></feed>
