Welcome![Sign In][Sign Up]
Location:
Search - LinQ

Search list

[ASPalmacen

Description: example using System; using System.Collections.Generic; using System.Linq; using System.Web; using System.Web.UI; using System.Web.UI.WebControls; using System.ComponentModel; using bibliotecadeclases1; using Biblioteca_Entidades; public partial class Usuario_Editar : System.Web.UI.Page { BindingList listaempresas = new BindingList(); List listausuarios = new List(); Empresa posicion0 = new Empresa(); Empresa empresatep = new Empresa(); BLL_Empresas bllempresa = new BLL_Empresas(); Usuario usuario0 = new Usuario(); Usuario usuarioseleccionado = new Usuario(); BLL_Almacenes bll = new BLL_Almacenes(); BLL_Login_usuario bllusuario = new BLL_Login_usuario(); protected void Page_Load(object sender, EventArgs e) { bool valor = IsPostBack;
Platform: | Size: 3524 | Author: johanson | Hits:

[Othersomething

Description: 一些可能有人会用到的小程序,包括以下内容:ASP.NET生成缩略图的代码,C#远程重启计算机代码,c语言冒泡排序法代码,Linq查询,三菱PLC编程口通信C语言源代码.-Some may use the small program, including the following: ASP.NET generated thumbnail code, C# remote restart computer code, c language bubble sorting code, Linq query, Mitsubishi PLC programming port communication C language source code.
Platform: | Size: 5120 | Author: | Hits:

[ADO-ODBC精通C#与.NET 4.0数据库开发源码

Description: 精通C#与.NET 4.0数据库开发---基础、数据库核心技术、项目实战/ 秦婧,石叶平等编著 介绍微软.NET 4.0平台所涉及的SQL Server 2008、ADO.NET和LINQ等数据库开发技术。全书共六篇,包括:C# 4.0语言基础、开发应用程序、SQL Server 2008基础、ADO.NET操作数据库、LINQ查询开发、项目实战。(Proficient in C# and.NET 4 database development, database foundation, core technology, project / Qin Jing, Shi, leaves equal development technology introduction of Microsoft.NET 4 Platform of SQL Server 2008, ADO.NET and LINQ database. A total of six books, including: C# 4 language foundation, development applications, SQL Server 2008 foundation, ADO.NET operation database, LINQ query development, project combat.)
Platform: | Size: 11585536 | Author: 新学徒 | Hits:

[.netGMap.NET.WindowsPresentation

Description: 调用地图,下载地图功能,需要就下载,谢谢(using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Windows.Forms; using DevExpress.XtraCharts;)
Platform: | Size: 4817920 | Author: 1373779183 | Hits:

[CSharpc#入门经典第五版

Description: c#入门经典第五版 解释变量和表达式等基本C#2010语法知识 介绍泛型的含义和用法 解释windows应用程序部署方法 讨论XML并简要介绍LINQ 深入探讨调试和错误处理方法 演示有效WPF和WCF技术(The fifth edition of the classic c # 101 Explain basic c # 2010 syntax knowledge of variables and expressions Introduce the meaning and usage of generics Explain the Windows application deployment method Discuss XML and briefly introduce LINQ Delve into debugging and error handling Demonstrate effective WPF and WCF technology)
Platform: | Size: 77117440 | Author: 小主 | Hits:

[Internet-NetworkADO.NET书

Description: ADO.NET书: Programming Entity Framework, 2nd Edition Microsoft ADO.NET Entity Framework Step by Step [Wrox] Professional ADO.NET 3.5 with LINQ and the Entity Framework(ADO.NET: Programming Entity Framework, 2nd Edition Microsoft ADO.NET Entity Framework Step by Step [Wrox] Professional ADO.NET 3.5 with LINQ and the Entity Framework)
Platform: | Size: 18709504 | Author: 伟伟88 | Hits:

[Otherlink

Description: link to SQL查询数据库,gridview,dev控件,datatable,(linq to SQL query database, gridview, dev control, datatable,)
Platform: | Size: 26795008 | Author: joene123 | Hits:

[ADO-ODBCLinqFromAccess

Description: 主要用于C# Access数据库使用LINQ来实现新增改查(Mainly used for C# Access database, using LINQ to achieve new change check)
Platform: | Size: 165888 | Author: kalvin | Hits:

[.netASP.NET-CodeFirst-MySQL-Demo-master

Description: ADO.NET Entity Framework 是微软以 ADO.NET 为基础所发展出来的对象关系对应 (O/R Mapping) 解决方案。该框架曾经为.NET Framework的一部分,但version 6之后从.NET Framework分离出来 Entity Data Model (EDM) ,将数据逻辑层切分为三块,分别为 Conceptual Schema, Mapping Schema 与 Storage Schema 三层,其上还有 Entity Client,Object Context 以及 LINQ 可以使用。(ADO.NET Entity Framework is a Microsoft ADO.NET based development of the object relation (O/R Mapping) solutions. The framework used as part of the.NET Framework, but version 6 from.NET Framework isolated Entity Data Model (EDM), the data logic layer is divided into three blocks, respectively Conceptual Schema, Mapping Schema and Storage Schema three, the Entity and Client, Object Context and LINQ can be used)
Platform: | Size: 10377216 | Author: rockneck | Hits:

[.net精通C# 5.0与.NET 4.5高级编程

Description: 精通C# 5.0与.NET 4.5高级编程:LINQ、WCF、WPF和WF(Pro C# 5.0 and the .NET 4.5 Framework)
Platform: | Size: 28824576 | Author: LesterZ | Hits:

[Windows DevelopConvertXmlApp

Description: Excel to Xml Using Linq
Platform: | Size: 66560 | Author: Altaf Ansari | Hits:

[OtherNewtonsoft.Json.dll

Description: 功能比较多,效率比较高,官方给出对比数据 50% faster than DataContractJsonSerializer, and 250% faster than JavaScriptSerializer. 比较常用的功能除了序列化发序列化之外,还有 Linq To Json、Json Path、 XML support等(The function is much more, the efficiency is higher, the official gives the contrast data 50% faster than DataContractJsonSerializer, and 250% faster than JavaScriptSerializer. In addition to serialization, the more commonly used functions are Linq To Json, Json Path, XML support, etc.)
Platform: | Size: 144384 | Author: bfmiss | Hits:

[CSharpC#多线程编程实战_中文完整版_带书签目录

Description: 《C#多线程编程实战》共分为11章,第1章介绍C#中基本的线程操作;第2章描述线程交互细节;第3章解释线程池概念;第4章深入讲解任务并行库框架;第5章深入解释C#5.0中的新功能——异步方法;第6章描述.NET框架中并行算法的标准数据结构;第7章深入讲解并行LINQ基础设施;第8章解释如何以及何时使用Reactive Extensions框架;第9章深入讲解异步I/O进程,包括文件、网络及数据库等场景;第10章针对常见的并行编程问题给出一些解决方案;第11章讲述编写基于Windows 8的异步应用程序的场景。("C# multithreaded programming combat" is divided into 11 chapters, the first chapter introduces the basic operation thread in C#; the second chapter describes thread interaction details; the third chapter explains the concept of thread pool; the fourth chapter deeply explain the task parallel library framework; the fifth chapter deeply explain the new features in C#5.0: asynchronous method; standard description of parallel data structure.NET algorithm in the framework of the sixth chapter; the seventh chapter in-depth explanation of the parallel LINQ infrastructure; the eighth chapter explains how and when to use the Reactive Extensions framework; the ninth chapter in-depth explanation of the asynchronous I/O process, including file, network and database scene; in the tenth chapter gives some solutions of parallel programming problems in common; the eleventh chapter describes the preparation based on asynchronous the application of Windows 8 scene.)
Platform: | Size: 25056256 | Author: 边缘1025 | Hits:

[.net15

Description: 本系统是仿照wordpress的结构编写的一款asp.net mvc4是程序,本系统采用了MVC4框架,使用了LINQ操作数据库,(The system is modeled on the structure of WordPress asp.net mvc4 is a program, the system uses MVC4 framework, the use of LINQ operation database.)
Platform: | Size: 4368384 | Author: 536y4rh | Hits:

[OtherMVCLinqMusic_1.0

Description: 本源码简单实现了音乐商品的管理和分类查看功能,使用了MVC分页,Linq to Entity,对初学者很有帮助。(This source code simply implements the management and classification view function of music merchandise, and uses MVC paging, Linq to Entity, which is very helpful for beginners.)
Platform: | Size: 4509696 | Author: 清音1323 | Hits:

[GUI Develop通用Winform模板

Description: 界面生成器 常用的管理系统界面包括: 1.列表-->弹出编辑 2.列表(左/上)-->编辑(右/下) 3.树型-->列表-->弹出编辑 4.树型-->列表(左/上)-->编辑(右/下) ...等多种情况. 本系统使用winform的绑定机制应用以上模板及对应数据表(视图)实现动态代码生成,直接生成模式类,数据类及窗体类(一个或多个).此时,代码可直接编译. 后续需要做的工作就是应用winform开发自带的数据源方法或者devexpress的datalayoutcontrol方法来拖拽对应的控件和展示数据的gridcontrol/treelist来展示数据, 进而实现ui与模型的互动. 此灵感来自于本人制作某体检系统,大量字典类的基础维护界面,用此代码生成器效率大大提高,而且可以代码先行,界面后做,或者分工处理不影响代码编译. 依赖:DevExpress,EntityFramework(DbFirst),AutoMapper,System.Linq.Dynamic(Interface Builder Common management system interfaces include: 1. List > pop up edit 2. List (left / top) -- > Edit (right / bottom) 3. Tree > list > pop up edit 4. Tree > list (left / top) - > Edit (right / bottom) ... etc This system uses WinForm binding mechanism, applies the above template and corresponding data table (view) to realize dynamic code generation, and directly generates schema class, data class and form class (one or more). At this time, the code can be compiled directly)
Platform: | Size: 6150144 | Author: cooltan | Hits:
« 1 2 ... 17 18 19 20 21 22»

CodeBus www.codebus.net