.Net
Which one is better practice to call unitofwork or business layer from controller?
Which one is better practice to use? Or no difference? no comments yet Be the first to share what you think! C# devs null reference exceptions source
Which one is better practice to use? Or no difference? no comments yet Be the first to share what you think! C# devs null reference exceptions source
I’ve started building a project and I tried to make a method which would output data from a string variable into a tab page on a form application. I am trying to keep my code Read more…
Do you use Transifex for your translations? XOOPS has a module to make it easier, which just won the Innovation Award from PHPClasses But we would love some help to make it better! You can Read more…
I’m trying to allow a function to run if a string Param passed is within a list. Though when using .Contains it doesn’t seem to work how I’d expect: Var list = new List<string>() { Read more…
Python Data Types: The variable in Python is used to store values, and they can hold different values. Each variable in Python has its own data-type. Since Python is a dynamically typed language (The language Read more…
I thought you were talking about the space between the get; and set; and the brackets. I was about to ask if you are a psycopath. Haha nope not what i was asking! That would Read more…
no comments yet Be the first to share what you think! C# devs null reference exceptions source
I’m crossposting this in all subreddits relavant to the topic so sorry if you see it more than once Here’s my issue I would like to start learning gameDev with Monogame but I just dont Read more…
I made a project that used SQLReaders and SQLCommandswhich is the equivalent of JDBC in Java. However, there seems to be a newer way, using DBContext. Which is used in enterprise applications It sounds like Read more…
This is probably nothing to most of the people on here, but I did it! What did I do? I taught myself enough C# over the semester to pass the final project in my computer Read more…