Files
ClientServerProject/软件系统浏览器模版/Views/Home/Index.cshtml
2017-07-24 21:41:58 +08:00

31 lines
1.4 KiB
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

@{
ViewBag.Title = "Home Page";
}
<div class="jumbotron">
<h1>C-S 软件系统架构设计框架</h1>
<p class="lead">本框架是一个免费开源的框架系统集成了C-S和B-S架构设计采用了统一的模型机制快速便捷的开发C-B-S混合系统也可以选择中间的一个模式。</p>
<p><a href="https://github.com/dathlin/C-S-" class="btn btn-primary btn-lg">开源地址 &raquo;</a></p>
</div>
<div class="row">
<div class="col-md-4">
<h2>Winform 客户端</h2>
<p>
Winform 客户端是常规的windows窗体应用程序虽然界面比较简单但是功能齐全稳定。winform的gdi+绘图也是很轻松的就可以绘制复杂的二维图形在C-S中支持最好。
</p>
</div>
<div class="col-md-4">
<h2>Wpf 客户端</h2>
<p>
Wpf 客户端是最新的windows窗体应用程序直接基于directx绘制界面充分发挥了显卡的性能所以在界面表现上要远远大于winform程序可以轻松实现动画。数据绑定机制可以方便
实现主题机制。
</p>
</div>
<div class="col-md-4">
<h2>Web 服务器客户端</h2>
<p>
最新添加的B-S系统该系统的S端仍然作为C端连接winform版的S端提供了大多数数据模型的一致性与原有功能无缝集成。
</p>
</div>
</div>