You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Essential JS 2® for ASP.NET Core - Story Estimator
4
4
5
5
Story Estimator is an agile based tool to effectively estimate stories using planning poker technique. Planning Poker is a consensus based technique used for estimating and planning. Agile teams around the world use this kind of tool to estimate their product backlogs and how long a certain amount of work will take to complete.
6
6
7
-
## Deployment
7
+
## Requirements to run the demo
8
8
9
-
### Requirements to run the demo
10
-
11
-
The sample requires the below requirements to run.
12
-
13
-
*[Visual Studio 2022](https://visualstudio.microsoft.com/vs/)
* Open the command prompt from Application root directory.
32
+
* Run the demo using `dotnet run` command.
35
33
36
-
To compile the source files, use the following command.
34
+
### Run the demo using Visual Studio
37
35
38
-
```
39
-
dotnet build
40
-
```
36
+
* Open the solution file using Visual Studio.
37
+
* Press `Ctrl + F5` to run the demo.
41
38
42
-
### Run
39
+
### Run the demo using Visual Studio code
43
40
44
-
Use the given command to run the sample.
41
+
* Open the Visual Studio code from the demos directory where project file present.
45
42
46
-
```
47
-
dotnet run
48
-
```
43
+
> Ensure the [C# for Visual Studio Code](https://marketplace.visualstudio.com/items?itemName=ms-dotnettools.csharp) extension is installed in your Visual Studio code before running the ASP.NET Core demos.
44
+
45
+
* Press `Ctrl + F5` to run the demo.
46
+
47
+
### Live Demo
48
+
49
+
#### <ahref="https://aspdotnetcore.syncfusion.com/showcase/aspnetcore/story-estimator/"target="_blank">Story Estimator Live Demo</a>
50
+
51
+
Check all the showcase samples from <ahref="https://www.syncfusion.com/showcase-apps"target="_blank">here</a>.
52
+
53
+
## License
54
+
55
+
Syncfusion® ASP.NET Core Components is available under the Syncfusion® Essential Studio program, and can be licensed either under the Syncfusion® Community License Program or the Syncfusion® commercial license.
56
+
57
+
To be qualified for the Syncfusion® Community License Program, you must have gross revenue of less than one (1) million U.S. dollars (USD 1,000,000.00) per year and have less than five (5) developers in your organization, and agree to be bound by Syncfusion’s terms and conditions.
58
+
59
+
Customers who do not qualify for the community license can contact [email protected] for commercial licensing options.
60
+
61
+
You may not use this product without first purchasing a Community License or a Commercial License, as well as agreeing to and complying with Syncfusion's license terms and conditions.
62
+
63
+
The Syncfusion® license that contains the terms and conditions can be found at
* For any other queries, reach our [Syncfusion support team](https://support.syncfusion.com/) or post the queries through the [community forums](https://www.syncfusion.com/forums?utm_source=github&utm_medium=listing).
69
+
70
+
* To renew the subscription, click [here](https://www.syncfusion.com/sales/products?utm_source=github&utm_medium=listing) or contact our sales team at <[email protected]>.
49
71
50
-
Now, open the listening URL in the browser to check the application.
72
+
* Don't see what you need? Please request it in our [feedback portal](https://www.syncfusion.com/feedback/aspnet-core).
0 commit comments