简体   繁体   English

ASP.NET 简单网站“框架”

[英]ASP.NET simple web site 'framework'

I'm a LOB .NET applications developer that would like to do some www consumer facing web site development for small business, along with internet marketing.我是一名 LOB .NET 应用程序开发人员,希望为小型企业以及互联网营销做一些面向 www 消费者的网站开发。 Typically I need just a simple 5 page layout 'home', 'about us', 'contact', 'faq', etc... But with flexibility to expand onto it if needed.通常我只需要一个简单的 5 页布局“主页”、“关于我们”、“联系方式”、“常见问题”等……但如果需要,可以灵活地扩展到它上面。

I guess my question is - are there any ASP.NET frameworks that I could buy/use that would give me a head start and save me from writing the code myself?我想我的问题是 - 有没有我可以购买/使用的 ASP.NET 框架可以让我有一个良好的开端并避免我自己编写代码? My requirements are as described above - but with each page data driven from MSSQL preferably with a login page for admins to update their site content...我的要求如上所述 - 但每个页面数据都由 MSSQL 驱动,最好有一个登录页面供管理员更新他们的网站内容......

I did searching on this;我确实对此进行了搜索; but all I found were ASP.NET code generators that would take a SQL database and generate pages based on the tables for CRUD/reporting purposes... This really isn't what I need.. It shouldn't take very long for me to make it myself;但我发现的只是 ASP.NET 代码生成器,它会采用 SQL 数据库并基于表生成页面以用于 CRUD/报告目的......这真的不是我需要的......对我来说应该不会花很长时间自己做; however if someone's already done the legwork I'd love to re-use their code if possible.但是,如果有人已经完成了跑腿工作,我很乐意尽可能重用他们的代码。

thanks谢谢

EDIT: anyone know if there is something similar to what I'm looking for for ASP.NET MVC?编辑:有人知道是否有类似于我正在寻找的 ASP.NET MVC 的东西吗?

EDIT2: David has answered my question and I will be going with the small business sample from the asp.net website. EDIT2:David 已经回答了我的问题,我将使用来自 asp.net 网站的小型企业示例。 I'd like to add another related question and not have to start a new thread: What framework would you recommend for a social networking website??我想添加另一个相关问题,而不必开始新线程:您会为社交网站推荐什么框架? I really liked the 'club site starter kit'.... would this be a good starting point?我真的很喜欢“俱乐部网站入门套件”……这是一个很好的起点吗? Or are there better frameworks around then this?或者有没有更好的框架呢? Maybe DotNetNuke??也许DotNetNuke?? Thanks again!再次感谢!

微软Web平台可能是有趣的你( http://www.microsoft.com/web AT)和特别内容管理系统列表http://www.microsoft.com/web/gallery/Categories.aspx?category=内容管理

Check out the starter kits here: http://www.asp.net/community/projects/在此处查看入门工具包: http : //www.asp.net/community/projects/

Some of them are overkill for what you want, but all are good.其中一些对于您想要的东西来说太过分了,但一切都很好。 I'd look at the club or business starter kits first for what you're describing.我会首先查看俱乐部或业务入门套件以了解您所描述的内容。 And the price is right.而且价格合适。 (free) (自由)

Although in all honesty , what you're describing can be done easily enough that a starter kit isn't even really necessary.尽管老实说,您所描述的内容可以很容易地完成,甚至不需要入门套件。 You're talking about simple content pages for the most part, and this can be done in pure html.您在大多数情况下都在谈论简单的内容页面,这可以在纯 html 中完成。

Might add N2 cms to this list if you want something lightweight and are comfortable doing some coding.如果您想要一些轻量级的东西并且可以轻松地进行一些编码,可以将N2 cms 添加到此列表中。

There is a MVC version available I think.我认为有一个 MVC 版本可用。

https://pagematic.org/ https://pagematic.org/

I think I'm answering a very old question.我想我正在回答一个非常古老的问题。 I have a system I've just started developing.我有一个刚刚开始开发的系统。 Simple web pages and forms can be created.可以创建简单的网页和表单。 I keep improving.我不断改进。 You may be interested.你可能感兴趣。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM