76 liens privés
A utility library for ASP.NET Core (both MVC and Razor Pages) websites to easily add and customize breadcrumbs. - GitHub - zHaytam/SmartBreadcrumbs: A utility library for ASP.NET Core (both MVC and Razor Pages) websites to easily add and customize breadcrumbs.
The finest Windows Optimizer. Contribute to hellzerg/optimizer development by creating an account on GitHub.
Discover how to handle errors in ASP.NET Core apps.
Previously on Extreme Learning,
I discussed
all the ways I've broken production using healthchecks.
In this post
I'll do the same for PostgreSQL.
Small library to integrate Vite into ASP.NET projects - GitHub - Eptagone/Vite.AspNetCore: Small library to integrate Vite into ASP.NET projects
How do I extract a JSON item? What about tabulating the content? Can I build a set of rows from an... Tagged with postgres, jsonb, cheatsheet, json.
📝 the simplest and smallest WYSIWYG text editor for web, with no dependencies - GitHub - jaredreich/pell: 📝 the simplest and smallest WYSIWYG text editor for web, with no dependencies
To programmatically evaluate policies, we make use of IAuthorizationService, which when invoked produces whether the user is authorized or not
Let’s implement a custom authorization attribute using both IAuthorizationFilter and policy-based authorization.
We will learn what is an aggregate in Domain-Driven Design and which are the main design principles behind it.
In this article, we discuss use cases and methods to achieve resource-based authorization of requests in ASP.NET Core.
<link rel="stylesheet" href="https://uicdn.toast.com/editor/latest/toastui-editor.min.css" />
<script src="https://uicdn.toast.com/editor/latest/toastui-editor-all.min.js"></script>
<script>
const Editor = toastui.Editor;
const editor = new Editor({
el: document.querySelector('#editor'),
height: '500px',
initialEditType: 'markdown',
previewStyle: 'vertical',
events: {
change: function () {
console.log(editor.getMarkdown())
},
}
});
</script>
<div id="editor"></div>
:card_index: A simple fake data generator for C#, F#, and VB.NET. Based on and ported from the famed faker.js. - GitHub - bchavez/Bogus: A simple fake data generator for C#, F#, and VB.NET. Based on and ported from the famed faker.js.