@manhng

Welcome to my blog!

Javascript Menu + ASP.NET MVC 5 Samples

June 4, 2019 21:16

Javascript Menu + ASP.NET MVC 5 Samples (edit)

https://www.cnblogs.com/jesse2013/p/aspnet-identity-claims-based-authentication-and-owin.html

https://brockallen.com/2013/10/24/a-primer-on-owin-cookie-authentication-middleware-for-the-asp-net-developer/

OWIN cookie authentication middleware

https://dotnetcodr.com/security-and-cryptography/

http://paginaswebpublicidad.com/ (tiếng Việt)

https://visualstudiomagazine.com/articles/2013/08/01/leveraging-claims-based-security-in-aspnet-45.aspx

https://www.scoop.it/topic/asp-net-mvc

https://gunnarpeipman.com/aspnet/what-is-claims-based-authentication/

https://dotnettutorials.net/lesson/token-based-authentication-web-api/

https://www.future-processing.pl/blog/introduction-to-claims-based-authentication-and-authorization-in-net/

https://brockallen.com/2013/10/24/a-primer-on-owin-cookie-authentication-middleware-for-the-asp-net-developer/

http://benedict-chan.github.io/blog/2014/03/28/authentication-logics-from-asp-dot-net-mvc-4-to-5/

https://hoodbash.com/en-us/p/yi1gi/invalidating-cookie-after-password-changed-in-aspnet-mvc-5-with-owin

https://www.thereformedprogrammer.net/user-impersonation-in-mvc-using-asp-net-identity-2/

Cookie based Authentication & Authorization Guide

https://www.aspsnippets.com/Articles/Cookie-based-Authentication-Login-example-in-ASPNet-MVC.aspx

https://dotnetcodr.com/2013/02/11/introduction-to-claims-based-security-in-net4-5-with-c-part-1/

https://dotnetcodr.com/2013/02/14/introduction-to-claims-based-security-in-net4-5-with-c-part-2-the-new-inheritance-model/

https://dotnetcodr.com/2013/02/18/introduction-to-claims-based-security-in-net4-5-with-c-part-3-claims-transformation/

https://dotnetcodr.com/2013/02/21/introduction-to-claims-based-security-in-net4-5-with-c-part-4-authorisation-with-claims/

Claims based Authentication & Authorization Guide

https://www.future-processing.pl/blog/introduction-to-claims-based-authentication-and-authorization-in-net/ (Thinktecture IdentityServer)

https://www.codeguru.com/csharp/.net/net_security/asp.net-mvc-and-claim-based-security.html

https://leastprivilege.com/2016/12/16/identity-vs-permissions/

https://leastprivilege.com/2012/10/26/using-claims-based-authorization-in-mvc-and-web-api/

Claims Based Authorization

https://code.msdn.microsoft.com/Claims-Based-Authorization-89cf736e

https://code.msdn.microsoft.com/Custom-Token-ddce2f55

https://github.com/Azure-Samples/active-directory-dotnet-webapp-openidconnect

  • ASP.NET MVC 5
  • ASP.NET Identity
    • Entity Framework: Install-Package Microsoft.AspNet.Identity.EntityFramework
  • Cookie-based Authentication
    • Microsoft.Owin.Host.SystemWeb: Install-Package Microsoft.Owin.Host.SystemWeb
    • Microsoft.Owin.Security.Cookies: Install-Package Microsoft.Owin.Security.Cookies
  • Claims-based Authorization (Claim-based Authorization Middleware with Owin and Katana libraries using .Net 4.5.2 framework)

ASP.NET Identity & Cookie based authentication

https://benfoster.io/blog/aspnet-identity-stripped-bare-mvc-part-1

https://benfoster.io/blog/aspnet-identity-stripped-bare-mvc-part-2

https://www.red-gate.com/simple-talk/dotnet/asp-net/handmade-claims-based-authentication-for-old-fashioned-asp-net-sites/

https://weblog.west-wind.com/posts/2015/Apr/29/Adding-minimal-OWIN-Identity-Authentication-to-an-Existing-ASPNET-MVC-Application

http://sundeepkamath.in/posts/authentication-in-asp-net-mvc-5-using-identity-libraries-part-1/

http://sundeepkamath.in/posts/authentication-in-asp-net-mvc-5-using-identity-libraries-part-2/

http://sundeepkamath.in/posts/authentication-in-asp-net-mvc-5-using-identity-libraries-part-3/

GitHub

https://github.com/AccountGo/accountgo

https://github.com/lbacaj/OpenOrderFramework

https://github.com/IntuitDeveloper/Oauth2-MVC5-DotnetSampleApp

https://github.com/hernandgr/AspNetIdentityDemo

https://github.com/deepumi/AspNetMVC5Authorization (HAY)

https://github.com/benfoster/NakedIdentity (HAY)

OWIN Forms Authentication in ASP.NET MVC 5 - OWIN Cookie Authentication middleware in ASP.NET MVC 5

https://devblogs.microsoft.com/aspnet/understanding-owin-forms-authentication-in-mvc-5/

https://blogs.msdn.microsoft.com/webdev/2013/07/03/understanding-owin-forms-authentication-in-mvc-5/

Cookies without Identity

https://stackoverflow.com/questions/54476974/can-we-use-cookie-authentication-provided-by-mvc-5-without-using-asp-net-identit

