-
大小: 2.42M文件类型: .rar金币: 1下载: 0 次发布日期: 2021-02-02
- 语言: C#
- 标签: slLinqSql Silverlight
资源简介
silverlight 连接数据库实例
代码片段和文件信息
using System;
using System.Collections.Generic;
using System.Linq;
using System.Net;
using System.Windows;
using System.Windows.Controls;
using System.Windows.Documents;
using System.Windows.Input;
using System.Windows.Media;
using System.Windows.Media.Animation;
using System.Windows.Shapes;
namespace slLinqSql
{
public partial class App : Application
{
public App()
{
this.Startup += this.Application_Startup;
this.Exit += this.Application_Exit;
this.UnhandledException += this.Application_UnhandledException;
InitializeComponent();
}
private void Application_Startup(object sender StartupEventArgs e)
{
this.RootVisual = new MainPage();
}
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 1591808 2010-01-29 19:39 slLinqSql\SampleDB.bak
文件 292 2010-01-22 17:08 slLinqSql\slLinqSql\App.xaml
文件 2345 2010-01-22 17:08 slLinqSql\slLinqSql\App.xaml.cs
文件 1268 2010-01-22 22:44 slLinqSql\slLinqSql\Bin\Debug\AppManifest.xaml
文件 18336 2009-07-21 16:43 slLinqSql\slLinqSql\Bin\Debug\de\System.ComponentModel.DataAnnotations.resources.dll
文件 38808 2009-07-21 16:43 slLinqSql\slLinqSql\Bin\Debug\de\System.Windows.Controls.Data.Input.resources.dll
文件 116608 2009-07-21 16:43 slLinqSql\slLinqSql\Bin\Debug\de\System.Windows.Controls.Data.resources.dll
文件 173936 2009-07-21 16:43 slLinqSql\slLinqSql\Bin\Debug\de\System.Windows.Controls.resources.dll
文件 11624 2009-07-21 16:43 slLinqSql\slLinqSql\Bin\Debug\de\System.Windows.Data.resources.dll
文件 17824 2009-07-21 16:43 slLinqSql\slLinqSql\Bin\Debug\es\System.ComponentModel.DataAnnotations.resources.dll
文件 38792 2009-07-21 16:43 slLinqSql\slLinqSql\Bin\Debug\es\System.Windows.Controls.Data.Input.resources.dll
文件 116608 2009-07-21 16:43 slLinqSql\slLinqSql\Bin\Debug\es\System.Windows.Controls.Data.resources.dll
文件 173936 2009-07-21 16:43 slLinqSql\slLinqSql\Bin\Debug\es\System.Windows.Controls.resources.dll
文件 11640 2009-07-21 16:43 slLinqSql\slLinqSql\Bin\Debug\es\System.Windows.Data.resources.dll
文件 18336 2009-07-21 16:43 slLinqSql\slLinqSql\Bin\Debug\fr\System.ComponentModel.DataAnnotations.resources.dll
文件 38808 2009-07-21 16:43 slLinqSql\slLinqSql\Bin\Debug\fr\System.Windows.Controls.Data.Input.resources.dll
文件 116616 2009-07-21 16:43 slLinqSql\slLinqSql\Bin\Debug\fr\System.Windows.Controls.Data.resources.dll
文件 173952 2009-07-21 16:43 slLinqSql\slLinqSql\Bin\Debug\fr\System.Windows.Controls.resources.dll
文件 11640 2009-07-21 16:43 slLinqSql\slLinqSql\Bin\Debug\fr\System.Windows.Data.resources.dll
文件 17824 2009-07-21 16:43 slLinqSql\slLinqSql\Bin\Debug\it\System.ComponentModel.DataAnnotations.resources.dll
文件 38792 2009-07-21 16:43 slLinqSql\slLinqSql\Bin\Debug\it\System.Windows.Controls.Data.Input.resources.dll
文件 116608 2009-07-21 16:43 slLinqSql\slLinqSql\Bin\Debug\it\System.Windows.Controls.Data.resources.dll
文件 173936 2009-07-21 16:43 slLinqSql\slLinqSql\Bin\Debug\it\System.Windows.Controls.resources.dll
文件 11624 2009-07-21 16:43 slLinqSql\slLinqSql\Bin\Debug\it\System.Windows.Data.resources.dll
文件 18832 2009-07-21 16:43 slLinqSql\slLinqSql\Bin\Debug\ja\System.ComponentModel.DataAnnotations.resources.dll
文件 38808 2009-07-21 16:43 slLinqSql\slLinqSql\Bin\Debug\ja\System.Windows.Controls.Data.Input.resources.dll
文件 116616 2009-07-21 16:43 slLinqSql\slLinqSql\Bin\Debug\ja\System.Windows.Controls.Data.resources.dll
文件 173952 2009-07-21 16:43 slLinqSql\slLinqSql\Bin\Debug\ja\System.Windows.Controls.resources.dll
文件 12152 2009-07-21 16:43 slLinqSql\slLinqSql\Bin\Debug\ja\System.Windows.Data.resources.dll
文件 18336 2009-07-21 16:43 slLinqSql\slLinqSql\Bin\Debug\ko\System.ComponentModel.DataAnnotations.resources.dll
............此处省略115个文件信息
相关资源
- Silverlight 颜色选择器
- Windows7Simulation 基于Silverlight的win7系统
- SL_Chart silverlight图表
- C#Winform基于SQL Server的网络连接数据库
- ASP.NET简单连接操作数据库
- C# Access连接数据库和操作 配置app.co
- Arcengine连接数据库
- C#通过配置appconfig连接数据库
- 图书馆管理系统连接数据库更新了(
- C# WinForm 控件TreeView 最简单的连接数据
- SQLHelper连接数据库类
- C# 迷宫 游戏源码(含连接数据库)
- c#SQL server连接数据库
- C#Sqlite中连接数据库演示
- silverlight视频播放器
- Sqlite 连接数据库
- android连接数据库(后端为c#)
- WINFORM电影售票系统源码(无需连接数
评论
共有 条评论