Coding
Is it possible to do several operation within Lambda?
Hi, I’m kinda new to Lambda many things work already but right now I’m getting to the limit of my understanding. I have a WPF App, where I want to show some stats that I Read more…
Hi, I’m kinda new to Lambda many things work already but right now I’m getting to the limit of my understanding. I have a WPF App, where I want to show some stats that I Read more…
Given a string and a positive integer k, find all distinct substrings of a given string of any length containing exactly k distinct characters. For example, A simple solution is to generate all substrings of Read more…
Saying “Haskell has this feature and it allows you to express some common Haskell patterns more succinctly” does not imply “Adding this feature to PHP will allow you to do the same”. Haskell is a Read more…
I am new to C#, but I have been working on a inventory and price checking program for a few days now. But when I tried to continue working on it today the file would Read more…
SOLVED. I just needed to add using System.Threading; Everyone online said that you needed to add using System.Threading.Tasks; but it was useless. Putting using System.Threading; is what fixed it. So I want to have a Read more…
Mine are: (Best) Named Arguments — I usually like to stick to syntax which is common among the majority of languages I know (multi-lingual), but this looks pretty useful to me. I might try it. Read more…
I’m using Dapper to pull a list of Employee objects with their emails, which are stored in another table. I’m getting an error:System.NullReferenceException: 'Object reference not set to an instance of an object.' When I Read more…
Hey guys, It’s been awhile since I’ve had to approach this issue, but I am running into a lot of instances where I am writing code that is pinging a server every X seconds for Read more…
What does it do? It’s a tool to automatically refactor your project to follow coding standards – for example @var annotations – and to upgrade your codebase from any legacy version of PHP to any Read more…
Hi everyone, i just started learning c# in school and i need some help cleaning up my code as its very messy and i don’t know how to do it. i have a lot of Read more…