All Projects → esausilva → fullcalendar-aspnet-core

esausilva / fullcalendar-aspnet-core

Licence: other
Implementation of FullCalendar in ASP.NET Core

Programming Languages

javascript
184084 projects - #8 most used programming language
C#
18002 projects
HTML
75241 projects

Projects that are alternatives of or similar to fullcalendar-aspnet-core

mssql-restapi
A simple REST API for SQL Server, Azure SQL DB and Azure SQL DW using SMO on .NET Core 2.0
Stars: ✭ 33 (+10%)
Mutual labels:  sql-server, netcore, aspnet-core
Bing.netcore
Bing是基于 .net core 2.0 的框架,旨在提升团队的开发输出能力,由常用公共操作类(工具类、帮助类)、分层架构基类,第三方组件封装,第三方业务接口封装等组成。
Stars: ✭ 758 (+2426.67%)
Mutual labels:  netcore, aspnet-core
awesome-dotnet-async
A curated list of awesome articles and resources to learning and practicing about async, threading, and channels in .Net platform. 😉
Stars: ✭ 84 (+180%)
Mutual labels:  netcore, aspnet-core
MinimalApi
ASP.NET Core 7.0 - Minimal API Example - Todo API implementation using ASP.NET Core Minimal API, Entity Framework Core, Token authentication, Versioning, Unit Testing, Integration Testing and Open API.
Stars: ✭ 156 (+420%)
Mutual labels:  sql-server, aspnet-core
Formhelper
ASP.NET Core - Transform server-side validations to client-side without writing any javascript code. (Compatible with Fluent Validation)
Stars: ✭ 155 (+416.67%)
Mutual labels:  netcore, aspnet-core
Wilson
ERP / CRM system for small to medium construction companies.
Stars: ✭ 84 (+180%)
Mutual labels:  netcore, aspnet-core
Aurora Api Project
Aurora is a project developed in .NET Core, where it aims to show how to create something using an architecture, in layers, simple and approaching, in a simplistic way, some concepts such as DDD.
Stars: ✭ 162 (+440%)
Mutual labels:  netcore, aspnet-core
Awesome-Nuget-Packages
📦 A collection of awesome and top .NET packages sorted by most popular needs.
Stars: ✭ 87 (+190%)
Mutual labels:  netcore, aspnet-core
fullstack-jobs
Real(ish) demo using Angular with ASP.NET Core GraphQL and IdentityServer.
Stars: ✭ 84 (+180%)
Mutual labels:  sql-server, aspnet-core
flutter event calendar
Gregorian and Jalali Event calendar for flutter with options for change style
Stars: ✭ 28 (-6.67%)
Mutual labels:  event-calendar, fullcalendar
Revo
Event Sourcing, CQRS and DDD framework for C#/.NET Core.
Stars: ✭ 162 (+440%)
Mutual labels:  netcore, aspnet-core
Run Aspnetcore Microservices
Microservices on .Net platforms which used Asp.Net Web API, Docker, RabbitMQ, MassTransit, Grpc, Ocelot API Gateway, MongoDB, Redis, PostgreSQL, SqlServer, Dapper, Entity Framework Core, CQRS and Clean Architecture implementation. Also includes Cross-Cutting concerns like Implementing Centralized Distributed Logging with Elasticsearch, Kibana and SeriLog, use the HealthChecks with Watchdog, Implement Retry and Circuit Breaker patterns with Polly and so on.. See Microservices Architecture and Step by Step Implementation on .NET Course w/ discount->
Stars: ✭ 406 (+1253.33%)
Mutual labels:  sql-server, aspnet-core
Aspnetcoregraphql
Sample project demonstrating a GraphQL service built with ASP.NET Core 2.2, Entity Framework Core and graphql-dotnet.
Stars: ✭ 272 (+806.67%)
Mutual labels:  sql-server, aspnet-core
Aspnetcorenlog
ASP.NET Core NLog MS SQL Server PostgreSQL MySQL Elasticsearch
Stars: ✭ 54 (+80%)
Mutual labels:  sql-server, aspnet-core
ASP.NET-Core-2.0-GraphQL-Sample
GraphQL sample project in ASP.NET Core 2.0
Stars: ✭ 26 (-13.33%)
Mutual labels:  aspnet-core
e-commerce-backend
Shopping site backend which used Asp.Net Web API, JWT, Cache, Log, SqlServer, Entity Framework Core and N-Layer Architecture implementation.
Stars: ✭ 16 (-46.67%)
Mutual labels:  sql-server
ApiJwtWithTwoSts
Web API authorization, multi-IDP solutions in ASP.NET Core
Stars: ✭ 43 (+43.33%)
Mutual labels:  aspnet-core
Norns
dotnet core aop static weaving on roslyn
Stars: ✭ 23 (-23.33%)
Mutual labels:  netcore
Calendar.js
📅 A drag & drop event calendar (for Javascript), that is fully responsive and compatible with all modern browsers.
Stars: ✭ 29 (-3.33%)
Mutual labels:  fullcalendar
Nuxt.tBug
🍓 一个Nuxt.js 的项目,收集前后端分离中出现的各种Bug,方便大众
Stars: ✭ 79 (+163.33%)
Mutual labels:  netcore

FullCalendar .NET Core with Visual Studio

Implementation of FullCalendar in ASP.NET Core

The project includes the implementation of FullCalendar in JavaScript ES6+ and comes wired with the necessary database access layer (including SQL statements) to interact with SQL Server.

Setting Up

Frontend

You will need to have Node and npm installed as I use Webpack to compile my Sass files and modern ES6+ JavaScript files to JavaScript browsers can understand.

Clone this repository then in Command Prompt navigate to the project's directory and install NPM packages

cd [project's path]\fullcalendar-core\fullcalendar-core
npm i

You will also need NPM Task Runner as I have set up to run Webpack in watch mode when the project opens. Webpack will also run before each build building the JavaScript for production. You can see the bindings if you open Task Runner within Visual Studio

Backend

In SQL Server create a database and name it fullcalendar, then create a table and name it Events with the following format

Column Name Data Type
event_id PK, int, identity(1,1), not null
title VarChar(300), not null
description VarChar(max), not null
event_start DateTime, not null
event_end DateTime, null
all_day Bit, not null

Once you have that, open appsettings.json and change the connection string to reflect your database connection.

Things to Know

The source Sass and JavaScript files are found under .\Styles and .\Scripts directories. Webpack will compile them every time upon save and place the output files under .\wwwroot\css and .\wwwroot\js, so DO NOT modify these output files.

For production, Webpack will minify and optimize the output files appending *.min.* to the file name. The CSS will also get auto-prefixed.

Implemented Features

  • Update existing events
  • Create single day events
  • Create all day events
  • Delete events

Upcoming Features

  • Drag & Drop events
  • Rezise events

In no particular order

Giving Back

If you would like to support my work and the time I put into making tutorials, consider getting me a coffee by clicking on the image below. I would really appreciate it!

Buy Me A Coffee

Preview

Imgur

Imgur

Imgur

-Esau

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].