Immortal Coder
Coding Tips, Code Samples, Bug Fixes, Articles & More
Pages
(Move to ...)
Home
▼
Thursday, August 18, 2022
(Solved) ORA-01031: insufficient privileges error when using Oracle.ManagedDataAccess.EntityFramework
›
For me this issue occured while migrating .net framework from 4.0 to 4.8. I am using entiry framework to connect to database. As I was conne...
Friday, May 27, 2022
(Solved) XUnit Test not getting discovered in Visual Studio Test Explorer
›
Make sure you have all the below NuGet packages added in your test project. So that all test methods will be displayed in Test Explorer wind...
Wednesday, April 6, 2022
How to calculate Age based on a birthday in C#
›
Here is a sample code to calculate Age based on a birthday in C#. using System; public class HelloWorld { public static void Main(st...
1 comment:
‹
›
Home
View web version