Erik Zettersten
Erik Zettersten
We're looking to add some redundancy to our database. We do this via triggers on raw SqlSBulkCopy usage. However, The EF Utilities interfaces do not supply arguments for passing this...
Design could look like: ``` ```
Greetings, I have a node application that uses rollup.js to produce esm modules for my dotnet program. Rollup has a watch feature that executes the compilation of a node project...
Similar to conditionals, a "loading" component simplifies the process of achieving three common states of loading by eliminating the need for verbose C# markup and syntax. These states are: Is...
@luileito thanks for a great plugin. Super easy to use. I have the following code in the `mousedownBefore` event. ```javascript mousedownBefore: function (elem, data, evt) { var brushType = getBrushType();...
Overly generalized opinions incoming... There are two main categories of .NET web-based client-side developers: **Static Reference Developers:** - These developers typically reference resources either from a Content Delivery Network (CDN)...
This commit modernizes the entire Blazorex project ecosystem by upgrading to .NET 9 and addressing inconsistencies in sample project configurations. 🚀 Key Changes #### .NET Framework Upgrade • Core Library:...
This commit introduces comprehensive canvas export capabilities to Blazorex, enabling developers to capture canvas content as blobs, data URLs, and object URLs for image saving, downloading, and display purposes. 🚀...