https://stackoverflow.com/questions/31584506/how-to-implement-custom-authentication-in-asp-net-mvc-5

https://stackoverflow.com/questions/32080212/asp-net-identity-2-0-custom-login-method

https://stackoverflow.com/questions/21404935/mvc-5-access-claims-identity-user-data

https://stackoverflow.com/questions/1064271/asp-net-mvc-set-custom-iidentity-or-iprincipal

https://stackoverflow.com/questions/454616/asp-net-cookies-authentication-and-session-timeouts

https://stackoverflow.com/questions/41962161/asp-net-identity-not-updating-cookie-after-modifying-claims?rq=1

Refresh Token

https://offering.solutions/blog/articles/2015/10/03/token-authentication-with-claims-and-asp.net-webapi/

https://github.com/IdentityModel/Thinktecture.IdentityModel/tree/master/samples/OAuth2/EmbeddedResourceOwnerFlow

https://github.com/IdentityModel/Thinktecture.IdentityModel/tree/master/samples/OAuth2/EmbeddedResourceOwnerFlowWithRefreshTokens

JavaScript Basics

https://autotelicum.github.io/Smooth-CoffeeScript/literate/js-intro.html

Eloquent JavaScript

http://eloquentjavascript.net/

Dynamic Menu

http://www.dynamicdrive.com/dynamicindex1/

http://www.dynamicdrive.com/dynamicindex2/

http://www.dynamicdrive.com/dynamicindex3/

http://www.dynamicdrive.com/dynamicindex4/

http://www.dynamicdrive.com/dynamicindex5/

...

Self Executing Anonymous Functions

http://markdalgleish.com/2011/03/self-executing-anonymous-functions/

Search Menu

https://www.w3schools.com/howto/howto_js_search_menu.asp

https://www.w3schools.com/howto/howto_js_filter_lists.asp

https://www.w3schools.com/howto/howto_js_filter_table.asp

https://www.w3schools.com/howto/howto_js_filter_dropdown.asp

https://www.w3schools.com/howto/howto_css_navbar_icon.asp

https://www.w3schools.com/howto/howto_css_subnav.asp

https://www.w3schools.com/howto/howto_js_dropdown.asp

ASP.NET MVC 5 using Ajax and jQuery

https://amit4dotnet.wordpress.com/2014/11/20/create-shopping-cart-in-mvc-using-ajax-and-jquery/

https://amit4dotnet.wordpress.com/2014/11/16/how-to-save-records-using-ajax-and-jquery-in-asp-net/

https://amit4dotnet.wordpress.com/2014/11/17/login-and-registration-in-mvc/

https://sensibledev.com/mvc-bootstrap-form-example/

https://sensibledev.com/bootstrap-modal-with-ajax-content/

https://getbootstrap.com/docs/4.1/components/forms/

Samples

https://www.c-sharpcorner.com/article/ajax-crud-operation-with-jquery-datatables-in-asp-net-mvc-5-for-beginners/

https://getbootstrap.com/docs/4.1/layout/grid/

http://developmentpassion.blogspot.com/2017/02/gridview-with-server-side-advacned.html

DataTables

http://www.compilemode.com/2016/03/paging-sorting-and-searching-in-asp-net-mvc-using-jQuery-DataTable.html

http://www.binaryintellect.net/articles/218ca630-ba50-48fe-af6e-6f754b5894aa.aspx (Load Dynamic Data)

https://www.codeproject.com/Tips/1057064/MVC-Master-Detail-Example-with-Partial-View-and-Mo

https://www.codeproject.com/Articles/1046102/MVC-pagination-filtering-and-sorting-inside-partia

https://www.codeproject.com/Tips/826002/Bootstrap-Modal-Dialog-Loading-Content-from-MVC-Pa

https://www.codeproject.com/Articles/531916/Master-Details-using-ASP-NET-MVC

https://www.c-sharpcorner.com/UploadFile/4b0136/working-with-dropdownlist-in-mvc-5/

http://www.codedigest.com/posts/24/search-or-filter-table-columns-in-client-side-using-jquery-in-aspnet-mvc

 

http://www.techstrikers.com/Articles/jquery-datatable-bind-json-using-asp.net-mvc5.php

https://www.codaffection.com/asp-net-mvc-tutorial/asp-net-mvc-with-jquery-ajax/

Asp.Net MVC With jQuery Ajax - CRUD Operations Demo

https://carlofontanos.com/ajax-pagination-with-search-and-sort-using-asp-net-mvc5/

ASP.NET Core MVC

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

ASP.NET CORE

https://www.mytecbits.com/microsoft/dot-net/bootstrap-asp-net-core-mvc

ASP.NET MVC

JavaScript xử lý chuỗi

https://toidicode.com/cac-ham-xu-ly-chuoi-trong-javascript-155.html

Power CMS Content Management System

https://codecanyon.net/item/power-cms-content-management-system-open-source-mvc-5/19754906

https://www.codeproject.com/Articles/194916/Enhancing-HTML-tables-using-a-JQuery-DataTables-pl

http://www.cyqdata.com/cnblogs/article-detail-37023-english

datatables.png

https://www.codemag.com/Article/1601031/CRUD-in-HTML-JavaScript-and-jQuery-Using-the-Web-API

ASP.NET

https://jitendragangwar007.blogspot.com/2014/09/bulk-edit-update-multiple-rows-in.html

Categories

Recent posts