using System;using System.Collections.Generic;using System.Linq;using System.Web;using System.Web.UI;using System.Web.UI.WebControls;using System.IO;/...
                            
                            
                                分类:
数据库   时间:
2014-07-16 23:09:28   
                                阅读次数:
378
                             
                    
                        
                            
                            
                                using System;using System.IO;using System.Collections;using System.Collections.Generic;using System.Linq;using System.Web;using System.Web.UI;using Sy...
                            
                            
                                分类:
其他好文   时间:
2014-07-10 12:18:40   
                                阅读次数:
160
                             
                    
                        
                            
                            
                                using System;using System.Collections.Generic;using System.Linq;using System.Net.Mail;using System.Text;using System.Threading.Tasks;namespace QQEmail...
                            
                            
                                分类:
其他好文   时间:
2014-07-10 11:45:31   
                                阅读次数:
189
                             
                    
                        
                            
                            
                                搜索文件夹内容的小工具Github两种搜索模式的算法:BoyerMooreSearch.csusing System.Threading;using System.Collections.Generic;using System.Linq;namespace Finder.Algorithms{ ....
                            
                            
                                分类:
其他好文   时间:
2014-07-10 00:14:50   
                                阅读次数:
335
                             
                    
                        
                            
                            
                                using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Data;using System.Reflection;namespace Data_Helper{ ...
                            
                            
                                分类:
其他好文   时间:
2014-07-07 23:51:29   
                                阅读次数:
299
                             
                    
                        
                            
                            
                                using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Text.RegularExpressions;using Microsoft.SqlServer.Manag...
                            
                            
                                分类:
其他好文   时间:
2014-07-07 23:49:33   
                                阅读次数:
333
                             
                    
                        
                            
                            
                                using System;using System.Collections.Generic;using System.Configuration;using System.Data;using System.Data.SqlClient;using System.Linq;using System....
                            
                            
                                分类:
数据库   时间:
2014-07-07 23:33:55   
                                阅读次数:
264
                             
                    
                        
                            
                            
                                linq to Entity Framework 中left join 的使用,Linq 中使用Into 语句和不使用Into 语句的区别, Linq DefaultIfEmpty 函数的作用
                            
                            
                                分类:
其他好文   时间:
2014-07-07 19:31:23   
                                阅读次数:
296
                             
                    
                        
                            
                            
                                在上一篇我们在宏观概要上对DAL层进行了封装与抽象。我们的目的主要有两个:第一,解除BLL层对DAL层的依赖,这一点我们通过定义接口做到了;第二,使我们的DAL层能够支持一切数据访问技术,如Ado.net,EF,linq To Sql,这一点我们实现的不是很完美,仍有很大的改进空间,本文将加以改进。...
                            
                            
                                分类:
其他好文   时间:
2014-06-30 13:46:37   
                                阅读次数:
324
                             
                    
                        
                            
                            
                                上次我们说到了linq对数组内容的检索,自.net2.0以后,泛型成了很常见的一种应用技术,linq对泛型的检索也提供了完善的支持如对list类型的支持,范例如下: class Program { static void Main(string[] args) { List samplebooks ...
                            
                            
                                分类:
其他好文   时间:
2014-06-30 11:30:12   
                                阅读次数:
125