Please turn JavaScript on
C# Developer Community icon

C# Developer Community

Receive updates from C# Developer Community for free, starting right now.

We can deliver them by email, via your phone or you can read them from a personalised news page on follow.it.

This way you won't miss any new article from C# Developer Community. Unsubscribe at any time.

Site title: C# Developer Community

Is this your feed? Claim it!

Publisher:  Unclaimed!
Message frequency:  0.41 / day

Message History

I've inherited a C#/XAML app that had a couple of bugs. I'm an embedded C guy with a little C++ experience.
Hopefully, one of you experts can help for one of the bugs. This app's purpose is to load values from and save
values to a SD card for uploading into a security system. Under one of the tabs in the app, there is a dropdown
holiday list (uses ObservableList)....

Read full story
I'm looking at building an app that handles accounting/logistics and serves customers various bits of data with NetMaui & SQL, I need some direction. I'd like to build my application local but end up putting on Azure. AI says that's ok? Most of the tutorials on Maui /SQL point to SQLite. Does it actually matter which SQL I use? I'd like to be able to have a design view of my...

Read full story
What are some best practices for managing memory efficiently in C# applications, especially when working with large collections or frequent object creation?

Read full story
Hey Guys

I am running a successful website, but now I want to change the look and layout of my website. Also, the graphics on my website are not very impressive. Though I have a good amount of traffic on my website, I am not able to convert them into customers. I think it may be the graphics or maybe the overall look and feel of my website. I have some concerns, please ...

Read full story
I'm trying to convert a .Net 6 WASM to .Net 10 & add an API in the new .Net 10; as Appendix-A in book Blazor In Action. Research indicates that the middleware is no longer required in .Net 10. Instructions are:
Create a new API project Add app.UseStaticFiles(); middleware method inbetween httpsredir & userouting Add app.MapFallbackToFile("index.html"); before app.Ru...

Read full story