How To

How to use datepicker directive with AngularJS and Bootstrap
5/17/2024 4:49:34 AM  59

This post shows you how to fix the datepicker not binding value when using AngularJS.

How to add class to tr using jQuery datatable
5/16/2024 8:18:45 AM  56

This post shows you how to add a class name to jquery.datatables

How to fix Assets file 'project.assets.json' not found
5/16/2024 8:13:00 AM  68

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 convert varchar to uniqueidentifier in SQL Server
5/16/2024 8:01:30 AM  82

This post shows you How to convert varchar to uniqueidentifier in SQL Server.

How to use Oracle linked server shows all tables
5/15/2024 9:04:50 AM  69

How to use Oracle linked server shows all tables from all schemas in SQL Server Management Studio

How to select rows with same Id but different value in SQL Server
5/15/2024 4:02:02 AM  115

How to get a list of rows that have the same Id but different values in the same field in SQL Server.

How to include special characters in connection string
5/14/2024 4:42:15 AM  203

How to include special characters in web.config file?

How to fix 'ILoggingBuilder' does not contain a definition for 'AddNLog'
5/14/2024 4:21:41 AM  75

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 fix "InvalidOperationException: No service for type 'Microsoft.AspNetCore.Identity.UserManager'"
5/11/2024 3:25:05 AM  593

This post shows you How to solve "InvalidOperationException: No service for type 'Microsoft.AspNetCore.Identity.UserManager [Microsoft.AspNetCore.Identity.IdentityUser]' has been registered." when custom ASP.NET Core Identity.

How to fix 'IMvcBuilder' does not contain a definition for 'AddNewtonsoftJson'
5/11/2024 2:47:55 AM  111

This post shows you How to fix 'Error CS1061 'IMvcBuilder' does not contain a definition for 'AddNewtonsoftJson' and no accessible extension method 'AddNewtonsoftJson' accepting a first argument of type 'IMvcBuilder' could be found (are you missing a using directive or an assembly reference?)'

How to Get all drives in C#
5/6/2024 8:12:44 AM  12

This post shows you How to get all logical drives on a system in C#.

How to change progress bar color in html
3/14/2024 4:04:11 PM  60

This post shows you how to change progress bar color in html