搜索资源列表
StyleSetting_Web
- Web站点风格切换的实现。附说明文档。Web站点的风格切换是很常见、也很受大家欢迎的功能。在Asp.Net中,我们可以通过模板页master page和主题theme来实现网站的风格切换,但是.Net提供的默认设置不够强大和灵活。向大家介绍如何在.Net提供的方法上进行改进和扩展,以提供更加强大的网站风格切换功能。
MvcBookStore
- MusicStore,实现了音乐的上传等功能,有增删改查的功能,是MVC三层架构模式。数据库是自动附加的。- This tutorial will begin by creating a new ASP.NET MVC 2 project using the free Visual Web Developer 2010 Express (which is free), and then we’ll incrementally add features to create a compl
Asp[1].nettikuguanli
- Asp.net试题素材管理系统源码 一个多用户在线题库管理系统,可以实现各类试题的添加和管理,可以实现管理员、老师和学生的三级管理 用户管理:管理员、老师、学生信息的添加和管理 科目管理:考试科目的管理 章节管理:科目中的章节管理 试题管理:可以选择科目和章节,题型(填空题、是非题、名词解释题、简答题等)、难度选项 默认管理帐号密码均为51aspx 默认学生登陆帐号密码均为student 系统实现三层架构开发(内附开发
mvcMembership
- 多层结构会员管理系统 主要是实现会员权限及会员管理功能,内置服务器探针,系统采用多层结构开发 功能模块有:目录管理 权限管理 角色管理 系统信息 系统设置 用户管理 本程序只是作为一个系统的基本框架 提供了成员管理,角色管理,目录管理和角色权限管理 偶接触ASP.NET不是很久,不是高手^_^ 很多不完善的地方,没有时间处理,如果有朋友重构,请发一份给我! 有关权限: 权限是按照角色分配,通过用户控件来实现的 创建用户控件时请继承c
aspcode
- ASP.NET+2.0网络编程从入门到精通+源代码-ASP.NET+2.0 network programming from entry to the master+ Source Code
TemplateEngine
- asp.net模版引擎源码,成就高手必须掌握的技术,很值得学习-asp.net template engine source code, achievement expert must master the technology, it is worth learning from
SQL
- 大型数据库SQL的课程设计。能够帮助大家更好的掌握ASP.NET与SQL的了解-The large database of curriculum design SQL. To help us better master ASP.NET and SQL understanding
e-docs
- 硕士毕业设计作品,ASP.NET设计的教师电子档案袋管理系统,用于记录和管理教师的专业发展历程。-It is a Science Master s homework designed by ASP.NET. It is used to record and manage the vocational development of a teaher.
123455
- asp.net从入门到精通,适合.net初学者-asp.net from entry to the master
xxnbxz
- 大学内部软件下载系统由asp.net 2.0 开发。是为一所大学内部下载功能而实现的。 数据库在app_data里面。 上传为多文件,大文件上传组件。 后台功能:上传文件,文件管理分,类管理,添加分类,用户管理,添加用户 程序虽然很孬,但都是原创,初手所写,高手饶道 帐户密码 admin/admin -The University internal software download system developed by asp.net 2.0. Internal
xxnbxz_1.0
- 大学内部软件下载系统由asp.net 2.0开发,是为一所大学内部下载功能而实现的。数据库在app_data里面。上传为多文件,大文件上传组件。 后台功能:上传文件,文件管理分,类管理,添加分类,用户管理,添加用户 程序虽然很孬,但都是原创,初手所写,高手饶道 帐户/密码: admin/admin -University internal software download system developed by asp.net 2.0, is a university in
[Wrox]-Professional-ASP.NET-MVC-4
- MVC4权威讲解,微软高级程序员编写,从菜鸟到高手必备。-MVC4 the authoritative explain, Microsoft senior programmers to write, from rookie to master essential.
ASP.NET--voting-applet-pie-chart
- 一个ASP.NET显示圆饼图的投票小程序,只实现了投票和显示投票数据的基本功能,使用了圆饼图作为百分比图,更形象更清淅,用户一目了然即可掌握投票的情况。-An ASP.NET show the voting applet pie chart, only the basic functions of the voting and voting data, use a pie chart as a percentage of the map, the image is more clear miss
Async-ASP.NET-master
- 异步通信ASP.NET例子大家可以做参考-Examples of asynchronous communication we can make reference ASP.NET
fileuploadhtml5-master
- 上传组件,非常好用,现在已经将它打包上传(upload code it's very useful!)
AspnetIdentitySample-master
- ASP.NET 2.0 Identity Templates
Lesson6_创建外观一致的网站
- ASP.ne教程 如何使用母版页进行网页制作(ASP.ne tutorial how to use the master page for web production)
PHP-Online-Sinav-master
- an online exami system to start e examination
ASP.NET-CodeFirst-MySQL-Demo-master
- ADO.NET Entity Framework 是微软以 ADO.NET 为基础所发展出来的对象关系对应 (O/R Mapping) 解决方案。该框架曾经为.NET Framework的一部分,但version 6之后从.NET Framework分离出来 Entity Data Model (EDM) ,将数据逻辑层切分为三块,分别为 Conceptual Schema, Mapping Schema 与 Storage Schema 三层,其上还有 Entity Client,Obje
QR.NET-master
- 这是一个DOME,直接下载使用,仅实现二维码生成功能,如要增加二维码打印功能可以参考以下代码,如要增加其他功能请自行开发。 Image image = qrCodeEncoder.Encode(strData); Bitmap printPicture = new Bitmap(image.Width+20, image.Height + 40); Graphics g = Graphics.FromImage(printPicture); Rectangle destRect = ne