-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDocsRoot---What-components-are-used-to-build-the-web-app.html
More file actions
58 lines (46 loc) · 3.03 KB
/
DocsRoot---What-components-are-used-to-build-the-web-app.html
File metadata and controls
58 lines (46 loc) · 3.03 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width" />
<title>DocsRoot - What components are used to build this web app</title>
<meta name="twitter:title" property="og:title" content="DocsRoot - What components are used to build this web app">
<meta name="twitter:description" property="og:description" content="This page list all components that are used to develop the DocsRoot website">
<meta property="og:url" content="https://docsroot.github.io/DocsRoot---What-components-are-used-to-build-the-web-app.html">
<meta property="og:type" content="website">
<meta property="og:site_name" content="DocsRoot">
<meta name="author" content="hu****hd@gmail.com" />
<meta name="creator" content="docsroot" />
<style type="text/css">
blockquote {
border-left: 5px solid green;
margin: 10px;
padding: 10px;
}
img {
max-width: 100%;
height: auto;
}
footer {
position: fixed;
left: 0;
bottom: 0;
width: 100%;
background-color: #DDD;
text-align: center;
height: 22px;
line-height: 22px;
}
</style>
</head>
<body>
<!--Heading of the page-->
<h1>DocsRoot - What components are used to build this web app</h1>
<!--The body part: what you put into RTE-->
<p></p><p></p><p>If you would like to find components to build a web app or want to check out what are used to build the <b>docsroot </b>app, this page is for you.</p><p>DocsRoot is a web based application based on Asp.net MVC to provide an easier way to manage your documents. It is built based on below components:</p><p></p><h3>Server</h3>
<p></p><ul><li>Windows server with IIS</li><li>SQL Server</li><li>ASP.NET</li></ul><h3>Framework and Libraries</h3><ul><li>ASP.NET MVC v5 - the base framework to develop functionality</li><li>Bootstrap v3 with jQuery - for UI</li><li>Bootboxjs - for Modals</li><li>reCaptcha - for spam anticipant</li><li><a href="https://www.nuget.org/packages/Messaging.SqlServer/" target="_blank">Messaging.SqlServer</a> - to manage messages communicate with users</li><li><a href="https://www.nuget.org/packages/SecurityUsers.SqlServer" target="_blank">SecurityUsers.SqlServer</a> - to manage users</li><li><a href="https://www.nuget.org/packages/Security.Users.Web" target="_blank">Security.Users.Web</a> - for user authentication</li><li>SimpleInjector - a dependency framework to wire up all services / components</li><li>Dapper and Dapper.Contrib - for data access</li></ul>
<footer>
By <a href="http://docsroot.devcovery.com/Listing/ViewBy?author=1" target="_blank">hu****hd@gmail.com</a> at 1/11/2019 7:42:44 AM. <a href="https://docsroot.github.io/DocsRoot---What-components-are-used-to-build-the-web-app.html" target="_blank">View online</a>. Built with ♥ by <a href="http://docsroot.devcovery.com" target="_blank">docsroot</a>
</footer>
</body>
</html>