联合开发网   搜索   要求与建议
                登陆    注册
排序按匹配   按投票   按下载次数   按上传日期
按分类查找All 数据库系统(11) 
按平台查找All C#(11) 

[数据库系统] SchedulingApp

这是一个。使用MVC和SQL Server的Net 8项目。目的是创建一个预约计划应用程序,企业可以在其中注册...
This is a .Net 8 project using MVC and SQL Server. The aim is to create an appointment scheduling application where businesses can register their services and availability, and customers can book appointments. The app will have email/SMS reminders, rescheduling, and cancellation features. It s open-source and customizable for various industries. (2023-12-08, C#, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1702086972507219.html

[数据库系统] SqlAzureApplicationBlock

扩展Microsoft企业库数据应用程序块以支持Sql Azure联合身份验证和重试策略,
Extension of Microsoft Enterprise Library Data Application Block to support Sql Azure Federation and RetryPolicy, (2014-12-11, C#, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1694365949261461.html

[数据库系统] EntLibContrib.Data.IBM.DB2

模式和实践:IBM iSeries DB2数据库的企业库贡献数据ODP.NET托管提供程序
Patterns & practices: Enterprise Library Contribution Data ODP.NET Managed Provider for IBM iSeries DB2 Databases (2018-10-19, C#, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1689544449983903.html

[数据库系统] OnceMi

基于.NET 7和Vue 2开发的企业级前后端分离权限管理开发框架(后台管理系统),具有组织管理、角色管理、用户管理、菜单管理、授权管理、计划任务、文件管理等功能。支持国内外多种流行数据库,支持IdentityServer4认证中心。
An enterprise level front-end and back-end separated permission management development framework (backend management system) developed based on. NET 7 and Vue 2, with functions such as organization management, role management, user management, menu management, authorization management, scheduled tasks, and file management. Support multiple popular databases both domestically and internationally, and support Identity Server 4 certification centers. (2022-11-11, C#, 2908KB, 下载0次)

http://www.pudn.com/Download/item/id/1668132272599745.html

[数据库系统] voyage-api-dotnet

实现行业标准最佳实践的企业级C#.NET Web服务API
Enterprise grade C# .NET Web Services API implementing industry standard best practices (2023-03-03, C#, 1635KB, 下载0次)

http://www.pudn.com/Download/item/id/1677778029335961.html

[数据库系统] GPV

通用查看器:地图服务器与企业数据库的可配置集成
General Purpose Viewer: configurable integration of map servers with enterprise databases (2020-04-06, C#, 19552KB, 下载0次)

http://www.pudn.com/Download/item/id/1586164985175222.html

[数据库系统] viadf

墨西哥城公共交通搜索引擎众包路线数据库
Public transport search engine for Mexico City Crowdsourced route database (2018-02-26, C#, 2753KB, 下载0次)

http://www.pudn.com/Download/item/id/1519653716622777.html

[数据库系统] CoreLibraries

一组.NET库,用于快速构建企业级解决方案
A set of .NET libraries for building enterprise level solutions quickly (2018-12-10, C#, 5213KB, 下载0次)

http://www.pudn.com/Download/item/id/1544414941346028.html

[数据库系统] EnterprisePersonnelManagement

根据企业对人事管理的要求,本系统可以实现以下目标:  操作简单方便、界面简洁美观。  在查看员工信息时,可以对当前员工的家庭情况、培训情况进行添加、修改、删除的操作。  方便快捷的全方位数据查询。  按照指定的条件对员工进行统计。  可以将员工信息以表格的形式插入到Word文档中。  实现数据库的备份、还原及清空的操作。  由于该系统的使用对象较多,要有较好的权限管理。  能够在当前运行的系统中重新进行登录。  系统运行稳定、安全可靠。
Personnel Management in accordance with business requirements, the system can achieve the following objectives:  operation is simple and convenient, simple and beautiful interface.  In the view of staff information, staff can be on the current family circumstances, to conduct training to add, modify or delete operation.  a full range of convenient and quick data query.  specified conditions in accordance with the statistical staff.  staff can be in tabular form the information inserted into the Word document.  database backup, restore and clear operation.  The system as a result of the use of the object more, have better rights management.  currently running in the system to log in again.  system stable, safe and reliable. (2009-05-26, C#, 9491KB, 下载9次)

http://www.pudn.com/Download/item/id/778680.html

[数据库系统] ClientManage

对企业客户资源进行管理,采用SQL SERVER创建后台数据库,前台采用C#进行开发。可以对客户信息进行添加、修改和删除、查询等。
Client-to-business resources management, the use of SQL SERVER database to create the background, the prospects of using C# for development. Customer information can add, modify, and delete, query and so on. (2009-02-28, C#, 3144KB, 下载5次)

http://www.pudn.com/Download/item/id/656385.html

[数据库系统] C

1.把"Web"文件夹内的文件拷贝到某个文件夹 2.在IIS中新建站点,指向该文件夹,如果新建虚拟路径,会导致一些图片的不正常显示. 3."Database"文件夹内有数据库文件hyb2bTest_Data.MDF,在Sql Server企业管理器中选择"附加数据库" 4.需要修改根目录web.config文件 <add key="DBServer" value="."/>,改成当前数据库地址 <add key="DBUser" value="sa"/>,改成当前数据库用户名 <add key="DBPwd" value="sa"/>,改成当前数据库密码 <add key="DBName" value="hyb2btest"/>,改成当前数据库名称 <add key="SQLConnString" value="server=. database=hyb2btest user id=sa pwd=sa Min Pool Size=10"/>,分别也换成当前数据库的地址,用户名、密码以及数据库名称。 5.后台登录地址: 当前路径+manage/index.aspx 帐户:admin 密码:admin 环境要求: Windows2000 / Windows2003 + IIS5 + .NET Framework 1.1 + MS SQL Server 2000 或各更高版本 演示地址:www.hyb2b.cn 电话:13061363607 MSN :huayousoft@hotmail.com
err (2008-08-30, C#, 7447KB, 下载67次)

http://www.pudn.com/Download/item/id/537522.html
总计:11