Maybe you were looking for...

Clean architecture : where should I put my exceptions?

First off, I present you the context. I am writing an api in C# and ASP.NET Core and I am trying to follow the clean architecture. In summary : I don't know wh

Is a Select() done against a key in the table's struct?

I have a database where one of the tables is managed through type Token struct { gorm.Model Value string User User UserID uint } At some poi

How to delete all files and folders in a directory besides 3 files using terminal

I am trying to delete all the files and folders in a specific location on my Raspberry Pi except for .env, ., and ... This seems to work: find ~/my/app/here/. !

How to check if a user is logged in or not in NextJS

I am using Codeigniter 4 as backend and have completed the login page but am now stuck at how to check if the user has logged in or not I am using Next JS as fr

Hard time understanding the basics of Scala

I'm a seasoned Python developer and I have to learn Scala for my new job. I had a great time practicing Python with CodeWars and decided to try with Scala as we

when is static variable loaded in java, runtime or compile time?

When is static variable loaded, runtime or compile time? Can someone please explain it. I would really appreciate the help. Thank you.

MFC how to get resource ID in different file?

I am new mfc and english is not good but I have a question How can I get Edit ID in different file? My edit ID name is IDC_MYEDIT_EDIT(m_myEdit_Edit) I tried to

OData Authentication

I have been trying to implement an OData service based upon an entity framework model where the authentication is provided by Sql Azure. I provide row/column ac