資源簡介
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個文件信息
評論
共有 條評論