.Net
What’s the correlation between .NET 5, WinUI and MAUI (Xamarin.Forms)
no comments yet Be the first to share what you think! C# devs null reference exceptions source
no comments yet Be the first to share what you think! C# devs null reference exceptions source
If I have a method like public static IBook create(IDBRepository repository) { } How do I create an instance of IBook? You don’t create instances of interfaces per se. Think of an interface as a Read more…
Hey guys i just published my new web project and i want you guys to give it a try. Please notify me if any error or bugs come up while using the application!. Thanks for Read more…
Super cool! Awesome job! C# devs null reference exceptions source
Nice work Luis. Thanks. C# devs null reference exceptions source
If I have a class like this public class Booking : IBooking { public IDBRepository DBRepository { get; set; } public void Purchase(int Amount, string ProductName, string ProductNumber) { TransactionData transactionData = new TransactionData {amount Read more…
Tldr: How do I go about creating a web crawler that runs iteratively and concurrently? I’m trying to write a web crawler in c# for my learning. I originally was going through a recursive BFS Read more…
Hello everyone. When using Visual Studio (2019) and .NET Core/.Net 5, a console will when you debug the project: Example. I also like to use Windows Terminal. Is there a way to open this console Read more…
Hi I tried to code my first Xam Form but when i try to debug my Android app the emulator start (also de Android) but the app doesnt start. Maybe is coz i code in Read more…
Hi, I hope everyone is having a blessed day. I am very new to C# (and programming, in general), having coded for a bit over a month and a half with it. Tutorial hell is Read more…