-
Northwind N-层蓝图应用 - 使用 WPF/WCF/LINQ to SQL
翻译 maninwest@Codeforge 作者:The Cool Wayfarer@CodeProject一个展示使用 .NET 3.5 技术(如 WPF, WCF 以及 LINQ to SQL)的企业标准架构的蓝图应用程序。Northwind N-层蓝图是一个 Windows 客户端应用程序,可用于管理一个名为Northwind Traders的虚构公司的客户及客户详细信息。这个应用程序作为展示使用.NET 3.5 技术的企业标准架构的蓝图。它可以用作构建一个可靠地面向服务的分布式架构的引用。应用功能由于这是个蓝图应用程序,功能只限于展示应用中典型操作单元所需的功能。应用程序启动后,主窗口会打开并显示一列按钮。单击 ‘Load’ 按钮会从数据库中加载客户。单击 ‘New’ 按钮会打开一个添加客户详情的弹出框,可以添加新客户。 选择客户后,单击的‘Edit’ 按钮可以编辑客户信息,单击 ‘Delete’ 按钮可以删除客户。‘Edit’ 按钮打开一个弹出窗,加载客户现有详情。 ‘Close’ 按钮关闭应用。应用架构该应用采用具有不同的逻辑和物理层 n-层架构模式,如上图所示。呈现层
- 2022-01-26 07:22:33下载
- 积分:1
-
Access to Sql 脚本编写器
Access to Sql 脚本编写器-Access to the script prepared for Sql
- 2022-08-03 09:06:22下载
- 积分:1
-
动态SQL的笔记
Notes on Dynamic SQL
- 2022-12-07 16:20:03下载
- 积分:1
-
SQL 服务器连接对话(可扩展)
翻译maninwest@Codeforge作者: Chris Winkelmann @CodeProject
显示具有扩展功能的 SQL 连接对话框,保存其生成的连接字符串到任何位置的连接
介绍:
首先要感谢 TWallick 想出了使用 Microsoft.Data.ConnectionUI.dll 和 Microsoft.Data.ConnectionUI.Dialog.dll 来表示Visual Studio 提供的 SQL 连接 UI 的原创想法。此版本是使用 C# 而不是 VB 语言编写的。但是,我整理了一下,在设计时显示 Visual Studio 连接控制,而不是在将其构建到代码中仅在运行时显示。
背景
抽象出SAVE() 功能,不管想保存到其他任何位置的连接字符串仍可以使用此对话框。 此模块的设计目的是能够 “依原样”插入任何人的解决方案中,可以按需扩展且无需重写。
Save 函数迁移到新的类:
public class SaveHelperDefault : ISaveHelper
任何人均可以通过 ISaveHelper接口的实现来创建一个新的SaveHelper 类 :
public interface ISaveHelper
{
///
/// A SaveHelper class
- 2022-08-05 10:42:20下载
- 积分:1
-
SQL-Function
SQL函数说明大全 一旦成功地从表中检索出数据,就需要进一步操纵这些数据,以获得有用或有意义的结果。(SQL Function Description Daquan)
- 2014-02-12 13:34:11下载
- 积分:1
-
VC performance management system, to add, delete, add, find the basic functions,...
VC成绩管理系统,实现增加,删除,添加,查找等基本功能-VC performance management system, to add, delete, add, find the basic functions, such as
- 2023-01-08 04:55:03下载
- 积分:1
-
Based on pb+ Sql teaching curriculum design management system ..
基于pb+sql的教学管理系统..
课程设计-Based on pb+ Sql teaching curriculum design management system ..
- 2022-03-24 22:53:47下载
- 积分:1
-
Windows 绑定代码实例,可以演示,可以编译
Windows 绑定代码实例,可以演示,可以编译-Windows bundled with code examples, demonstration, compiler
- 2022-03-09 21:37:24下载
- 积分:1
-
SQLserver2003的java数据库驱动内含三个(msbase.jar mssqlserver.jar msutil.jar)
希望对大家有所作用...
SQLserver2003的java数据库驱动内含三个(msbase.jar mssqlserver.jar msutil.jar)
希望对大家有所作用-The java database-driven SQLserver2003 containing three (msbase.jar mssqlserver.jar msutil.jar) the role of hope all of you
- 2022-03-07 15:17:50下载
- 积分:1
-
一个高校学籍管理系统
源代码完成了以下功能:
1)能够从屏幕上读取一个学生的信息并将信息存入到数据文件中。
2)能够将指定的信息从文件中删除。...
一个高校学籍管理系统
源代码完成了以下功能:
1)能够从屏幕上读取一个学生的信息并将信息存入到数据文件中。
2)能够将指定的信息从文件中删除。
3)能够按编号、姓名对学生的信息进行检索并将检索结果显示在屏幕上。
4)可以统计全部学生的总成绩,及其在班上的排名。
5)能够统计各科的平均成绩及及格率。
6)要求有错误提示功能,例如性别只能输入男女,输入错误提示重新输入。
7)如果检索不到相应的信息应提示用户。-a source code management system to complete the following functions : 1) to read from the screen of a student information and information into the data file. 2) can be designated information deleted from the document. 3) to by number, name of student information retrieval and search results displayed on the screen. 4) Statistical all students can be a total score, and the class rankings. 5) Statistics Branch to the average scores and passing rates. 6) require a functional errors, such as sex between men and women can only import, import errors to re-enter. 7) If less than the corresponding retrieval of information should prompt the user.
- 2022-02-10 11:15:16下载
- 积分:1