Should I use automatic properties?
I’m new to C# coming from a Java background. I’m working on a take home assignment for a coding interview. I normally write my code as following(Java):
Should I use automatic properties?
I’m new to C# coming from a Java background. I’m working on a take home assignment for a coding interview. I normally write my code as following(Java):
Should I use automatic properties?
I’m new to C# coming from a Java background. I’m working on a take home assignment for a coding interview. I normally write my code as following(Java):
How to make it obvious that a function is being accessed from the outside?
This is a C specific question. I am trying to keep everything possible inside the translation unit boundaries, exposing only a few functions through the .h
file. That is, I am giving static
linkage to file-level objects.
How to make it obvious that a function is being accessed from the outside?
This is a C specific question. I am trying to keep everything possible inside the translation unit boundaries, exposing only a few functions through the .h
file. That is, I am giving static
linkage to file-level objects.
How to make it obvious that a function is being accessed from the outside?
This is a C specific question. I am trying to keep everything possible inside the translation unit boundaries, exposing only a few functions through the .h
file. That is, I am giving static
linkage to file-level objects.
How to make it obvious that a function is being accessed from the outside?
This is a C specific question. I am trying to keep everything possible inside the translation unit boundaries, exposing only a few functions through the .h
file. That is, I am giving static
linkage to file-level objects.
How to make it obvious that a function is being accessed from the outside?
This is a C specific question. I am trying to keep everything possible inside the translation unit boundaries, exposing only a few functions through the .h
file. That is, I am giving static
linkage to file-level objects.
How to make it obvious that a function is being accessed from the outside?
This is a C specific question. I am trying to keep everything possible inside the translation unit boundaries, exposing only a few functions through the .h
file. That is, I am giving static
linkage to file-level objects.
How does accumulating large amounts of business logic on the model objects make building strong service contracts harder?
I heard a couple of times that putting business logic in database models is bad down the road.