开始一个新网站 - 我应该“使用模板”吗?或“从头开始编写”
很长一段时间以来,我一直在考虑创建一个自己的网站。我擅长 C#/ASP.NET 的所有概念和所有数据库内容。我已经为自己创建了并且可以从头开始创建一个网站。但是从头开始创建网站所需的精力/时间并不令人沮丧,我需要担心的下一件事(也是更重要的事情)是网站上的内容。
我看过很多网站和博客(下面有几个链接)。
我需要知道创建类似网站的一般方法是什么? 在开始之前我需要了解一些一般提示吗?
I have been thinking of starting a site of my own for long time. I am good at all concepts of C#/ASP.NET and all DB stuff. I have created and can create a site from scratch for myself. But the effort/time involved in creating a site from scratch is little discouraging, where next thing (and more important thing) I need to worry about is the content on the site.
I have seen many sites and blogs (few links below).
I need to know, what is the general approach while creating a similar site?
Are there any general tips i need to be aware of before starting one?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(5)
您的意思是说您拥有博客吗?
您可以使用 Blogger 在某些免费服务上打开博客,看看效果如何。
稍后您可以购买自己的域名和托管,在那里安装现有的博客引擎(如果您想调整它甚至是开源的),然后从那里继续。
评论澄清后:
购买域名、向托管公司购买磁盘空间和流量。在主机上安装 ant cms(内容管理系统)/博客/论坛/任何您想要的东西。仅开发现有 cms/博客系统中找不到的部分。无需从头开始开发一切。通过节省时间,您可以使用任何开源博客/CMS 引擎并帮助他们打补丁。
Do you mean stating you own Blog?
you can open blog on some free service as Blogger and see how it goes.
Later you can buy you own domain name and hosting, install existing Blog engine there(even open source if you want to tweak it) and continue from there.
after comment clarification:
Buy a domain name, buy disk space and traffic from hosting company. Install ant cms(content managment system)/blog/forum/anything else you wan ton the host. Develop only the parts you can't find in existing cms/blog systems. No need to develop everything from scratch. With saved time you can take any open-source blog/cms engine and help them with patches.
考虑一些开源 C#/asp.net 博客平台:
Consider some open source C#/asp.net blogging platforms:
如果您谈论的是博客网站,则无需重新发明轮子,除非您只是想要。有很多功能强大的博客引擎,支持您选择的任何语言。选择一个并在必要时延长它。
If you're talking about a blog site, there's no need to reinvent the wheel unless you just want to. There are plenty of capable blog engines in any language of your choice. Go with one and extend it if necessary.
构建您自己的博客引擎既快速又简单。构建一个好的是缓慢而艰难的。我已经编写了我的博客的许多版本 - 目前使用 ASP.NET 和 C# 版本 6,并致力于版本 7 的设计。
至于是否值得,那真的是你的决定。你在空闲时间编码吗?好好享受?你愿意走完整个生命周期吗?
您将负责:
这对我来说是值得的。对你来说值得吗?
Building your own blog engine is fast and easy. Building a good one is slow and hard. I've written many iterations of my blog - currently version 6 using ASP.NET and C#, and working on the design for version 7.
As to whether it's worth it, that's really your call. Do you code in your free time? Enjoy it? Are you willing to go through the whole lifecycle?
You will be responsible for:
It's worth it to me. Is it worth it to you?
这实际上取决于您愿意在其上花费多少时间以及什么样的网站。如果您想要一个博客网站,有很多免费的博客引擎可供您使用,并且需要一些时间才能使其上线.我的第一推荐是blogengine.net...非常灵活,主题有很多选择,并且易于设置。但是,如果您像我一样愿意花费大量时间构建它,那么就去它。我开始建立我的网站......一个社交网站(http://www.joecaps.com) 2008 年 12 月,直到现在我仍在构建它。
It really depends how much time you're willing to spend on it and what kind of site.If you want a blog site,there are a lot of free blog engine out there that you can use and takes a little time to make it live.My number one recommendation is blogengine.net...very flexible,a lot of choices for theme,and easy to set up.However, if you're like me that is willing to spend a lot of time building it then go for it.I started building my site....a social networking site(http://www.joecaps.com) December 2008 and until now I'm still building it.