Yaroslav Kulish
Blog
About
Blog
76 articles on .NET, C#, MS SQL, JavaScript, and software development.
C#
Fixing the Assembly Load Error: System.Runtime, Version=7.0.0.0 Unloaded
When to use IEnumerable vs IList vs ICollection?
Blazor Error - Microsoft.JSInterop.JSException: Converting circular structure to JSON
How Many Times a Substring Occurs in a Value? MS SQL
Stopwatch C# Example
How to Fix Automapper Error? "Unmapped members were found. Review the types and members below."
How to Deep Clone an Object in C#?
Using Cancellation Tokens for Efficient SyncFusion SFGrid Data Rendering
How to Enumerate an Enum in C#?
C# Difference Between == and Equals
How To Deserialize JSON from File C#? Single Item and Collection
Add Format Selection In Context Menu Visual Studio 2022
How to Hash, Salt and Store Password in C#?
How To Select Multiple Records using the List of Id's with LINQ? Entity Framework
What is ChatGPT and Can it Replace a Programmer?
How to Sort a List<T> by a property in the object?
Top-level statements must precede namespace and type declarations
Blazor Two-Way Binding Example
Blazor Webassembly vs Blazor Server - What is Difference and What to Use?
Split List into Sub lists with LINQ C#
Create ASP.NET Web Core Razor Application with Authentication
Difference Between Static class and Singleton pattern?
Logger To File and Console - C# Interview Question
Difference Between Field and Property in C#
What is Difference Between Double and Decimal in C#?
How to view the SQL generated by the Entity Framework Core? Enable Sensitive Data Logging
What is Abstract Factory Pattern? Real Example on C#
DateTime Format C# All Standard Formats
What Are benefits of using REF keyword in C#?
Popular Interview Questions for .Net Developers
How to format DateTime to 24 hours time?
6 Improvements For LINQ in .NET 6
What is .NET Standard and When to Use It?
Console .Net 6.0 App with Entity Framework Core 6.0.6
How to Create An Empty String Array? C#
How to Get Connection String from Appsettings.json? .net Core Console Application
How To Generate C# class from XML?
Is There a Difference Between String and string in C#?
Visual Studio
Resolving 'Error TS1219' in Angular Build: Handling Experimental Decorators in Visual Studio 2022
How to Fix xUnit Test not Running Error - "Test project does not reference any .NET NuGet adapter"
Collapse and Uncollapse Sections of Code in Visual Studio Code - Shortcuts
What are the Differences Between Visual Studio Code and Visual Studio?
How to Change Visual Studio Theme? Change to Dark Theme
Generate C# Class From JSON in Visual Studio
How To Display Suggestion Menu with USINGS in Visual Studio?
How to Comment Code in Visual Studio Code? Shortcut
How To Auto Format Code in Visual Studio 2022?
How to Set Conditional Breakpoints in Visual Studio 2022?
How to Install Msbuild.exe 14.0 and Build Project Without Installing Visual Studio?
Misc
How to Downgrade Node Version in Windows 10? NVM Utility
How to use localeCompare() in JavaScript?
How to do Case-Insensitive String comparison in JavaScript?
How to check String contains a Substring in JavaScript?
The Kolb Model: Why Some Programmers Learn Faster Than Others
How to Become a Programmer in your 30-40s?
12 Important Things About Programming - Tips for Beginners
Top 10 Books for Programmers
How I Became a Programmer at 29 and Got a Job at Linkedin
How to Become a Python Programmer at the Age of 44? Ruslan's Story
How to Find out Git Current Version?
SQL
How to Generate SQL Scripts for Previous Versions of MS SQL?
How to Create a Database Schema in MS SQL?
Delete Duplicate Rows in Table without Primary Key
How to Remove Duplicate Rows in MS SQL Server
Create a Quick Copy of a Table and Place it in the Same Database
Concatenate Multiple SQL Rows Into Single String
How to Find Maximum of Multiple Columns? MS SQL
How to check if a function exists in a SQL database?
How Smoothly Insert Millions of Rows in SQL Server?
How to check if a column exists in the SQL Server table
How to Connect SQL Management Studio with Local SQL Server Express?
How to Install Microsoft SQL Server 2019 Express Edition?
jQuery
How to break out of jQuery each loop?
How to Set and Get the Attribute in jQuery?
jQuery - How to Get a Value of an Element by Name?
How to Check if Checkbox is Checked in jQuery?