(Steve Gordon) In my last post, which is part of my ‘Writing High-Performance C# and .NET Code‘ series, we looked at how dotMemory can be used to view the amount of memory allocated by code in an application using the memory traffic comparison.
Tag: Development
The Location() Function URL-Encodes The Hash If The URL Also Contains A Query-String In Lucee 5.3.1.102
(Ben Nadel) Yesterday, I ran into a rather strange regression from our migration of Adobe ColdFusion to Lucee CFML. It seems that Lucee 5.3.1.102 will URL-encode the Hash (or Fragment) portion of a location() function call; but, if and only if the requested URL also contains a query-string.
10 Top Blazor Tools Just a NuGet Away
(David Ramel) Blazor is the hottest project in the .NET ecosystem right now, providing Microsoft-centric coders with a JavaScript alternative for Web projects.
Using SoapHexBinary Class for Byte and String Conversions
(Srinath M S) See below for a code sample of how to perform byte and string conversions:
Performing A SublimeText-Inspired Fuzzy Search For String Matching In Angular 7.2.15
(Ben Nadel) At InVision, my team is considering working on a new search feature. And, when it comes to “search”, one of the most delightful user experiences that I’ve come across is the “fuzzy search” performed by SublimeText’s “Goto Anywhere” command.
Visual Studio Code Remote Development may change everything
(Scott Hanselman) OK, that’s a little clickbaity but it’s surely impressed the heck out of me. You can read more about VS Code Remote Development (at the time of this writing, available in the VS Code Insiders builds) but here’s a little on my first experience with it.
Integrating Blazor into Existing ASP.NET Core Applications
(Peter Vogel) If you want to add server-side Blazor to your existing ASP.NET Core applications, you can. There’s not much to it, fortunately. In fact, there’s probably more work involved in creating a View or Page that will play well with your component
Roslyn analyzers and code fixes in OmniSharp and VS Code
Recently we merged a big (albeit still experimental) feature into OmniSharp – the support for Roslyn analyzers.
Evaluating ASP.NET Core Authorization Policies
(K. Scott Allen) Let’s say you have the following authorization policy defined in the Configure method of your ASP.NET Core’s Startup class.
Considering Ways To Embed Widgets In My Markdown Using Flexmark 0.42.6 And ColdFusion
(Ben Nadel) As I mentioned yesterday, I am trying to move my publishing workflow over from an ActiveX context (that requires me running XStandard in IE 11 on a Windows Virtual Machine) to a Markdown context that uses Flexmark 0.42.6 and ColdFusion.