Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/0suphan0/meetingapp
It's a .NET Core MVC web app for event registration. Participants provide their details and attendance infos. If attending, they can view others' details; if not, they're thanked and redirected to the registration form.
https://github.com/0suphan0/meetingapp
dotnet-core libman mvc validation
Last synced: 8 days ago
JSON representation
It's a .NET Core MVC web app for event registration. Participants provide their details and attendance infos. If attending, they can view others' details; if not, they're thanked and redirected to the registration form.
- Host: GitHub
- URL: https://github.com/0suphan0/meetingapp
- Owner: 0Suphan0
- Created: 2024-02-18T21:30:28.000Z (11 months ago)
- Default Branch: master
- Last Pushed: 2024-03-03T21:42:30.000Z (11 months ago)
- Last Synced: 2024-11-14T02:37:29.621Z (2 months ago)
- Topics: dotnet-core, libman, mvc, validation
- Language: HTML
- Homepage:
- Size: 1.9 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Meeting App
Proje, .NET Core MVC kullanılarak geliştirilmiş bir web uygulamasıdır. Bu uygulama, bir etkinliğe katılacak olan katılımcılardan katılım durumları ve kişisel bilgileri toplamaktadır. Katılımcılar, formu doldurduktan sonra, eğer etkinliğe katılmayı seçmişlerse, diğer katılımcıları listeleyebilir ve onların detay sayfalarına erişebilirler. Ancak, katılmayı seçmemişlerse, teşekkür edilir ve katılım formuna yönlendirilirler.
The project is a web application developed using .NET Core MVC. This application collects participation statuses and personal information from participants who will attend an event. After filling out the form, participants who have chosen to attend the event can view and access the detail pages of other participants. However, if they choose not to attend, they are thanked and redirected to the participation form. (EN)
## Proje İçeriği - Project Content
- Empyt project
- Default Routing
- Controllers
- Views
- Models
- Layout
- Client Packages- Libman
- Viewbag & ViewData
- Forms
- Model Binding
- Tag Helpers
- Form Validations## Ekran Görüntüleri (Screenshots)