.Net
C# portfolio ideas.
Hi everyone, this is my first post in reddit, sorry if i made something wrong. I am a recent graduate waiting for my degree. I’m working on an online portfolio using Github, so i wanted Read more…
Hi everyone, this is my first post in reddit, sorry if i made something wrong. I am a recent graduate waiting for my degree. I’m working on an online portfolio using Github, so i wanted Read more…
people are using crap javascript frameworks and thinking that they are cool hipsters i really cannot understand why is aspnet so unpopular care to elaborate? <old man yells at cloud> For simple form /admin panel Read more…
https://github.com/smistry7/BeeseChurger.SqlBuilder I’ve written a small SQL builder library to allow me to refactor long SQL strings in C# code without the dependency for a database connection like you would need to with similar libraries such 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…