• 大小: 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个文件信息

评论

共有 条评论