• 大小: 136KB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2021-06-12
  • 语言: 其他
  • 标签:

资源简介

C/S架构下利用wcf做服务端访问数据库的demo 有服务端和客户端的代码 服务端连接数据库 客户端通过服务端访问

资源截图

代码片段和文件信息

using System;
using System.Collections.Generic;
using System.Configuration;
using System.Data;
using System.Linq;
using System.Windows;
using System.IO;

namespace ClientDemo
{
    /// 
    /// App.xaml 的交互逻辑
    /// 

    public partial class App : Application
    {
        public static string serverhost = ““;
        private void Application_Startup(object sender StartupEventArgs e)
        {
            //读取配置文件中的地址
            StreamReader sr = new StreamReader(AppDomain.CurrentDomain.baseDirectory + “IPandport.ini“);
            serverhost = string.Format(“http://{0}/ServerDemo“ sr.ReadLine());
            sr.Close();
        }
    }
}

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件        352  2013-06-14 13:11  Demo\Server\ClientDemo\App.xaml

     文件        728  2013-06-14 13:11  Demo\Server\ClientDemo\App.xaml.cs

     文件       1816  2013-06-14 13:11  Demo\Server\ClientDemo\bin\Debug\CheckUser.xaml

     文件        918  2013-06-14 13:11  Demo\Server\ClientDemo\bin\Debug\CheckUser.xaml.cs

     文件       4857  2013-06-14 13:11  Demo\Server\ClientDemo\bin\Debug\ClientDemo.csproj

     文件      18432  2013-06-14 13:11  Demo\Server\ClientDemo\bin\Debug\ClientDemo.exe

     文件      44544  2013-06-14 13:11  Demo\Server\ClientDemo\bin\Debug\ClientDemo.pdb

     文件      11600  2013-06-14 13:11  Demo\Server\ClientDemo\bin\Debug\ClientDemo.vshost.exe

     文件         14  2013-06-14 13:11  Demo\Server\ClientDemo\bin\Debug\IPandport.ini

     文件       2490  2013-06-14 13:11  Demo\Server\ClientDemo\ClientHelp\Client.cs

     文件        906  2013-06-14 13:11  Demo\Server\ClientDemo\ClientHelp\IDatabaseService.cs

     文件       1126  2013-06-14 13:11  Demo\Server\ClientDemo\Entiyandhelp\MainWindow.xaml

     文件       1345  2013-06-14 13:11  Demo\Server\ClientDemo\Entiyandhelp\MainWindow.xaml.cs

     文件        520  2013-06-14 13:11  Demo\Server\ClientDemo\Entiyandhelp\NotifyPropertyChangedobject.cs

     文件       2252  2013-06-14 13:11  Demo\Server\ClientDemo\Entiyandhelp\Userhelp.cs

     文件       2437  2013-06-14 13:11  Demo\Server\ClientDemo\Entiyandhelp\UserInfo.cs

     文件       2430  2013-06-14 13:11  Demo\Server\ClientDemo\obj\x86\Debug\App.g.cs

     文件       2430  2013-06-14 13:11  Demo\Server\ClientDemo\obj\x86\Debug\App.g.i.cs

     文件       2338  2013-06-14 13:11  Demo\Server\ClientDemo\obj\x86\Debug\CheckUser.baml

     文件       6567  2013-06-14 13:11  Demo\Server\ClientDemo\obj\x86\Debug\CheckUser.g.cs

     文件       6567  2013-06-14 13:11  Demo\Server\ClientDemo\obj\x86\Debug\CheckUser.g.i.cs

     文件        924  2013-06-14 13:11  Demo\Server\ClientDemo\obj\x86\Debug\ClientDemo.csproj.FileListAbsolute.txt

     文件      18432  2013-06-14 13:11  Demo\Server\ClientDemo\obj\x86\Debug\ClientDemo.exe

     文件       4153  2013-06-14 13:11  Demo\Server\ClientDemo\obj\x86\Debug\ClientDemo.g.resources

     文件      44544  2013-06-14 13:11  Demo\Server\ClientDemo\obj\x86\Debug\ClientDemo.pdb

     文件        180  2013-06-14 13:11  Demo\Server\ClientDemo\obj\x86\Debug\ClientDemo.Properties.Resources.resources

     文件        241  2013-06-14 13:11  Demo\Server\ClientDemo\obj\x86\Debug\ClientDemo_MarkupCompile.cache

     文件        238  2013-06-14 13:11  Demo\Server\ClientDemo\obj\x86\Debug\ClientDemo_MarkupCompile.i.cache

     文件      11391  2013-06-14 13:11  Demo\Server\ClientDemo\obj\x86\Debug\DesignTimeResolveAssemblyReferences.cache

     文件       6406  2013-06-14 13:11  Demo\Server\ClientDemo\obj\x86\Debug\DesignTimeResolveAssemblyReferencesInput.cache

............此处省略76个文件信息

评论

共有 条评论

相关资源