Select Page

Android Studio doesn’t load Flutter project

I have installed Dart and Flutter plugin, it doesn’t load flutter properly make a new project Solution was to ensure below plugins were enabled: Android APK Support (1.0)Android Games (1.0)Android NDK Support (1.0)CVS Integration (11)Firebase Testing (1.0)GitHub...

C# ASP Net Core Error

When doing a Single lookup from database getting error. XeroBankAccount bankAccount = xeroBankAccountService.Table.Single(p => p.Guid == guid); Gets below exception line: System.InvalidOperationException: Sequence contains no elements at...

NETSTAT in Windows

To get open TCP ports with process ID, first run command prompt as administrator, then run command: netstat -ano -p tcp|findstr LISTENING Result will be: TCP 0.0.0.0:21 0.0.0.0:0 LISTENING 4748 TCP 0.0.0.0:80 0.0.0.0:0 LISTENING 4708 TCP 0.0.0.0:135 0.0.0.0:0...