.Net
I made PACMAN 3D and it’s Multiplayer 😄
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
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…
Dude you’ve been posting lots of good material! Now that I’m on holidays I have more time for reading, looking at the history of your blog I was slightly disappointed to see it only goes Read more…
I want to access dynamically a static field in a class. If I were in js, i would do something like this: Now how do i do it in c#? You replied to another user Read more…
Hello everyone, i am doing a work about traffic violations and i have a proble when i want to connect my interface web with th data base. I am using access. Whe i tried recover Read more…