-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
71 lines (63 loc) · 2 KB
/
index.html
File metadata and controls
71 lines (63 loc) · 2 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
59
60
61
62
63
64
65
66
67
68
69
70
71
---
layout: index
title: CnSharp Studio
keywords: CnSharp,DbSharp,SQL Sharper
description: Make tools on .NET platform.
tagline: Make C# great again.
---
{% include JB/setup %}
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css" />
<section class="featured">
<div class="content-wrapper">
<hgroup class="title">
<h1>CnSharp Studio</h1>
<h2></h2>
</hgroup>
<p>
Provide tools, solutions and products for .NET developers.
</p>
</div>
</section>
<section class="content-wrapper main-content clear-fix">
<h3>Tools</h3>
<ol class="round">
<li class="one">
<div class="flex">
<h5 style="margin: 0;">NuPack</h5>
<a href="https://github.com/cnsharp/nupack">
<i class="fab fa-github"></i>
</a>
</div>
Visual Studio extension to build/deploy NuGet packages.
</li>
<li class="two">
<div class="flex">
<h5 style="margin: 0;">Sharp Updater</h5>
<a href="https://github.com/cnsharp/SharpUpdater">
<i class="fab fa-github"></i>
</a>
</div>
A windows application automatic update solution,includes updater clients,update pack repository,CLI and VSIX packaging tool.
</li>
</ol>
<h3>Products</h3>
<ol class="round">
<li class="one">
<div class="flex">
<h5 style="margin: 0;">DbSharp</h5>
<!-- <a href="https://github.com/cnsharp/nupack">
<i class="fab fa-github"></i>
</a> -->
</div>
Management tools for SQL Server,MySQL,Oracle...
<br/>
Renewing...
</li>
<li class="two">
<div class="flex">
<h5 style="margin: 0;"><a href="https://sqlsharper.com">SQL Sharper</a></h5>
</div>
An add-in designed for SQL Server developers to make SSMS even more Sharper.
</li>
</ol>
</section>