@manhng

Welcome to my blog!

Kendo UI & React JS

April 28, 2021 22:22

Kendo UI (edit)

Kendo UI for jQuery

Samples: autocomplete (gitee.io)

Demo: Editing custom editor in jQuery Grid Widget Demo | Kendo UI for jQuery (telerik.com)

React JS

Awesome React: enaqx/awesome-react: A collection of awesome things regarding React ecosystem (github.com)

Apps using ReactJS: 10 Famous Apps Using ReactJS Nowadays | Brainhub

NET 5 + Kendo React

February 26, 2021 14:26

Kendo React (edit)

https://github.com/brillout/awesome-react-components

https://github.com/telerik/kendo-react-stackblitz-app

E-Books

https://github.com/trumpowen/All-Programming-E-Books-PDF/blob/master/allbooks.txt

.NET 5

https://www.microsoft.com/en-us/download/details.aspx?id=101064

https://marketplace.visualstudio.com/items?itemName=anasoft-code.RestApiN

Core features version RestApiN.vsix extension

  • Three layers projects Api, Domain and Entity
  • Automapper
  • Dependency Injection
  • UnitOfWork
  • Generic Service
  • Generic Repository with Entity Framework
  • EF lazy loading and DB concurrency errors
  • Sync and Async calls
  • Generic exception handler
  • Serilog logging with Console and File sinks
  • Migrations and seed from json objects build your empty database
  • JWT authorization/authentication for generated API
  • T4 templates - simple code generation for domain and service classes

Extended features version RestApiNEx.vsix extension

  • All core features included.
  • Swagger and Swashbuckle API documentation for .NET and Swagger authentication
  • Select between Identity Server 4 or JWT authorization/authentication for generated API
  • T4 templates - smart code generation driven by existing entity classes (inherits from BaseEntity). T4 templates generate code for related domain, service, controller and test classes based on added entity classes in single click. Great time saver!
  • XUnit integration tests project added to the solution for IS4 mode or JWT authentication mode.
  • Postman API tests as json file for import (IS4 and JWT tests). Import json and run the tests.
  • Run Postman tests with PowerShell script with Newman command line implementation
  • DDoS API attacks protection service
  • Stored procedure example added to repository

Awesome Blazor

https://github.com/AdrienTorris/awesome-blazor

Awesome JavaScript

https://github.com/gauravmehla/awesome-javascript

https://github.com/gauravmehla/awesome-javascript-1

ReactJS + jQuery DataTables

April 13, 2020 21:13

ReactJS (edit)

Resume_Builder is an application which allows you to create resumes. The application is developed using ReactJs and Bootstrap 4

https://github.com/Tsudhishnair/Resume_Builder

Contacts is basically a contact list where one can see there contactlist, add new contacts and search them. This application is build using ReactJs and uses Firebase Realtime Database for storing the contact details.

https://github.com/Tsudhishnair/ContactApp

Stored Procedure & jQuery DataTables

https://cdn.datatables.net/releases.html

https://cdn.datatables.net/1.9.4/  

$('#example').dataTable();

https://cdn.datatables.net/1.10.20/

$('#example').DataTable();

https://docs.microsoft.com/en-us/aspnet/ajax/cdn/jquery-datatables/cdnjquerydatatables194 (1.9.4)

https://docs.microsoft.com/en-us/aspnet/ajax/cdn/jquery-datatables/cdnjquerydatatables105 (1.10.5)

jQuery Datatable Using SQL Server Stored Procedure with dynamic and efficient paging structures (supports all server versions)

https://stackoverflow.com/questions/13677914/using-datatables-with-asp-net-c-sharp-linq-and-stored-procedure-having-pager (HAY HAY HAY)

https://stackoverflow.com/questions/39318753/cant-make-datatables-pagination-with-stored-procedure-in-mvc5

http://developmentpassion.blogspot.com/2016/08/grid-view-with-server-side-filtering.html (HAY HAY HAY)

DataTable With Pagination Concept

https://datatables.net/forums/discussion/34800/jquery-datatables-losing-reference-on-pagination

https://www.c-sharpcorner.com/forums/how-to-create-pagination-like-jquery-datatable

https://www.sitepoint.com/working-jquery-datatables/ (HAY HAY HAY)

How to call MVC Action using Jquery AJAX and then submit form in MVC?

https://stackoverflow.com/questions/25068431/how-to-call-mvc-action-using-jquery-ajax-and-then-submit-form-in-mvc/ (HAY HAY HAY)

https://stackoverflow.com/questions/56447567/how-to-call-stored-procedure-while-using-jquery-data-tables

https://entityframework.net/knowledge-base/56447567/how-to-call-stored-procedure-while-using-jquery-data-tables

CRUD: https://www.c-sharpcorner.com/article/using-datatables-grid-with-asp-net-mvc/

Create Dynamic HTML Table in JavaScript

https://www.encodedna.com/javascript/populate-json-data-to-html-table-using-javascript.htm

https://www.encodedna.com/javascript/dynamically-create-html-elements-using-createElement-method.htm

https://www.encodedna.com/javascript/dynamically-add-remove-rows-to-html-table-using-javascript-and-save-data.htm

https://www.encodedna.com/javascript/how-to-read-data-from-html-table-using-javascript.htm

JavaScript Framework

https://sfdcmonkey.com/2018/10/22/data-table-pagination-checkbox-lightning/

Bulma: CSS Framework using Flexbox

https://github.com/jgthms/bulma

Categories

Recent posts