Ben's Coding Blog: [Page 3]
Better “Did You Mean?” in .NET Core 8To build a modern, typo-tolerant search system in ASP.NET Core 8, you’d want to go beyond `SOUNDEX()` with one or more of these: more Soundex & Fuzzy Logic: What They Are and When to Use ThemSoundex is a classic algorithm that converts words into a 4-character code based on how they sound in English. It’s one of the earliest forms of fuzzy logic—designed to match similar-sounding words even if they’re spelled differently. more Why all developers should consider Blazor WebAssemblyBlazor WebAssembly (WASM): What It Is—and When to Use It more The secret of a successful Pitch DeckWhat Is a Pitch Deck (And Why You Need a Good One) more Action Arguments in ASP.NET CoreAction Arguments in ASP.NET Core: What's Best? more Statistical analysis of the BlogStatistical analysis of the subject areas that visitors have clicked the like button on The like button is top right on blog pages on this site. Have your say too! more When to use nvarchar(max) in SQL Server🧠 When to Use `nvarchar(max)` in SQL Server more swear words and SEO💬 Does Profanity Hurt SEO or Monetization? Here's What You Need to Know more Controlling font size in SVGControlling font size in SVG can be achieved using various methods, including attributes, CSS, or inline styles. Here’s how you can adjust and control the font size in SVG effectively: more Routes in ASP.NET MVC🔀 Understanding Routes in ASP.NET & ASP.NET Core more What is Natural Language Processing NLPNLP (Natural Language Processing) is a field of artificial intelligence (AI) that focuses on enabling computers to understand, interpret, and generate human language. It bridges the gap between human communication (language) and computer under... more Using the Windows Command Prompt to list all .jpg files in a directoryUsing the Windows Command Prompt to list all `.jpg` files in a directory and its subdirectories in a bare format, sorted by name. Here's the breakdown: more To implement Google Analytics tracking on your website📊 How to Add Google Analytics to Your Website (Fast) more how user engagement metrics can impact your website's visibility and ranking📈 How User Engagement Metrics Affect Your Website's SEO Performance more key SEO considerations to keep in mind during web developmentGreat SEO isn’t something you bolt on after a project is finished — it's something you build in from day one. As a developer, you're in a unique position to ensure the site’s code, structure, and performance all align with search engine best p... more is there a plugin that will create Image Sitemaps from a visual studio project🔍 How to Generate Image Sitemaps (Even Without Visual Studio Support) more |