please continue this whats wrong series. please🙏
The best video on YouTube channel till now keep posting these sir
I like this series. Please keep it up
I appreciate the series!!
This series is great 👍
Please Make a design pattern playlist. Like gang of four design patterns C#.
I guess my first question would be, if you don't want to allow a string, why do you use nullable string? I also don't see the routing definition for this. Also, I don't know if this is MVC5 or Core/Modern dotnet. So, I'm not sure how this would be called. Would it be: /Home/Index?userid= or /Home/Index assuming routing is used like /Home/Index/{userid} then if no user id is in the URL it won't even be routed to this endpoint. You can also use route constraints to eliminate the need to do the is empty check. Although, like I said, it looks like this is not using attribute routing. Also, wouldn't use ==null, but rather do pattern matching. Granted you used the IsNullOrEmpty which covers the null check. Finally, it's redundant to pass the view name if it matches the action name.
Thanks for the tip!
It would be good to create some good content..these are the basics that you have coverd in your videos and i believe every developer is aware of it ..let's contribute with some real and practical interview scenarios that would help
@dy0mber847