App Interfaces C#

https://www.codecademy.com/courses/learn-c-sharp/projects/csharp-app-interfaces

I am unsure of the last step of this project (C# App Interfaces). Specifically, the step at which I need to add a setter that accepts only password with at least 8 characters. How do we do that? Do I just add the lines:

private string Password{
get {return value;}
set {
if(!String.IsNullOrEmpty(value)&&value.Length>=8){
Password=value;
}else{
Console.WriteLine(“Password must be at least 8 characters long”);
}
}
}

1 Like

Hi

I tried but its taking so much time. Waiting for the video no
App Interfaces using c#

cheers

updated code app interfaces using c#

Also needing the video. Will this ever come around?

1 Like

I would really like watching a walkthrough of this. Some of the steps to me at least seem unclear as well.

Looks like there is not ever gunna be a walk through? Was in production during 2019? I know that was COVID times, but I learn the most from the walkthroughs!

Please

Where is the video???