Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lulunac27a/text-counter-dot-net-application
Text counter application in .NET using Blazor Server and Razor Pages in C#, and console application
https://github.com/lulunac27a/text-counter-dot-net-application
asp-net asp-net-code blazor blazor-server c-sharp console-app console-application csharp csharp-console-app dotnet f-sharp fable fsharp razor razor-pages text text-area text-box text-counter web-server
Last synced: about 1 month ago
JSON representation
Text counter application in .NET using Blazor Server and Razor Pages in C#, and console application
- Host: GitHub
- URL: https://github.com/lulunac27a/text-counter-dot-net-application
- Owner: lulunac27a
- License: mit
- Created: 2024-02-08T04:48:08.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-08-27T21:22:08.000Z (3 months ago)
- Last Synced: 2024-09-30T06:22:26.017Z (about 1 month ago)
- Topics: asp-net, asp-net-code, blazor, blazor-server, c-sharp, console-app, console-application, csharp, csharp-console-app, dotnet, f-sharp, fable, fsharp, razor, razor-pages, text, text-area, text-box, text-counter, web-server
- Language: HTML
- Homepage: https://lulunac27a.github.io/text-counter-dot-net-application/
- Size: 1.26 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Text Counter Application in .NET using ASP.NET Pages, Console Application in C# and Fable Application in F#
This app calculates the number of characters, words, and lines based on the text box area's content using Blazor Server and Razor Pages with ASP.NET Pages, the console application using .NET and Fable application in F#.
## Getting Started
### Blazor Server
```
git clone https://github.com/lulunac27a/text-counter-dot-net-application.git
cd text-counter-blazor
dotnet build
dotnet run
```### Razor Pages
```
git clone https://github.com/lulunac27a/text-counter-dot-net-application.git
cd text-counter-razor
dotnet build
dotnet run
```### Console Application
```
git clone https://github.com/lulunac27a/text-counter-dot-net-application.git
cd text-counter-console
dotnet build
dotnet run
```### Fable Application
```
git clone https://github.com/lulunac27a/text-counter-dot-net-application.git
cd text-counter-f-sharp-application
npm run build
npm run start
```