.Net
How stable is WPF for NET 5
I’ve decided enough is enough and I want to leave my comfort zone and finally get away from winforms. Now, before you all flame me, I’ve used winforms strictly for businesses processes. These small apps Read more…
I’ve decided enough is enough and I want to leave my comfort zone and finally get away from winforms. Now, before you all flame me, I’ve used winforms strictly for businesses processes. These small apps Read more…
I am making a text based adventure game to learn C# and when the user types something, I want to pass this to a InterpretCommand method that finds a method based on their input. So Read more…
Text Editor for GoLang Program A text editor is a type of computer software program that is used to edit plain text files. We use a text editor for writing the source code of the Read more…
no comments yet Be the first to share what you think! C# devs null reference exceptions source
Installation process of GoLang: The Go language is an open-source and platform-independent programming language. Many IDEs are available online to run your program; these online editors are the go playground, repl.it and many more. You Read more…
Hi, I would like to ask you about your experiences about putting git metadata to dll and nuget packages. I found several solutions: https://github.com/dasMulli/SimpleGitVersion https://github.com/GitTools/GitVersion https://www.nuget.org/packages/GitInfo/ https://github.com/MarkPflug/MSBuildGitHash What I want is to have strong “stupid Read more…
Hi, as the title says. Where can I learn about Windows Forms best practices, poatterns like MVP/MVC ETC. The best practice with winforms is to use WPF. But for a serious answer, the best practices Read more…
Hi guys, At my company we are building over 100 Xamarin Forms apps to use in-house. All the apps are used for data collection and share a lot of the same functionality and UI logic. Read more…
Some solid points. To give an example of a language with good errors, look at Rust. The compiler basically acts as if you were pair programming with someone. I also agree that the growing amount Read more…
So I’ve recently gotten to the stage a project I’ve been working on has been deployed internally in our small business. If you imagine the app pulls a list of all names from a DB. Read more…