How To
How to fix Assets file 'project.assets.json' not found
By FoxLearn Published on May 16, 2024 1.26K
This post shows you how to fix 'Assets file '..\obj\project.assets.json' not found. Run a NuGet package restore to generate this file.
How to select rows with same Id but different value in SQL Server
By FoxLearn Published on May 15, 2024 1.44K
How to get a list of rows that have the same Id but different values in the same field in SQL Server.
How to fix 'ILoggingBuilder' does not contain a definition for 'AddNLog'
By FoxLearn Published on May 14, 2024 1.25K
This post shows you How to fix 'ILoggingBuilder' does not contain a definition for 'AddNLog' and no extension method 'AddNLog' accepting a first argument of type 'ILoggingBuilder'.
How to make a placeholder for a 'select' box
By FoxLearn Published on Mar 02, 2024 379
This post shows you How to make a placeholder for a 'select' box.
How to Include Crystal Reports Runtime into your application setup
By FoxLearn Published on Feb 24, 2024 1.04K
To include Crystal Reports Runtime into your application setup, you typically need to perform the following steps:
How to make a file copy progress in C#
By FoxLearn Published on Feb 20, 2024 890
To implement file copy progress in C#, you can use the File.Copy method along with FileStream to read from the source file and write to the destination file while monitoring the progress.
How to create and run a PowerShell script file on Windows
By FoxLearn Published on Feb 20, 2024 587
PowerShell is a command line interface (CLI) for running commands and scripts to automate tasks and change settings on your device
How to protect an excel file
By FoxLearn Published on Feb 19, 2024 434
Protecting an Excel file involves several steps to safeguard its content, structure, and functionality.
How to use SQL INSERT INTO SELECT Statement
By FoxLearn Published on Feb 19, 2024 521
The INSERT INTO SELECT statement in SQL is used to copy data from one table and insert it into another table.
How to set cookie ValidationInterval in ASP.NET Core
By FoxLearn Published on Feb 18, 2024 365
This post shows you How to set cookie ValidationInterval in ASP.NET Core.
How to Configure ASP.NET Core Identity password policy
By FoxLearn Published on Feb 18, 2024 404
This post shows you 'How to Configure ASP.NET Core Identity password policy require at least one special character, one uppercase letter, one number...etc'
How to fix Page Not Refreshing After Changes
By FoxLearn Published on Feb 18, 2024 945
This post shows you How to fix .NET Core MVC Page Not Refreshing After Changes.