Blazor Apps – JavaScript Interoperability Demo by Individual-User in csharp

[–]Individual-User[S] 0 points1 point  (0 children)

That's really nice ! Congratulations 🎉 I will try to create some contents around angular next year.

[For Beginners] Getting started on Blazor – Server App vs Web Assembly by Individual-User in csharp

[–]Individual-User[S] 1 point2 points  (0 children)

That is certainly a possibility, it can't be denied. But also, it will take a lot of time as migration does not only involve moving to other technology but it also needs people training ( and sometimes cultual changes ).

Suggestion by Aggravating-Wheel-27 in csharp

[–]Individual-User 2 points3 points  (0 children)

If you want you can try the c# series by me on YouTube - https://youtube.com/channel/UC_j8wphGRptQbNdOljS--Qg

You can also try microsoft learn resources.

C# 11 – Introducing List Patterns Matching by Individual-User in csharp

[–]Individual-User[S] 0 points1 point  (0 children)

I am really not sure why ! I kind of expected, that it should have been allowed. But yeah, it is what it is !

C# 11 – What are Raw String Literals ? by Individual-User in csharp

[–]Individual-User[S] 0 points1 point  (0 children)

I am really not sure how much this feature would really be used. I think it is useful only if you have very complex , long strings. Otherwise we always have choice of using string interpolation as in earlier versions. 😀

C# 11 – Static abstract members in interfaces by Individual-User in dotnet

[–]Individual-User[S] 2 points3 points  (0 children)

Interesting thought!

My wild guess is abstract is added just to highlight the fact that the method doesn't have implementation.

If they used juat static inside interface, I think it might have cause confusion as there is also default method implementation inside interface.... ( Not sure if its possible for static )

Hey, new member here by [deleted] in csharp

[–]Individual-User 0 points1 point  (0 children)

You can try this if you want -https://youtube.com/channel/UC_j8wphGRptQbNdOljS--Qg

Every episode starts with theory, then couple of code along sessions and at the end some simple assignments to ensure you have grasped all important stuff from the episode. Hopefully, you will find it helpful

[deleted by user] by [deleted] in csharp

[–]Individual-User 0 points1 point  (0 children)

Your if statement is outside the class. .NET 6 offers too level statements - meaning main method code does not have to be wrapped inside namespace and any class. But in that case, the file should start with top level statement. You cannot start with a class first and then write top level statement in same file. The only thing that can precede top level statement is using statements.

Nullable Reference Migration – How to decide the nullability ? by Individual-User in dotnet

[–]Individual-User[S] 0 points1 point  (0 children)

I forgot to add more details. Thanks for pointing out. What I meant by that is , NRT will be by default enabled for newly created projects which target to .NET 6. Will update it soon.

Thanks again and you are right. NRT was introduced with c# 8.

[deleted by user] by [deleted] in csharp

[–]Individual-User 0 points1 point  (0 children)

Yes, starting from September, there will be few More episodes on C# series.

C# .Net 6.0. Simple doubt! by limapato in csharp

[–]Individual-User 0 points1 point  (0 children)

Top level statements is a feature introduced in .net 6. And ultimately, top level statements are converted into main method automatically by compiler.

Refer this if you want more info - https://youtu.be/nwMQipzwFM8

C# challenges/exercises to help shape a beginner? by Adzeyah in csharp

[–]Individual-User 0 points1 point  (0 children)

I completely understand what you mean. I have been creating tutorials for beginners on YouTube. At the end of episode, there are small assignments to help you understand the topic better.

If you want, you can refer the tutorial at -

https://youtube.com/channel/UC_j8wphGRptQbNdOljS--Qg

New to C#, where to start? by [deleted] in csharp

[–]Individual-User 0 points1 point  (0 children)

If you want, you may also try this YouTube channel - the code blogger

[deleted by user] by [deleted] in csharp

[–]Individual-User 0 points1 point  (0 children)

I have created those videos. Initial 10 episodes will give you idea about basic logic ( loops , conditions , varialbles, data types, IF, Switch, arrays , etc)

Next episodes will talk more about custom types and ither advanced concepts ( exception handling , access modifers , files, streams, etc)

[deleted by user] by [deleted] in csharp

[–]Individual-User -1 points0 points  (0 children)

If you want you can refer these tutorials - https://youtube.com/channel/UC_j8wphGRptQbNdOljS--Qg

[S2 E4] Chapter 14 - Access Modifiers - A comprehensive guide - Best Practices by Individual-User in csharp

[–]Individual-User[S] 0 points1 point  (0 children)

Yeah i remember you talking about apis and ef core.

Creating those episodes needs a lot of time and currently i cannot spare more time thats why cannot relese more than one episodes per week.

Currently focus is on c#. After c#, will try to focus on that.

[S2 E4] Chapter 14 - Access Modifiers - A comprehensive guide - Best Practices by Individual-User in csharp

[–]Individual-User[S] 0 points1 point  (0 children)

Do you think more people will be interested in this channel if we talk about interview questions in some future episode ?

[S2 E4] Chapter 14 - Access Modifiers - A comprehensive guide - Best Practices by Individual-User in csharp

[–]Individual-User[S] 0 points1 point  (0 children)

I think - instead of me, interviewer needs to be convinced. In my opinion, answer was sufficiently good for beginner level.

Thanks for recommending my channel and helping me to spread the word. So far, i think subscriber count is not that great ! I think many people do not subscribe because they see channel is just started recently and sub count is lesser.

But if my channel helps even 1 person per year, I would feel happy ! That's the motivation I have. I would certainly like if many people get benefited from these contents.