Built a responsive personal blog site based on ASP. net mvc and Bootstrap, mvcbootstrap
1.0 why is this blog site? Www.zynblog.com
In work and study, you often need to search for a variety of materials. Each time you find the relevant materials, you will add them to the browser bookmarks. After a long time, the bookmarks will be full. In addition, when you click the bookmarks next time, you may forget why you want to add the bookmarks. In addition, it is more likely that the bookmarks are invalid. In this way, it is not convenient for you to check. If you repost and add it to your blog garden account, CSDN account, home of foot, zhihuzhong, and so on, it will still be messy and inconvenient for you to check it again.
Therefore, I made up my mind to develop a personal technical blog site. The main reason is that we can integrate various valuable resources and turn knowledge into a treasure; consolidate and strengthen our "Full stack" Foundation; record the problems encountered in our work and life and their solutions; it can help users who encounter the same problem.
2.0 briefly introduce the technical points used by this blog
You can click it to see it first. Address is http://www.zynblog.com the blog site based on ASP. net mvc + EF6.0, built using Bootstrap responsive layout, so the use of IE8 below the browser access may appear dislocation and a series of problems. Although the site is small, it is dirty: ASP. net mvc Architecture, and use Spring dependency injection, cloud storage, and responsive layout (almost applicable to various screen sizes), complicated css, NUnit unit testing, Log4Net logging, Lucene site retrieval, a variety of jquery plug-ins, comment plug-ins, thumb ups plug-ins, paging plug-ins, custom Ueditor, you have also created a fairly visible logo and icon.
3.0 blog site effect demonstration www. Taobao blog. com3.1 website architecture
In fact, a blog site does not need to be so complicated, but a simple architecture is built to learn. This includes Model, Repository, Service, and UI. SiteSearch is the intra-Site Search module, and Inject is the Spring.net dependency injection module. Common contains tools for obtaining IP addresses, intercepting strings, sending emails, MD5, and filtering strings.
3.2 blog site homepage display
3.3 document details page
3.4 sidebar display
3.5 Lenovo search Module
Conclusion
We will introduce the key technologies used in the site in detail later.
If you have any good suggestions and comments, you can share with me via my site message http://www.zynblog.com/LeaveMsg or blog, thank you for your support.