ASP.Net MVP Framework

Project Description

A project to get you started with creating and designing websites. The
project is intended to provide you with guidance for whatever you want
to do in ASP.Net. We hope to make it easier for you to create and reuse
your websites by focusing on productivity and
quality.



NOTE This is NOT the ASP.Net MVC Framework. If you are looking for that, it can be found at
http://www.asp.net/downloads/



Instead of introducing a whole new framework for programming in ASP.Net,
the purpose of this project is to add all the parts missing from
ASP.Net. We hope to make it easier for you to create and reuse your
websites by focusing on productivity and quality.

For example, when you download the project, you get:

  • exception handling built right in
  • a pre-defined logging facility
  • a sensible directory structure for ASP.Net projects, including space for
    • project management
    • testing
    • configuration
    • automated builds
    • setup and deployment
  • a framework for using the MVP pattern, with code based on a simplified version of the Microsoft Patterns and Practices web client factory.
  • best practices for configuration and security
  • basic web stuff, like favicon and robots.txt files - just to make your life a little bit easier,
  • a routing framework
  • url rewriting
  • an integrated testing environment

The project structure makes it easy to integrate with build servers, such as Teamcity from JetBrains.com.



In the future, we hope to make your life easier for all your projects, by offering:

  • powershell integration
  • MS Build scripts to create basic project items (presenters and views)
  • theme and skin support
  • built-in workflow for Hub and Spoke patterns, Shopping Carts, and Contact Forms.
  • plug-in support for all ASP.Net applications

For more information, visit Richard Bushnell's blog at http://richardbushnell.net.



There are no releases yet, but you can use the source code browser to
see what there is. Maybe you could get something from it already. If
not, just throw it away.



If you are interested in helping build out a framework to make ASP.Net
easier to build professional websites with, please contact Richard
Bushnell on his blog at
http://richardbushnell.net.

Last edited Feb 6, 2008 at 4:31 AM by richardbushnell, version 8

https://aspnetmvp.codeplex.com/

Model View Presenter with ASP.NET

http://www.codeproject.com/Articles/14642/Model-View-Presenter-with-ASP-NET

1

1

http://m.blog.csdn.net/blog/u011123714/45058625

xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx

xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx

xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx

ASP.Net MVP Framework had been dead !的更多相关文章

  1. Configuring Autofac to work with the ASP.NET Identity Framework in MVC 5

    https://developingsoftware.com/configuring-autofac-to-work-with-the-aspnet-identity-framework-in-mvc ...

  2. LinqToSql和ASP.NET Entity FrameWork 中使用事务

    ASP.NET Entity FrameWork中: int flag = -1; if (this.URPmanagementEntities1.Connection.State != System ...

  3. 理解ASP.NET MVC Framework Action Filters

    原文:http://www.cnblogs.com/darkdawn/archive/2009/03/13/1410477.html 本指南主要解释action filters,action filt ...

  4. ASP.NET MVC Framework

    ASP.NET MVC Framework是微软在ASP.NET中所添加的一组类库,这组类库可以使用Model-View-Controller的设计模式来开发ASP.NET的应用程序.它与现有的ASP ...

  5. ASP.NET Entity Framework with MySql服务器发布环境配置

    首先,.net应该自带Entity Framework,所以服务器只要有对应版本的.net Framework就OK! 我们在开发环境中一般会直接使用edmx来管理应用程序与数据库的交互操作,所有与数 ...

  6. ASP.NET MVC framework 学习

    http://www.cnblogs.com/lmfeng/archive/2013/03/28/2986123.html  MVC数据绑定方式 http://www.cnblogs.com/lmfe ...

  7. [ASP.NET]Net Framework环境问题的一种修复方案

    一.情况介绍 造价软件基于.net framework 4.0开发,要成功运行需要在目标电脑上安装4.0版本以上的framework.一般情况下xp是没有的,win7系列自带3.5,都需要手动安装4. ...

  8. SQLite to Asp.net Entity Framework 部署问题

    最近做了一个小应用,使用SQLite做数据库.开始用DBLINQ的时候,做一个LINQ查询出现不支持的问题.后来看到Entity Framework是可以支持SQLite的,于是很快转换过来.完成开发 ...

  9. 对ASP.NET Entity FrameWork进行单元测试

    添加一个测试用的类库:将Web.config中的connectionstrings节点下的东东复制一份到刚添加的类库的app.config下 使用NUint+TestDriven.net进行测试: 如 ...

随机推荐

  1. There are only two hard things in Computer Science: cache invalidation and naming things.

    TwoHardThings https://martinfowler.com/bliki/TwoHardThings.html https://github.com/cch123/golang-not ...

  2. 美团配送A/B评估体系建设与实践

    https://mp.weixin.qq.com/s/v3Fvp6Hed7ZGoE8FGlGMvQ

  3. Spring听课笔记(专题一)

    Spring入门课程:https://www.imooc.com/learn/196 第0章: Spring是为解决企业应用程序开发复杂性而创建的一个Java开源框架,应用非常广泛.业内非常流行的SS ...

  4. 404 GET /nbextensions/jupyter-js-widgets/extension.js

    数据科学交流群,群号:189158789,欢迎各位对数据科学感兴趣的小伙伴的加入! 解决办法: 首先要确定你安装和配置nbextensions时有没有加--user,如果当时没加这里就不用加,否则不一 ...

  5. Ajax原理,技术封装与完整示例代码

    在做项目和学习的时候,经常用到Ajax的相关技术,但是这方面的技术总是运用的不是十分好,就寻找相关博客来学习加深Ajax技术相关. 一.Ajax简介 二.同步.异步传输区别 2.1 异步传输 2.2 ...

  6. BGP总结(二)

    BGP属性 路由器发送关于目标网络的BGP更新消息,更新的度量值被称为路径属性.属性可以是公认的或可选的.强制的或自由决定的.传递的或非传递的.属性也可以是部分的.并非组织的和有组合都是合法的,路径属 ...

  7. 如何将下载到本地的JAR包手动添加到Maven仓库,妈妈再也不用担心我下载不下来依赖啦

    我们有时候使用maven下载jar包的时候,可能maven配置都正确,但是部分jar包就是不能下载下来,如果maven设置都不正确的,可以查看我的maven系列文章,这里仅针对maven配置正确,但是 ...

  8. Flink-v1.12官方网站翻译-P011-Concepts-Overview

    概念-概览 实践培训解释了作为Flink的API基础的有状态和及时流处理的基本概念,并提供了这些机制如何在应用中使用的例子.有状态的流处理是在数据管道和ETL的背景下介绍的,并在容错部分进一步发展.在 ...

  9. 深度解读.NET5 授权中间件执行策略

    前文提要 2021.1月份我写了一个<这难道不是.NET5 的bug? 在线求锤?>, 讲述了我在实现[全局授权访问+特例匿名访问] 遇到的技术困惑: [特例匿名访问,还是走了认证流程]. ...

  10. python的@是什么(函数装饰器)

    可以看菜鸟教程:https://www.runoob.com/w3cnote/python-func-decorators.html 还有一个实例:https://zhuanlan.zhihu.com ...