Hello, I figured out the problem. It was the VS code itself that was not working properly, I tried using online c# compiler and it worked fine. Now I needed to find out what was causing error in my VS code since I'm using the updated .NET framework.
Guys, question lang gusto ko lang malaman pano mag set ( gamit ng setter/getter) ng value by user input. ( If possible man or may mali akong approach sa pag gamit ng setters/getters)
class Posting
{
private string _title = "";
public void setTitle( string title)
{...